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

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

Issue 2729353002: Remove webkitdropzone. (Closed)
Patch Set: 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "declare", 114 "declare",
115 "default", 115 "default",
116 "defer", 116 "defer",
117 "dir", 117 "dir",
118 "direction", 118 "direction",
119 "dirname", 119 "dirname",
120 "disabled", 120 "disabled",
121 "disableremoteplayback", 121 "disableremoteplayback",
122 "download", 122 "download",
123 "draggable", 123 "draggable",
124 "webkitdropzone",
125 "enctype", 124 "enctype",
126 "end", 125 "end",
127 "event", 126 "event",
128 "face", 127 "face",
129 "for", 128 "for",
130 "form", 129 "form",
131 "formaction", 130 "formaction",
132 "formenctype", 131 "formenctype",
133 "formmethod", 132 "formmethod",
134 "formnovalidate", 133 "formnovalidate",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "value", 345 "value",
347 "valuetype", 346 "valuetype",
348 "version", 347 "version",
349 "vlink", 348 "vlink",
350 "vspace", 349 "vspace",
351 "webkitdirectory", 350 "webkitdirectory",
352 "width", 351 "width",
353 "wrap", 352 "wrap",
354 ], 353 ],
355 } 354 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698