WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
224816
Replace some manual checks with isCSSWideKeyword
https://bugs.webkit.org/show_bug.cgi?id=224816
Summary
Replace some manual checks with isCSSWideKeyword
Tim Nguyen (:ntim)
Reported
2021-04-20 08:55:37 PDT
There are various manual checks being done across the codebase, that are essentially `isCSSWideKeyword`. `isCSSWideKeyword` should be used instead so those manual checks aren't duplicate code, and don't fall out of date in case a new keyword is introduced.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-04-20 08:56:03 PDT
<
rdar://problem/76900720
>
Tim Nguyen (:ntim)
Comment 2
2021-04-20 09:19:22 PDT
Hmm, this would require moving `isCSSWideKeyword` to a header file that's convenient to include.
Tim Nguyen (:ntim)
Comment 3
2021-11-06 09:11:15 PDT
See
https://webkit-search.igalia.com/webkit/search?q=CSSValueInitial&path=&case=false®exp=false
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