1
Fork 0
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:
Sam Atkins 2023-08-12 13:47:45 +01:00 committed by Andreas Kling
parent b314a115ca
commit b684bab5f1
4 changed files with 23 additions and 1 deletions

View file

@ -36,7 +36,7 @@
"argument": ""
},
"host": {
"argument": "<selector-list>?"
"argument": "<compound-selector>?"
},
"hover": {
"argument": ""