Bug 17071

Summary: Web Inspector does not properly print self-closing tags in tree view
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: apavlov, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
look at how <path> is printed, not lack of /> at end. none

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 ***