[Webkit-unassigned] [Bug 244708] :has() selector does not accept forgiving selector list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 10:02:28 PDT 2022


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

--- Comment #4 from Michał Gołębiowski-Owczarek <m.goleb+bugzilla at gmail.com> ---
See https://github.com/w3c/csswg-drafts/issues/7676#issuecomment-1235724730

The WebKit behavior still breaks some jQuery selectors. True, it doesn't break:
```
div:has(span:contains('Item'))
```
but it still breaks:
```
div:has(div, span:contains('Item'))
```
Maybe that latter kind of selectors is not used as often in the wild.

-- 
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/20220902/8e085c4c/attachment.htm>


More information about the webkit-unassigned mailing list