Bug 259416

Summary: Update inverted-colors UA Stylesheet
Product: WebKit Reporter: Luke Warlow <lwarlow>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 17   
Hardware: Unspecified   
OS: Unspecified   

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
Luke Warlow
Comment 1 2023-07-22 06:14:55 PDT
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
Note You need to log in before you can comment on or make changes to this bug.