RESOLVED FIXED 201560
Web Inspector: CSS Formatter: the closing } of nested @media aren't indented
https://bugs.webkit.org/show_bug.cgi?id=201560
Summary Web Inspector: CSS Formatter: the closing } of nested @media aren't indented
Devin Rousso
Reported 2019-09-06 14:05:28 PDT
``` @media print{@media screen{body{color:red;}}} ``` should be formatted as ``` @media print { @media screen { body { color: red; } } } ``` but instead appears as ``` @media print { @media screen { body { color: red; } } } ```
Attachments
Patch (3.82 KB, patch)
2019-09-06 14:09 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-09-06 14:09:01 PDT
Joseph Pecoraro
Comment 2 2019-09-06 20:37:24 PDT
Comment on attachment 378233 [details] Patch r=me
WebKit Commit Bot
Comment 3 2019-09-06 21:19:58 PDT
Comment on attachment 378233 [details] Patch Clearing flags on attachment: 378233 Committed r249607: <https://trac.webkit.org/changeset/249607>
WebKit Commit Bot
Comment 4 2019-09-06 21:19:59 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-09-06 21:20:17 PDT
Note You need to log in before you can comment on or make changes to this bug.