Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 97 "clear", | 97 "clear", |
| 98 "code", | 98 "code", |
| 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", | |
| 108 "controls", | 107 "controls", |
| 109 "controlslist", | 108 "controlslist", |
| 110 "coords", | 109 "coords", |
| 111 "crossorigin", | 110 "crossorigin", |
| 112 "csp", | 111 "csp", |
| 113 "data", | 112 "data", |
| 114 "datetime", | 113 "datetime", |
| 115 "declare", | 114 "declare", |
| 116 "default", | 115 "default", |
| 117 "defer", | 116 "defer", |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 136 "frame", | 135 "frame", |
| 137 "frameborder", | 136 "frameborder", |
| 138 "headers", | 137 "headers", |
| 139 "height", | 138 "height", |
| 140 "hidden", | 139 "hidden", |
| 141 "high", | 140 "high", |
| 142 "href", | 141 "href", |
| 143 "hreflang", | 142 "hreflang", |
| 144 "hspace", | 143 "hspace", |
| 145 "http-equiv", | 144 "http-equiv", |
| 146 "icon", | 145 "icon", |
|
tkent
2017/05/26 04:48:53
We should remove "icon" attribute too.
| |
| 147 "id", | 146 "id", |
| 148 "incremental", | 147 "incremental", |
| 149 "inert", | 148 "inert", |
| 150 "inputmode", | 149 "inputmode", |
| 151 "integrity", | 150 "integrity", |
| 152 "is", | 151 "is", |
| 153 "ismap", | 152 "ismap", |
| 154 "keytype", | 153 "keytype", |
| 155 "kind", | 154 "kind", |
| 156 "label", | 155 "label", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 294 "onwebkittransitionend", | 293 "onwebkittransitionend", |
| 295 "onwheel", | 294 "onwheel", |
| 296 "open", | 295 "open", |
| 297 "optimum", | 296 "optimum", |
| 298 "pattern", | 297 "pattern", |
| 299 "placeholder", | 298 "placeholder", |
| 300 "ping", | 299 "ping", |
| 301 "poster", | 300 "poster", |
| 302 "preload", | 301 "preload", |
| 303 "pseudo", | 302 "pseudo", |
| 304 "radiogroup", | 303 "radiogroup", |
|
tkent
2017/05/26 04:48:53
We should remove "radiogroup" too.
| |
| 305 "readonly", | 304 "readonly", |
| 306 "referrerpolicy", | 305 "referrerpolicy", |
| 307 "rel", | 306 "rel", |
| 308 "required", | 307 "required", |
| 309 "rev", | 308 "rev", |
| 310 "reversed", | 309 "reversed", |
| 311 "role", | 310 "role", |
| 312 "rows", | 311 "rows", |
| 313 "rowspan", | 312 "rowspan", |
| 314 "rules", | 313 "rules", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 348 "value", | 347 "value", |
| 349 "valuetype", | 348 "valuetype", |
| 350 "version", | 349 "version", |
| 351 "vlink", | 350 "vlink", |
| 352 "vspace", | 351 "vspace", |
| 353 "webkitdirectory", | 352 "webkitdirectory", |
| 354 "width", | 353 "width", |
| 355 "wrap", | 354 "wrap", |
| 356 ], | 355 ], |
| 357 } | 356 } |
| OLD | NEW |