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

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: rebase Created 3 years, 10 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "value", 347 "value",
347 "valuetype", 348 "valuetype",
348 "version", 349 "version",
349 "vlink", 350 "vlink",
350 "vspace", 351 "vspace",
351 "webkitdirectory", 352 "webkitdirectory",
352 "width", 353 "width",
353 "wrap", 354 "wrap",
354 ], 355 ],
355 } 356 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698