WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 224509
`<meta name="theme-color" content="...">` should also support CSS `currentcolor`
https://bugs.webkit.org/show_bug.cgi?id=224509
Summary
`<meta name="theme-color" content="...">` should also support CSS `currentcolor`
Devin Rousso
Reported
2021-04-13 14:27:22 PDT
According to <
https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color
>, we need to parse `content` as a CSS `<color>` value <
https://html.spec.whatwg.org/multipage/infrastructure.html#parsed-as-a-css-color-value
>, which explicitly mentions `currentcolor`.
Attachments
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2021-04-13 14:27:52 PDT
<
rdar://problem/74814749
>
Roman Czerkies
Comment 2
2023-05-13 11:52:49 PDT
`<meta name="theme-color" content="...">` should also support CSS `hwb()`, `lch()`, and `oklch()` color functions (
https://drafts.csswg.org/css-color/#typedef-color
).
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