Bug 9321
Summary: | WebKit HTML Source view should "pretty print" by default | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | kangax, timothy |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
HTML Source view, once it's finally moved down into WebKit (from Safari) should pretty-print by default. Meaning, it should remove unnecessary spaces, indent, etc.
One example of god-awful generated HTML is here:
http://www.anntaylor.com/IWCatSectionView.process?IWAction=Load&RestartFlow=t&Merchant_Id=1&Section_Id=7992
There are millions other examples out there. I think developers would really like such a feature.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
kangax
This is probably no longer needed, given web dev tools and "elements" tab?
Alexey Proskuryakov
Also, deciding how to display page source is up to the browser, and thus out of scope for WebKit.