[Webkit-unassigned] [Bug 155319] "Font-Variant-East-Asian: proportional-width" does not work while being defined within @font-face block in cooperation with unicode-range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 14:18:20 PST 2016


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

--- Comment #19 from Myles C. Maxfield <mmaxfield at apple.com> ---
This is because of a disagreement between the fast and complex text code paths. In particular, whenever font features are applied, we always want to go down the complex text code path. However, when they are applied in an @font-face block, we don't realize this and we may still go down the fast code path.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160310/3ab3ff82/attachment.html>


More information about the webkit-unassigned mailing list