Commit graph

3 commits

Author SHA1 Message Date
Callum Law
120cabd35c LibWeb: Support ethiopic-numeric counter style 2026-02-27 12:10:44 +00:00
Callum Law
c467c2f9ca LibWeb: Make CounterStyleDefinition::create return type non-optional
And also use it within `from_counter_style`
2026-02-27 12:10:44 +00:00
Callum Law
bb5c8bb5be LibWeb: Add CounterStyleDefinition
This serves as an intermediate step between `CSSCounterStyleRule` and a
fully built counter style which will be helpful for:
 - Determining whether a rule defines a counter style
 - Resolving extends cycles
 - Determining registration order
2026-02-23 11:21:09 +00:00