LibWeb: Parse @counter-style pad descriptor

This commit is contained in:
Callum Law
2026-01-31 22:04:08 +13:00
committed by Sam Atkins
parent afca221d47
commit 9b376240f9
Notes: github-actions[bot] 2026-02-06 10:37:44 +00:00
11 changed files with 103 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ interface CSSCounterStyleRule : CSSRule {
attribute CSSOMString prefix;
attribute CSSOMString suffix;
attribute CSSOMString range;
[FIXME] attribute CSSOMString pad;
attribute CSSOMString pad;
[FIXME] attribute CSSOMString speakAs;
[FIXME] attribute CSSOMString fallback;
};