mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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")',
|
||||
],
|
||||
HTMLUnknownElement: [
|
||||
'document.createElement("blink")',
|
||||
'document.createElement("quasit")',
|
||||
'document.createElement("bgsound")',
|
||||
'document.createElement("isindex")',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue