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
259416
Update inverted-colors UA Stylesheet
https://bugs.webkit.org/show_bug.cgi?id=259416
Summary
Update inverted-colors UA Stylesheet
Luke Warlow
Reported
2023-07-22 06:08:07 PDT
WebKit has an outdated version of the UA stylesheet for inverted-colors Current: ` @media (inverted-colors) { img, picture, video { filter: invert(100%); } /* Images and videos double-inverted. */ } ` Spec: ` @media (inverted-colors) { img:not(picture>img), picture, video { filter: invert(100%); } } `
Attachments
Add attachment
proposed patch, testcase, etc.
Luke Warlow
Comment 1
2023-07-22 06:14:55 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16011
EWS
Comment 2
2023-07-22 18:00:41 PDT
Committed
266234@main
(87011db312c8): <
https://commits.webkit.org/266234@main
> Reviewed commits have been landed. Closing PR #16011 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-07-22 18:01:17 PDT
<
rdar://problem/112720328
>
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