[Webkit-unassigned] [Bug 201336] New: CSS invert() function does not operate on BODY element of HTMLDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 30 03:58:07 PDT 2019


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

            Bug ID: 201336
           Summary: CSS invert() function does not operate on BODY element
                    of HTMLDocument
           Product: WebKit
           Version: Safari 12
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nickshanks at nickshanks.com

Created attachment 377697

  --> https://bugs.webkit.org/attachment.cgi?id=377697&action=review

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.

-- 
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/20190830/2953be83/attachment.html>


More information about the webkit-unassigned mailing list