WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
201336
CSS invert() filter does not apply to the body element
https://bugs.webkit.org/show_bug.cgi?id=201336
Summary
CSS invert() filter does not apply to the body element
Nicholas Shanks
Reported
2019-08-30 03:58:07 PDT
Created
attachment 377697
[details]
Reduction When the BODY element is selected, the CSS invert() filter does not get applied. Changing the CSS selector to ":root", "html", "h1", or "p" applies the filter to the selected element; changing the selector to ":root>*" or "html>*" does not apply the filter, i.e. it is the matched element, not the selector used, that is causing the problem.
Attachments
Reduction
(308 bytes, text/html)
2019-08-30 03:58 PDT
,
Nicholas Shanks
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-08-30 09:19:30 PDT
<
rdar://problem/54884371
>
Ahmad Saleem
Comment 2
2026-06-21 00:19:15 PDT
Chrome Canary 151, Firefox Nightly 154 and Safari Technology Preview 246 - all match on attached test case.
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