LibWeb: Parse @counter-style negative descriptor

This commit is contained in:
Callum Law
2026-01-31 21:24:22 +13:00
committed by Sam Atkins
parent f60bfd9e9e
commit 70c8d8746f
Notes: github-actions[bot] 2026-02-06 10:38:04 +00:00
11 changed files with 92 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ interface CSSCounterStyleRule : CSSRule {
attribute CSSOMString system;
[FIXME] attribute CSSOMString symbols;
[FIXME] attribute CSSOMString additiveSymbols;
[FIXME] attribute CSSOMString negative;
attribute CSSOMString negative;
[FIXME] attribute CSSOMString prefix;
[FIXME] attribute CSSOMString suffix;
[FIXME] attribute CSSOMString range;