[Webkit-unassigned] [Bug 158522] New: font-variant-caps: all-small-caps should not apply to Japanese characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 06:20:55 PDT 2016


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

            Bug ID: 158522
           Summary: font-variant-caps: all-small-caps should not apply to
                    Japanese characters
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: phiw2 at l-c-n.com

Created attachment 280801
  --> https://bugs.webkit.org/attachment.cgi?id=280801&action=review
test case

span {
  font-variant-caps: all-small-caps;
}

should have no effect (visualy change the font-size) for Japanese characters (in the test case, the characters in red).(in the test case, the characters in red).

Firefox handles this correctly, Safari 9.1, Safari TP reduce the size of the characters.

the equivalent font-feature-settings: 'smcp', 'c2sc’; works OK.

-- 
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/20160608/d0048c4a/attachment.html>


More information about the webkit-unassigned mailing list