RESOLVED FIXED 256578
[css-nesting] Don't serialize the implicit parent selector in relative selector
https://bugs.webkit.org/show_bug.cgi?id=256578
Summary [css-nesting] Don't serialize the implicit parent selector in relative selector
Matthieu Dubet
Reported 2023-05-10 01:03:54 PDT
foo { > .bar { } } is semantically equivalent (and converted) to foo { & > .bar { } } but it should not be visible in the serialization of the selector.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-10 01:04:49 PDT
Matthieu Dubet
Comment 2 2023-05-10 01:32:29 PDT
EWS
Comment 3 2023-05-10 08:37:36 PDT
Committed 263902@main (22a69c73dd84): <https://commits.webkit.org/263902@main> Reviewed commits have been landed. Closing PR #13684 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.