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

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

Issue 2902133002: Revert of "Implement the inert attribute" (Closed)
Patch Set: 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "height", 139 "height",
140 "hidden", 140 "hidden",
141 "high", 141 "high",
142 "href", 142 "href",
143 "hreflang", 143 "hreflang",
144 "hspace", 144 "hspace",
145 "http-equiv", 145 "http-equiv",
146 "icon", 146 "icon",
147 "id", 147 "id",
148 "incremental", 148 "incremental",
149 "inert",
150 "inputmode", 149 "inputmode",
151 "integrity", 150 "integrity",
152 "is", 151 "is",
153 "ismap", 152 "ismap",
154 "keytype", 153 "keytype",
155 "kind", 154 "kind",
156 "label", 155 "label",
157 "lang", 156 "lang",
158 "language", 157 "language",
159 "leftmargin", 158 "leftmargin",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "value", 347 "value",
349 "valuetype", 348 "valuetype",
350 "version", 349 "version",
351 "vlink", 350 "vlink",
352 "vspace", 351 "vspace",
353 "webkitdirectory", 352 "webkitdirectory",
354 "width", 353 "width",
355 "wrap", 354 "wrap",
356 ], 355 ],
357 } 356 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698