[Webkit-unassigned] [Bug 227702] Implement :has() pseudo-class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 16:45:36 PST 2021


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

Kyle Bavender <kyle.bavender at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle.bavender at me.com

--- Comment #5 from Kyle Bavender <kyle.bavender at me.com> ---
I am excited to see that :has() is shipping in STP v137! Thanks to all who have contributed to this. I did find something that seems like a potential bug in my testing, however.

The general idea is that...

#form:has(input:checked) .row { background: rebeccapurple; }

...is not toggling that background color if the user checks and unchecks an input, but it really seems that it should.

I created a test case with more details here: https://codepen.io/kbav/pen/YzrxwBa?editors=1100

-- 
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/ece0cfc9/attachment-0001.htm>


More information about the webkit-unassigned mailing list