[Webkit-unassigned] [Bug 134332] New: WebKit Lacking font-feature-settings Support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 25 20:55:12 PDT 2014


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

           Summary: WebKit Lacking font-feature-settings Support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://www.dropbox.com/s/4qs9hxh10iq5zka/font-feature
                    s-demo.zip
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dan.eden at me.com


Setting font-feature-settings values in CSS seems to be read and accepted by Safari/WebKit, yet renders as though the value is null.

In the attached screenshot, Chrome’s rendering is the correct and expected result for the below CSS. The right-hand result is the most recent iOS WebKit, though the result is the same in Safari 7, Safari 8, and WebKit nightly (all on OS X 10.9/.10)

Tested CSS (zipped in Dropbox URL):

```
html {
  font-feature-settings: "frac" 1, "kern" 1, "liga" 1, "dlig" 1;
}

h1 {
  font-feature-settings: "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "smcp" 1;
}
```

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list