[Webkit-unassigned] [Bug 261366] Elements with :has(+ sibling) selectors do not update when their siblings change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 22 11:58:25 PDT 2023


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

--- Comment #3 from Ben Adam <benjamin.mark.adam at gmail.com> ---
Also running into this problem. Here is an example https://o4zyd0.csb.app ... The app has the styles

#form-fields:not(:has(li)) ul,
#form-fields:not(:has(li)) button {
  display: none;
}

but when the form field is added to the fieldset, the query does not match (however subsequent updates to the dom are fast and work).

-- 
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/20230922/826419ee/attachment.htm>


More information about the webkit-unassigned mailing list