[Webkit-unassigned] [Bug 248656] `system-ui` should not be treated as a font face name in `src:local(...)`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 09:19:45 PST 2022


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

--- Comment #7 from Jonathan Kew <jfkthame at gmail.com> ---
This bug should be fixed because it breaks interoperability with standard-compliant browsers.

local() doesn't accept "generic font names" because _they are not "font names"_, they represent (potentially composite and/or language/locale-dependent) "font family names", which is a different thing.

As the spec says,

> The locally-installed <font-face-name> argument to local() is a format-specific string that uniquely identifies a single font face within a larger family.

That is not what system-ui does.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221221/b4b3642d/attachment.htm>


More information about the webkit-unassigned mailing list