[Webkit-unassigned] [Bug 248666] New: Implement representation for CounterStyle translated from StyleRuleCounterStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 10:26:13 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248666

            Bug ID: 248666
           Summary: Implement representation for CounterStyle translated
                    from StyleRuleCounterStyle
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vitor.roriz at apple.com
                CC: webkit-bug-importer at group.apple.com

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221202/5a52e3ab/attachment-0001.htm>


More information about the webkit-unassigned mailing list