WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Cameron McCormack (:heycam)
Comment 1
2023-09-09 15:54:35 PDT
rdar://106524140
Cameron McCormack (:heycam)
Comment 2
2023-09-09 15:56:45 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/17629
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.
Top of Page
Format For Printing
XML
Clone This Bug