[Webkit-unassigned] [Bug 167645] New: Implement @counter-style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 09:08:38 PST 2017


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

            Bug ID: 167645
           Summary: Implement @counter-style
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
               URL: data:text/html,<style>@counter-style negplus { system:
                    numeric; symbols: '-' '+'; } ol { list-style: negplus
                    }</style><ol><li>1</li><li>2</li></ol>
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebraminio at gmail.com

Related w3 document:
https://www.w3.org/TR/css-counter-styles-3/

To repro:
data:text/html,<style>@counter-style negplus { system: numeric; symbols: '-' '+'; } ol { list-style: negplus }</style><ol><li>1</li><li>2</li></ol>

Expected:
Like Firefox, you should see something like:
 +. 1
+-. 2

Actual:
Whole @counter-style is not supported it seems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170131/541f7512/attachment.html>


More information about the webkit-unassigned mailing list