RESOLVED FIXED 261378
propagate scope element into :has CheckingContext
https://bugs.webkit.org/show_bug.cgi?id=261378
Summary propagate scope element into :has CheckingContext
Cameron McCormack (:heycam)
Reported 2023-09-09 15:54:16 PDT
In https://bugs.webkit.org/show_bug.cgi?id=261320 we split out CheckingContext::scope into two separate fields: "scope" for the element that matches :scope, and "hasScope" for the scope of a :has() pseudo-class. We need to propagate scope into the child CheckingContext we create for :has() pseudo-class matching, otherwise :has(:scope) will never match anything.
Attachments
Cameron McCormack (:heycam)
Comment 1 2023-09-09 15:54:35 PDT
Cameron McCormack (:heycam)
Comment 2 2023-09-09 15:56:45 PDT
EWS
Comment 3 2023-09-11 01:21:50 PDT
Committed 267856@main (32c83e1e34db): <https://commits.webkit.org/267856@main> Reviewed commits have been landed. Closing PR #17629 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.