Bug 17071 - Web Inspector does not properly print self-closing tags in tree view
Summary: Web Inspector does not properly print self-closing tags in tree view
Status: RESOLVED DUPLICATE of bug 26315
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 13:47 PST by Eric Seidel (no email)
Modified: 2010-03-12 07:11 PST (History)
2 users (show)

See Also:


Attachments
look at how <path> is printed, not lack of /> at end. (97.94 KB, image/png)
2008-01-29 13:48 PST, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-01-29 13:47:29 PST
Web Inspector does not properly print self-closing tags in tree view

Should be an easy fix.
Comment 1 Eric Seidel (no email) 2008-01-29 13:48:23 PST
Created attachment 18771 [details]
look at how <path> is printed, not lack of /> at end.
Comment 2 Adam Roben (:aroben) 2008-01-29 13:52:36 PST
(In reply to comment #1)
> Created an attachment (id=18771) [edit]
> look at how <path> is printed, not lack of /> at end.

I don't think we should add the / in HTML documents. Makes sense for XML though.
Comment 3 Alexander Pavlov (apavlov) 2010-03-12 07:11:01 PST
Issue https://bugs.webkit.org/show_bug.cgi?id=26315 provides a fix for the general case.

*** This bug has been marked as a duplicate of bug 26315 ***