Bug 249746
Summary: | [css-nesting] Implement nested selector matching | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matthieu Dubet <m_dubet> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | m_dubet, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 223497 |
Matthieu Dubet
To reuse the existing CSS Selector JIT Compiler, we should translate any nested selector rule to the equivalent flat (=non nested) one via the pseudo class :is()
https://drafts.csswg.org/css-nesting/#nest-selector
Part of the more general css-nesting-1 bug 223497
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matthieu Dubet
rdar://103147183
Matthieu Dubet
Pull request: https://github.com/WebKit/WebKit/pull/8051
EWS
Committed 258367@main (8972793414d9): <https://commits.webkit.org/258367@main>
Reviewed commits have been landed. Closing PR #8051 and removing active labels.