[Webkit-unassigned] [Bug 223141] New: Runtime-disabled CSS features still still appear enabled via two-arg CSS.supports()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 14:15:47 PST 2021


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

            Bug ID: 223141
           Summary: Runtime-disabled CSS features still still appear
                    enabled via two-arg CSS.supports()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: simon.fraser at apple.com,
                    webkit-bug-importer at group.apple.com

bug 222280 fixed:

> CSS.supports("overscroll-behavior: inherit")

< true

however, even after that:

> CSS.supports("overscroll-behavior: inherit")

< false

> CSS.supports("overscroll-behavior", "inherit")

< true

-- 
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/20210312/7275861b/attachment.htm>


More information about the webkit-unassigned mailing list