WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-03-24 09:44:34 PDT
<
rdar://problem/107190613
>
Matthieu Dubet
Comment 2
2023-03-27 09:15:28 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12008
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.
Top of Page
Format For Printing
XML
Clone This Bug