RESOLVED FIXED 254432
[css-nesting] Implement CSS OM read-only (serialize CSS rule) with nesting
https://bugs.webkit.org/show_bug.cgi?id=254432
Summary [css-nesting] Implement CSS OM read-only (serialize CSS rule) with nesting
Matthieu Dubet
Reported 2023-03-24 09:44:10 PDT
https://drafts.csswg.org/cssom/#serialize-a-css-rule The serialization of "implicit" nested rule inside group rule such as: #foobar { @media { color:black; } } which is implicitly #foobar { @media { & { color:black; } } } is not precisely specified, but we should try to serialize the minimal equivalent
Attachments
Radar WebKit Bug Importer
Comment 1 2023-03-24 09:44:34 PDT
Matthieu Dubet
Comment 2 2023-03-27 09:15:28 PDT
EWS
Comment 3 2023-03-27 15:12:30 PDT
Committed 262177@main (f4dfe341bdcc): <https://commits.webkit.org/262177@main> Reviewed commits have been landed. Closing PR #12008 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.