Bug 314192
| Summary: | [:has() perf] Build better scope selector for nested :is() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
| Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antti Koivisto
In
.foo:is(.bar:has(.changed)) .baz
cases the scope selector could be .foo.bar but it is currently just .bar
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176354723>
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/64364
EWS
Committed 312715@main (72bd1bab23f7): <https://commits.webkit.org/312715@main>
Reviewed commits have been landed. Closing PR #64364 and removing active labels.