Bug 29704
Summary: | Add support for the :scope pseudo selector for SelectorsAPI functions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, rniwa, simon.fraser, zalan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Sam Weinig
We should consider adding support for the :scope pseudo selector that is being proposed for v2 of the Selectors API.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
It seems that it is supported by Safari:
https://caniuse.com/?search=%3Ascope
and
https://developer.mozilla.org/en-US/docs/Web/CSS/:scope
and
https://css3test.com
Or it is about something else, if it is then please ignore my comment. Thanks!
Ryosuke Niwa
Yeah, we support this now.