Description
General CSS counters are not fully implemented.
Scope
- Implement
counter-reset, counter-increment, counter-set (as feasible), and counter value resolution.
- Support
counter() / counters() in generated content.
- Ensure proper scoping and nesting behavior.
Acceptance criteria
- Ordered-like generated numbering works for nested structures.
- Counter scope/reset/increment semantics match expected CSS behavior in core scenarios.
- Regression tests cover nested counters and custom styles where supported.
Description
General CSS counters are not fully implemented.
Scope
counter-reset,counter-increment,counter-set(as feasible), and counter value resolution.counter()/counters()in generated content.Acceptance criteria