Bug 249804 - Implementing text representation for CounterStyle
Summary: Implementing text representation for CounterStyle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Safari 15
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vitor Roriz
URL:
Keywords: InRadar
: 252741 (view as bug list)
Depends on:
Blocks: 167645
  Show dependency treegraph
 
Reported: 2022-12-22 13:29 PST by Vitor Roriz
Modified: 2023-04-30 15:12 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***