WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2019-09-06 14:09:01 PDT
Created
attachment 378233
[details]
Patch
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
<
rdar://problem/55139438
>
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