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

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

Issue 2824583002: Implement <script nomodule> (Closed)
Patch Set: Move script_type declaration Created 3 years, 8 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "maxlength", 169 "maxlength",
170 "mayscript", 170 "mayscript",
171 "media", 171 "media",
172 "method", 172 "method",
173 "min", 173 "min",
174 "minlength", 174 "minlength",
175 "multiple", 175 "multiple",
176 "muted", 176 "muted",
177 "name", 177 "name",
178 "nohref", 178 "nohref",
179 "nomodule",
179 "nonce", 180 "nonce",
180 "noresize", 181 "noresize",
181 "noshade", 182 "noshade",
182 "novalidate", 183 "novalidate",
183 "nowrap", 184 "nowrap",
184 "object", 185 "object",
185 "onabort", 186 "onabort",
186 "onanimationstart", 187 "onanimationstart",
187 "onanimationiteration", 188 "onanimationiteration",
188 "onanimationend", 189 "onanimationend",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "value", 346 "value",
346 "valuetype", 347 "valuetype",
347 "version", 348 "version",
348 "vlink", 349 "vlink",
349 "vspace", 350 "vspace",
350 "webkitdirectory", 351 "webkitdirectory",
351 "width", 352 "width",
352 "wrap", 353 "wrap",
353 ], 354 ],
354 } 355 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/ScriptLoader.cpp ('k') | third_party/WebKit/Source/core/html/HTMLScriptElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698