[Webkit-unassigned] [Bug 234556] [:has() pseudo-class] Support for interactive pseudo-classes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 21 03:43:27 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=234556
--- Comment #1 from Antti Koivisto <koivisto at iki.fi> ---
Thanks for the report.
Of these :focus should be working at least in basic cases. Changing
.has.focus:has(:checked)
to
.has.focus:has(:focus)
makes that subtest work as expected.
The others are broken though.
--
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/20211221/cd3d8a75/attachment-0001.htm>
More information about the webkit-unassigned
mailing list