LibWeb: Implement CSSNestedDeclarations type

This is basically a list of properties, without a block around it. It'll
be part of CSSStyleRules' contents.
This commit is contained in:
Sam Atkins
2024-10-15 15:59:31 +01:00
committed by Andreas Kling
parent 5b4d1b5b05
commit 9c66ab356a
13 changed files with 155 additions and 26 deletions

View File

@@ -42,6 +42,7 @@ CSSLayerBlockRule
CSSLayerStatementRule
CSSMediaRule
CSSNamespaceRule
CSSNestedDeclarations
CSSRule
CSSRuleList
CSSStyleDeclaration