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

@@ -410,6 +410,7 @@ private:
RefPtr<StyleValue const> parse_corner_shape_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_counter_value(TokenStream<ComponentValue>&);
Optional<FlyString> parse_counter_style_name(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_symbol_value(TokenStream<ComponentValue>&);
enum class AllowReversed {
No,
Yes,