[Webkit-unassigned] [Bug 167729] New: Support string values on list-style-type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 05:09:19 PST 2017


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

            Bug ID: 167729
           Summary: Support string values on list-style-type
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebraminio at gmail.com

Testcase:
data:text/html,<ul style="list-style-type: '-'"><li></li><li></li</ul>

Expected:
Like Firefox,
 -
 -

Actual:
 *
 *

It seems list-style-type doesn't support string values, which per http://crbug.com/687225#c5 seems needed for better Russian support

-- 
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/20170202/7599faf6/attachment.html>


More information about the webkit-unassigned mailing list