Expand description
CSS Counter Support
Implements CSS counters for ordered lists and generated content as per CSS spec. Counters are cached per-node in the LayoutCache and computed during layout traversal.
Functionsยง
- format_
counter - Formats a counter value into a string based on the list style type.