Bug 202036 - Web Inspector: HTML Formatter - better indentation/newline handling for self closing tags
Summary: Web Inspector: HTML Formatter - better indentation/newline handling for self ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-20 00:43 PDT by Devin Rousso
Modified: 2019-09-20 14:24 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.47 KB, patch)
2019-09-20 00:45 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-09-20 00:43:45 PDT
Something like:
```
    <rect/>
    <circle/>
    <path/>
    <g>
        <rect/>
        <circle/>
        <path/>
    </g>
    <rect/>
    <circle/>
    <path/>
```
Comment 1 Devin Rousso 2019-09-20 00:45:28 PDT
Created attachment 379220 [details]
Patch
Comment 2 Joseph Pecoraro 2019-09-20 12:00:09 PDT
Comment on attachment 379220 [details]
Patch

r=me. Nice!
Comment 3 WebKit Commit Bot 2019-09-20 14:23:26 PDT
Comment on attachment 379220 [details]
Patch

Clearing flags on attachment: 379220

Committed r250152: <https://trac.webkit.org/changeset/250152>
Comment 4 WebKit Commit Bot 2019-09-20 14:23:28 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-09-20 14:24:21 PDT
<rdar://problem/55572099>