[Webkit-unassigned] [Bug 261806] iOS 17 > inline SVG can't apply CSS filter property effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 16:47:44 PDT 2023


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=201336,
                   |                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=246106,
                   |                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=211617
                 CC|                            |graouts at webkit.org,
                   |                            |karlcow at apple.com,
                   |                            |sabouhallawa at apple.com
           Keywords|                            |BrowserCompat

--- Comment #5 from Karl Dubost <karlcow at apple.com> ---
There is a combination of two things here. Nested syntax and @media.
Maybe a more reduced test case would help.

Let's see.

Simpler test 

body {background-color: gold;}  
@media (prefers-color-scheme: light) {
  svg { filter: invert(1); }
}


This is confirmed. 

Maybe a duplicate of Bug 211617

-- 
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/20230920/a3326467/attachment-0001.htm>


More information about the webkit-unassigned mailing list