Bug 249804

Summary: Implementing text representation for CounterStyle
Product: WebKit Reporter: Vitor Roriz <vitor.roriz>
Component: CSSAssignee: Vitor Roriz <vitor.roriz>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 167645    

Description Vitor Roriz 2022-12-22 13:29:35 PST
We should implement the marker text representation for each counter-style system.
Each system defines an algorithm for generating the marker’s text representation based on the CounterStyle descriptors. The systems are:
- cyclic 
- numeric
- alphabetic
- symbolic
- additive
- fixed
- extends (doesn’t need a proper representation since it is promoted to another system after resolution)
Comment 1 Vitor Roriz 2022-12-22 13:30:39 PST
rdar://103648354
Comment 2 Vitor Roriz 2023-02-23 05:48:26 PST
Pull request: https://github.com/WebKit/WebKit/pull/10513
Comment 3 EWS 2023-02-24 04:29:24 PST
Committed 260792@main (6aaf9c99077b): <https://commits.webkit.org/260792@main>

Reviewed commits have been landed. Closing PR #10513 and removing active labels.
Comment 4 Tim Nguyen (:ntim) 2023-04-30 12:26:24 PDT
*** Bug 252741 has been marked as a duplicate of this bug. ***