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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histograms.xml 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",
149 "inputmode", 150 "inputmode",
150 "integrity", 151 "integrity",
151 "is", 152 "is",
152 "ismap", 153 "ismap",
153 "keytype", 154 "keytype",
154 "kind", 155 "kind",
155 "label", 156 "label",
156 "lang", 157 "lang",
157 "language", 158 "language",
158 "leftmargin", 159 "leftmargin",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "value", 348 "value",
348 "valuetype", 349 "valuetype",
349 "version", 350 "version",
350 "vlink", 351 "vlink",
351 "vspace", 352 "vspace",
352 "webkitdirectory", 353 "webkitdirectory",
353 "width", 354 "width",
354 "wrap", 355 "wrap",
355 ], 356 ],
356 } 357 }
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