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

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

Issue 2657723002: [Blink, Media] Added controlsList to HTMLMediaElement (Closed)
Patch Set: Added a link to the spec. Created 3 years, 9 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "codebase", 99 "codebase",
100 "codetype", 100 "codetype",
101 "color", 101 "color",
102 "cols", 102 "cols",
103 "colspan", 103 "colspan",
104 "compact", 104 "compact",
105 "content", 105 "content",
106 "contenteditable", 106 "contenteditable",
107 "contextmenu", 107 "contextmenu",
108 "controls", 108 "controls",
109 "controlslist",
109 "coords", 110 "coords",
110 "crossorigin", 111 "crossorigin",
111 "csp", 112 "csp",
112 "data", 113 "data",
113 "datetime", 114 "datetime",
114 "declare", 115 "declare",
115 "default", 116 "default",
116 "defer", 117 "defer",
117 "dir", 118 "dir",
118 "direction", 119 "direction",
(...skipping 226 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/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698