[Webkit-unassigned] [Bug 259416] New: Update inverted-colors UA Stylesheet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 22 06:08:07 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=259416

            Bug ID: 259416
           Summary: Update inverted-colors UA Stylesheet
           Product: WebKit
           Version: Safari 17
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: luke at warlow.dev

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%); }
}
`

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230722/5a9a340e/attachment.htm>


More information about the webkit-unassigned mailing list