WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
250321
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-09 05:48:53 PST
<
rdar://problem/104028095
>
Vitor Roriz
Comment 2
2023-01-09 05:57:44 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8396
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.
Top of Page
Format For Printing
XML
Clone This Bug