RESOLVED FIXED250321
CSS font-face src local does not invalidate invalid CSS-wide keywords
https://bugs.webkit.org/show_bug.cgi?id=250321
Summary CSS font-face src local does not invalidate invalid CSS-wide keywords
Vitor Roriz
Reported 2023-01-09 05:48:41 PST
When we parse src for @font-face, CSS-wide keywords are not valid for local(). In case they are the only keywords being input for local, CSSPropertyParserHelpers::concatenateFamilyName will produce a null String, but we won't invalidate the CSSValue for that case.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-09 05:48:53 PST
Vitor Roriz
Comment 2 2023-01-09 05:57:44 PST
EWS
Comment 3 2023-01-09 18:57:04 PST
Committed 258695@main (1940d518c650): <https://commits.webkit.org/258695@main> Reviewed commits have been landed. Closing PR #8396 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.