mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:17:46 +00:00
LibWeb: Make :host()
take a <compound-selector>
This matches the spec: https://drafts.csswg.org/css-scoping-1/#selectordef-host
This commit is contained in:
parent
b314a115ca
commit
b684bab5f1
4 changed files with 23 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
"argument": ""
|
||||
},
|
||||
"host": {
|
||||
"argument": "<selector-list>?"
|
||||
"argument": "<compound-selector>?"
|
||||
},
|
||||
"hover": {
|
||||
"argument": ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue