[Webkit-unassigned] [Bug 253180] New: [GTK][WPE] Remote Web Inspector: replace deprecated CSS method 'matches' with 'is'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 11:31:09 PST 2023


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

            Bug ID: 253180
           Summary: [GTK][WPE] Remote Web Inspector: replace deprecated
                    CSS method 'matches' with 'is'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pgorszkowski at igalia.com
                CC: inspector-bugzilla-changes at group.apple.com

The :matches()selector was renamed to :is() in https://github.com/w3c/csswg-drafts/issues/3258

:matches() is no longer supported by some browsers (like Chromium and Firefox) and breaks Web Inspector UI in such browsers when we connect via HTTP.

In case GTK/WPE WebKit, we use HTTP version of the inspector and it can be used from any browser.

In Firefox we get warning:
"Unknown pseudo-class or pseudo-element ‘matches’.  Ruleset ignored due to bad selector"

-- 
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/20230301/64d27f9a/attachment-0001.htm>


More information about the webkit-unassigned mailing list