[Webkit-unassigned] [Bug 246570] font shorthand should handle font-family with CSS-wide keywords as part of family names properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 22 16:19:15 PDT 2022


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |darin at apple.com
                   |kit.org                     |

--- Comment #5 from Darin Adler <darin at apple.com> ---
for now, I suggest we ignore the CSS Fonts Module Level 4 use of <custom-ident>. We should probably file an issue to get the specification revised.

Use of an identifier as a family name should always be safe even if it is not a valid custom identifier. If it’s a context where a CSS-wide identifier is allowed then it will be caught as such before trying to parse the identifier. If it’s serialization we are concerned about, it will be quoted, and the fact that it was originally specified as an identifier will have no effect.

-- 
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/20221022/57c7bf78/attachment.htm>


More information about the webkit-unassigned mailing list