Explicitly state 'blink' should create HTMLUnknownElement, like the spec

https://html.spec.whatwg.org/#other-elements,-attributes-and-apis:blink
This commit is contained in:
Corey Farwell 2015-09-13 08:03:14 -04:00
parent cc8994422b
commit be3352f379

View file

@ -3222,6 +3222,7 @@ window.onload = function() {
'document.createElement("acronym")',
],
HTMLUnknownElement: [
'document.createElement("blink")',
'document.createElement("quasit")',
'document.createElement("bgsound")',
'document.createElement("isindex")',