[Webkit-unassigned] [Bug 250129] New: CounterStyle parses all symbols as a single one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 06:38:59 PST 2023


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

            Bug ID: 250129
           Summary: CounterStyle parses all symbols as a single one
           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

consumeCounterStyleSymbol() parses multiple symbols wrongly.
It seems to not consider space as a delimiter, so an entry with multiple symbols will produce a CSS list of a single CSSValue.

The following example will produce a list with a single CSSValue whose string is "> 1 3 #", instead of a list with three symbols/
@counter-style fooA {
    system: cyclic;
    symbols: "> 1 3 #";
}

-- 
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/20230105/e34fe56e/attachment.htm>


More information about the webkit-unassigned mailing list