LibWeb: Parse and serialize @counter-style rule

We don't yet parse or serialize any of the descriptors in the rule, just
the rule itself and the name
This commit is contained in:
Callum Law
2026-01-31 01:03:29 +13:00
committed by Sam Atkins
parent c7f288bf97
commit 703259a24c
Notes: github-actions[bot] 2026-02-06 10:38:18 +00:00
18 changed files with 187 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
// https://drafts.csswg.org/css-counter-styles/#the-csscounterstylerule-interface
[Exposed=Window]
interface CSSCounterStyleRule : CSSRule {
[FIXME] attribute CSSOMString name;
attribute CSSOMString name;
[FIXME] attribute CSSOMString system;
[FIXME] attribute CSSOMString symbols;
[FIXME] attribute CSSOMString additiveSymbols;