RESOLVED FIXED 248666
Implement representation for CounterStyle translated from StyleRuleCounterStyle
https://bugs.webkit.org/show_bug.cgi?id=248666
Summary Implement representation for CounterStyle translated from StyleRuleCounterStyle
Vitor Roriz
Reported 2022-12-02 10:26:13 PST
Currently, CounterStyle parsing parses everything into CSS values. We need a CounterStyle representation that can be used for later implementing CounterStyle rendering. We can instantiate CounterStyle when building at-rules in the StyleResolver. Later on, during Style building, we can resolve the list-style-type to a CounterStyle and store it in the element's RenderStyle. This will not cover the actual rendering of list marker (RenderListMarker).
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-02 10:26:27 PST
Vitor Roriz
Comment 2 2022-12-03 08:08:53 PST
EWS
Comment 3 2023-01-04 09:15:53 PST
Committed 258434@main (ac2f8a4229ce): <https://commits.webkit.org/258434@main> Reviewed commits have been landed. Closing PR #7114 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.