Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.json5

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 metadata: { 2 metadata: {
3 namespace: "HTML", 3 namespace: "HTML",
4 namespacePrefix: "xhtml", 4 namespacePrefix: "xhtml",
5 namespaceURI: "http://www.w3.org/1999/xhtml", 5 namespaceURI: "http://www.w3.org/1999/xhtml",
6 attrsNullNamespace: true, 6 attrsNullNamespace: true,
7 export: "CORE_EXPORT", 7 export: "CORE_EXPORT",
8 }, 8 },
9 9
10 data: [ 10 data: [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "clear", 97 "clear",
98 "code", 98 "code",
99 "codebase", 99 "codebase",
100 "codetype", 100 "codetype",
101 "color", 101 "color",
102 "cols", 102 "cols",
103 "colspan", 103 "colspan",
104 "compact", 104 "compact",
105 "content", 105 "content",
106 "contenteditable", 106 "contenteditable",
107 "contextmenu",
108 "controls", 107 "controls",
109 "controlslist", 108 "controlslist",
110 "coords", 109 "coords",
111 "crossorigin", 110 "crossorigin",
112 "csp", 111 "csp",
113 "data", 112 "data",
114 "datetime", 113 "datetime",
115 "declare", 114 "declare",
116 "default", 115 "default",
117 "defer", 116 "defer",
(...skipping 18 matching lines...) Expand all
136 "frame", 135 "frame",
137 "frameborder", 136 "frameborder",
138 "headers", 137 "headers",
139 "height", 138 "height",
140 "hidden", 139 "hidden",
141 "high", 140 "high",
142 "href", 141 "href",
143 "hreflang", 142 "hreflang",
144 "hspace", 143 "hspace",
145 "http-equiv", 144 "http-equiv",
146 "icon",
147 "id", 145 "id",
148 "incremental", 146 "incremental",
149 "inert", 147 "inert",
150 "inputmode", 148 "inputmode",
151 "integrity", 149 "integrity",
152 "is", 150 "is",
153 "ismap", 151 "ismap",
154 "keytype", 152 "keytype",
155 "kind", 153 "kind",
156 "label", 154 "label",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "onwebkittransitionend", 292 "onwebkittransitionend",
295 "onwheel", 293 "onwheel",
296 "open", 294 "open",
297 "optimum", 295 "optimum",
298 "pattern", 296 "pattern",
299 "placeholder", 297 "placeholder",
300 "ping", 298 "ping",
301 "poster", 299 "poster",
302 "preload", 300 "preload",
303 "pseudo", 301 "pseudo",
304 "radiogroup",
305 "readonly", 302 "readonly",
306 "referrerpolicy", 303 "referrerpolicy",
307 "rel", 304 "rel",
308 "required", 305 "required",
309 "rev", 306 "rev",
310 "reversed", 307 "reversed",
311 "role", 308 "role",
312 "rows", 309 "rows",
313 "rowspan", 310 "rowspan",
314 "rules", 311 "rules",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "value", 345 "value",
349 "valuetype", 346 "valuetype",
350 "version", 347 "version",
351 "vlink", 348 "vlink",
352 "vspace", 349 "vspace",
353 "webkitdirectory", 350 "webkitdirectory",
354 "width", 351 "width",
355 "wrap", 352 "wrap",
356 ], 353 ],
357 } 354 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698