| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |