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

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

Issue 2680083002: Initial Implementation of Iframe Attribute for Feature Policy (Part 1) (Closed)
Patch Set: Codereview: nit 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: [
11 "abbr", 11 "abbr",
12 "accept-charset", 12 "accept-charset",
13 "accept", 13 "accept",
14 "accesskey", 14 "accesskey",
15 "action", 15 "action",
16 "align", 16 "align",
17 "alink", 17 "alink",
18 "allow",
18 "allowfullscreen", 19 "allowfullscreen",
19 "allowpaymentrequest", 20 "allowpaymentrequest",
20 "alt", 21 "alt",
21 "archive", 22 "archive",
22 "aria-activedescendant", 23 "aria-activedescendant",
23 "aria-atomic", 24 "aria-atomic",
24 "aria-autocomplete", 25 "aria-autocomplete",
25 "aria-busy", 26 "aria-busy",
26 "aria-checked", 27 "aria-checked",
27 "aria-colcount", 28 "aria-colcount",
(...skipping 317 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/html/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLIFrameElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698