Bug 256578
Summary: | [css-nesting] Don't serialize the implicit parent selector in relative selector | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matthieu Dubet <m_dubet> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matthieu Dubet
foo {
> .bar {
}
}
is semantically equivalent (and converted) to
foo {
& > .bar {
}
}
but it should not be visible in the serialization of the selector.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109141615>
Matthieu Dubet
Pull request: https://github.com/WebKit/WebKit/pull/13684
EWS
Committed 263902@main (22a69c73dd84): <https://commits.webkit.org/263902@main>
Reviewed commits have been landed. Closing PR #13684 and removing active labels.