[Webkit-unassigned] [Bug 253819] New: Refactor list-style-type conversion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 13 06:11:22 PDT 2023


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

            Bug ID: 253819
           Summary: Refactor list-style-type conversion
           Product: WebKit
           Version: Other
          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

list-style-type is currently used to set a list style type and a list style string value. Currently, the StyleBuilderCustom always sets both values together.
This refactoring will introduce a new type to explicitly associate these values, ListStyle, with a type and a name (string value). 
This is a preparation for @counter-style, since list-style-type's associated to custom-ident will always have CustomCounterStyle as ListStyleType (ListStyle.type) and
will rely on the ListStyle.name to differentiate between the counter-styles.

-- 
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/20230313/9ffdc9e8/attachment.htm>


More information about the webkit-unassigned mailing list