Bug 249804
Summary: | Implementing text representation for CounterStyle | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
Component: | CSS | Assignee: | 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 |
Vitor Roriz
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)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Vitor Roriz
rdar://103648354
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/10513
EWS
Committed 260792@main (6aaf9c99077b): <https://commits.webkit.org/260792@main>
Reviewed commits have been landed. Closing PR #10513 and removing active labels.
Tim Nguyen (:ntim)
*** Bug 252741 has been marked as a duplicate of this bug. ***