mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
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:
parent
cc8994422b
commit
be3352f379
1 changed files with 1 additions and 0 deletions
|
@ -3222,6 +3222,7 @@ window.onload = function() {
|
||||||
'document.createElement("acronym")',
|
'document.createElement("acronym")',
|
||||||
],
|
],
|
||||||
HTMLUnknownElement: [
|
HTMLUnknownElement: [
|
||||||
|
'document.createElement("blink")',
|
||||||
'document.createElement("quasit")',
|
'document.createElement("quasit")',
|
||||||
'document.createElement("bgsound")',
|
'document.createElement("bgsound")',
|
||||||
'document.createElement("isindex")',
|
'document.createElement("isindex")',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue