[Webkit-unassigned] [Bug 254269] New: @counter-styles: Single symbol "" does not behave correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 22 07:17:53 PDT 2023


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

            Bug ID: 254269
           Summary: @counter-styles: Single symbol "" does not behave
                    correctly
           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

For a system that accepts a single symbol, like cyclic, if we input a symbol that is an empty string,
the text representation is being considered invalid and it is falling back to 'decimal'.
This is is wrong, since empty string is a valid string.

Example:

  @counter-style foo {
    system: cyclic;
    symbols: "" "@";
    prefix: "";
    suffix: "";
  }

-- 
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/20230322/f95594fd/attachment.htm>


More information about the webkit-unassigned mailing list