mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Let custom element registry know about picture tag
This commit is contained in:
parent
24674687ac
commit
eb246371f1
3 changed files with 4 additions and 1 deletions
|
@ -1140,6 +1140,7 @@ fn is_extendable_element_interface(element: &str) -> bool {
|
|||
element == "output" ||
|
||||
element == "p" ||
|
||||
element == "param" ||
|
||||
element == "picture" ||
|
||||
element == "plaintext" ||
|
||||
element == "pre" ||
|
||||
element == "progress" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue