Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 metadata: { | |
| 3 namespace: "\"HTML\"", | |
| 4 namespacePrefix: "\"xhtml\"", | |
| 5 namespaceURI: "\"http://www.w3.org/1999/xhtml\"", | |
| 6 attrsNullNamespace: true, | |
| 7 export: "\"CORE_EXPORT\"", | |
|
sashab
2017/01/31 23:09:19
Ahh, the backspace strings are annoying. I'm guess
ktyliu
2017/01/31 23:42:06
good catch!
the \" is not required but came about
| |
| 8 }, | |
| 9 | |
| 10 data: [ | |
| 11 "abbr", | |
| 12 "accept-charset", | |
| 13 "accept", | |
| 14 "accesskey", | |
| 15 "action", | |
| 16 "align", | |
| 17 "alink", | |
| 18 "allowfullscreen", | |
| 19 "allowpaymentrequest", | |
| 20 "alt", | |
| 21 "archive", | |
| 22 "aria-activedescendant", | |
| 23 "aria-atomic", | |
| 24 "aria-autocomplete", | |
| 25 "aria-busy", | |
| 26 "aria-checked", | |
| 27 "aria-colcount", | |
| 28 "aria-colindex", | |
| 29 "aria-colspan", | |
| 30 "aria-controls", | |
| 31 "aria-current", | |
| 32 "aria-describedby", | |
| 33 "aria-disabled", | |
| 34 "aria-dropeffect", | |
| 35 "aria-expanded", | |
| 36 "aria-flowto", | |
| 37 "aria-grabbed", | |
| 38 "aria-haspopup", | |
| 39 "aria-help", | |
| 40 "aria-hidden", | |
| 41 "aria-invalid", | |
| 42 "aria-label", | |
| 43 "aria-labeledby", | |
| 44 "aria-labelledby", | |
| 45 "aria-level", | |
| 46 "aria-live", | |
| 47 "aria-multiline", | |
| 48 "aria-multiselectable", | |
| 49 "aria-orientation", | |
| 50 "aria-owns", | |
| 51 "aria-placeholder", | |
| 52 "aria-posinset", | |
| 53 "aria-pressed", | |
| 54 "aria-readonly", | |
| 55 "aria-relevant", | |
| 56 "aria-required", | |
| 57 "aria-rowcount", | |
| 58 "aria-rowindex", | |
| 59 "aria-rowspan", | |
| 60 "aria-selected", | |
| 61 "aria-setsize", | |
| 62 "aria-sort", | |
| 63 "aria-valuemax", | |
| 64 "aria-valuemin", | |
| 65 "aria-valuenow", | |
| 66 "aria-valuetext", | |
| 67 "as", | |
| 68 "async", | |
| 69 "autocapitalize", | |
| 70 "autocomplete", | |
| 71 "autocorrect", | |
| 72 "autofocus", | |
| 73 "autoplay", | |
| 74 "axis", | |
| 75 "background", | |
| 76 "behavior", | |
| 77 "bgcolor", | |
| 78 "border", | |
| 79 "bordercolor", | |
| 80 "capture", | |
| 81 "cellpadding", | |
| 82 "cellspacing", | |
| 83 "char", | |
| 84 "challenge", | |
| 85 "charoff", | |
| 86 "charset", | |
| 87 "checked", | |
| 88 "cite", | |
| 89 "class", | |
| 90 "classid", | |
| 91 "clear", | |
| 92 "code", | |
| 93 "codebase", | |
| 94 "codetype", | |
| 95 "color", | |
| 96 "cols", | |
| 97 "colspan", | |
| 98 "compact", | |
| 99 "content", | |
| 100 "contenteditable", | |
| 101 "contextmenu", | |
| 102 "controls", | |
| 103 "coords", | |
| 104 "crossorigin", | |
| 105 "csp", | |
| 106 "data", | |
| 107 "datetime", | |
| 108 "declare", | |
| 109 "default", | |
| 110 "defer", | |
| 111 "dir", | |
| 112 "direction", | |
| 113 "dirname", | |
| 114 "disabled", | |
| 115 "disableremoteplayback", | |
| 116 "download", | |
| 117 "draggable", | |
| 118 "webkitdropzone", | |
| 119 "enctype", | |
| 120 "end", | |
| 121 "event", | |
| 122 "face", | |
| 123 "for", | |
| 124 "form", | |
| 125 "formaction", | |
| 126 "formenctype", | |
| 127 "formmethod", | |
| 128 "formnovalidate", | |
| 129 "formtarget", | |
| 130 "frame", | |
| 131 "frameborder", | |
| 132 "headers", | |
| 133 "height", | |
| 134 "hidden", | |
| 135 "high", | |
| 136 "href", | |
| 137 "hreflang", | |
| 138 "hspace", | |
| 139 "http-equiv", | |
| 140 "icon", | |
| 141 "id", | |
| 142 "incremental", | |
| 143 "inputmode", | |
| 144 "integrity", | |
| 145 "is", | |
| 146 "ismap", | |
| 147 "keytype", | |
| 148 "kind", | |
| 149 "label", | |
| 150 "lang", | |
| 151 "language", | |
| 152 "leftmargin", | |
| 153 "link", | |
| 154 "list", | |
| 155 "longdesc", | |
| 156 "loop", | |
| 157 "low", | |
| 158 "lowsrc", | |
| 159 "manifest", | |
| 160 "marginheight", | |
| 161 "marginwidth", | |
| 162 "max", | |
| 163 "maxlength", | |
| 164 "mayscript", | |
| 165 "media", | |
| 166 "method", | |
| 167 "min", | |
| 168 "minlength", | |
| 169 "multiple", | |
| 170 "muted", | |
| 171 "name", | |
| 172 "nohref", | |
| 173 "nonce", | |
| 174 "noresize", | |
| 175 "noshade", | |
| 176 "novalidate", | |
| 177 "nowrap", | |
| 178 "object", | |
| 179 "onabort", | |
| 180 "onanimationstart", | |
| 181 "onanimationiteration", | |
| 182 "onanimationend", | |
| 183 "onauxclick", | |
| 184 "onbeforecopy", | |
| 185 "onbeforecut", | |
| 186 "onbeforepaste", | |
| 187 "onbeforeunload", | |
| 188 "onblur", | |
| 189 "oncancel", | |
| 190 "oncanplay", | |
| 191 "oncanplaythrough", | |
| 192 "onchange", | |
| 193 "onclick", | |
| 194 "onclose", | |
| 195 "oncontextmenu", | |
| 196 "oncopy", | |
| 197 "oncuechange", | |
| 198 "oncut", | |
| 199 "ondblclick", | |
| 200 "ondrag", | |
| 201 "ondragend", | |
| 202 "ondragenter", | |
| 203 "ondragleave", | |
| 204 "ondragover", | |
| 205 "ondragstart", | |
| 206 "ondrop", | |
| 207 "ondurationchange", | |
| 208 "onemptied", | |
| 209 "onended", | |
| 210 "onerror", | |
| 211 "onfocus", | |
| 212 "onfocusin", | |
| 213 "onfocusout", | |
| 214 "ongotpointercapture", | |
| 215 "onhashchange", | |
| 216 "oninput", | |
| 217 "oninvalid", | |
| 218 "onkeydown", | |
| 219 "onkeypress", | |
| 220 "onkeyup", | |
| 221 "onlanguagechange", | |
| 222 "onload", | |
| 223 "onloadeddata", | |
| 224 "onloadedmetadata", | |
| 225 "onloadstart", | |
| 226 "onlostpointercapture", | |
| 227 "onmessage", | |
| 228 "onmousedown", | |
| 229 "onmouseenter", | |
| 230 "onmouseleave", | |
| 231 "onmousemove", | |
| 232 "onmouseout", | |
| 233 "onmouseover", | |
| 234 "onmouseup", | |
| 235 "onmousewheel", | |
| 236 "ononline", | |
| 237 "onoffline", | |
| 238 "onorientationchange", | |
| 239 "onpagehide", | |
| 240 "onpageshow", | |
| 241 "onpaste", | |
| 242 "onpause", | |
| 243 "onplay", | |
| 244 "onplaying", | |
| 245 "onpointercancel", | |
| 246 "onpointerdown", | |
| 247 "onpointerenter", | |
| 248 "onpointerleave", | |
| 249 "onpointermove", | |
| 250 "onpointerout", | |
| 251 "onpointerover", | |
| 252 "onpointerup", | |
| 253 "onpopstate", | |
| 254 "onprogress", | |
| 255 "onratechange", | |
| 256 "onreset", | |
| 257 "onresize", | |
| 258 "onscroll", | |
| 259 "onsearch", | |
| 260 "onseeked", | |
| 261 "onseeking", | |
| 262 "onselect", | |
| 263 "onselectstart", | |
| 264 "onselectionchange", | |
| 265 "onshow", | |
| 266 "onstalled", | |
| 267 "onstorage", | |
| 268 "onsuspend", | |
| 269 "onsubmit", | |
| 270 "ontimeupdate", | |
| 271 "ontoggle", | |
| 272 "ontouchstart", | |
| 273 "ontouchmove", | |
| 274 "ontouchend", | |
| 275 "ontouchcancel", | |
| 276 "ontransitionend", | |
| 277 "onunload", | |
| 278 "onvolumechange", | |
| 279 "onwaiting", | |
| 280 "onwebkitanimationstart", | |
| 281 "onwebkitanimationiteration", | |
| 282 "onwebkitanimationend", | |
| 283 "onwebkitfullscreenchange", | |
| 284 "onwebkitfullscreenerror", | |
| 285 "onwebkittransitionend", | |
| 286 "onwheel", | |
| 287 "open", | |
| 288 "optimum", | |
| 289 "pattern", | |
| 290 "permissions", | |
| 291 "placeholder", | |
| 292 "ping", | |
| 293 "poster", | |
| 294 "preload", | |
| 295 "pseudo", | |
| 296 "radiogroup", | |
| 297 "readonly", | |
| 298 "referrerpolicy", | |
| 299 "rel", | |
| 300 "required", | |
| 301 "rev", | |
| 302 "reversed", | |
| 303 "role", | |
| 304 "rows", | |
| 305 "rowspan", | |
| 306 "rules", | |
| 307 "sandbox", | |
| 308 "scheme", | |
| 309 "scope", | |
| 310 "scrollamount", | |
| 311 "scrolldelay", | |
| 312 "scrolling", | |
| 313 "select", | |
| 314 "selected", | |
| 315 "shape", | |
| 316 "size", | |
| 317 "sizes", | |
| 318 "slot", | |
| 319 "span", | |
| 320 "spellcheck", | |
| 321 "src", | |
| 322 "srcset", | |
| 323 "srcdoc", | |
| 324 "srclang", | |
| 325 "standby", | |
| 326 "start", | |
| 327 "step", | |
| 328 "style", | |
| 329 "summary", | |
| 330 "tabindex", | |
| 331 "target", | |
| 332 "text", | |
| 333 "title", | |
| 334 "topmargin", | |
| 335 "translate", | |
| 336 "truespeed", | |
| 337 "type", | |
| 338 "usemap", | |
| 339 "valign", | |
| 340 "value", | |
| 341 "valuetype", | |
| 342 "version", | |
| 343 "vlink", | |
| 344 "vspace", | |
| 345 "webkitdirectory", | |
| 346 "width", | |
| 347 "wrap", | |
| 348 ], | |
| 349 } | |
| OLD | NEW |