Closed
Bug 1255156
Opened 9 years ago
Closed 9 years ago
Inspector shows invalid </col> ending tags in markup
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 820926
People
(Reporter: openjck, Unassigned)
Details
(Whiteboard: [btpp-fix-later])
Attachments
(3 files)
Steps to reproduce:
1. Load a page that uses a <col> element (see attachment)
2. Open the Inspector
Actual result:
The markup in the Inspector shows a </col> closing tag after each corresponding opening tag. The closing tag is invalid because <col> is a void element like <img> and <br>. See attachment.
Expected result:
The markup in the Inspector should not show any closing </col> closing tags. Chrome does this correctly. See attachment.
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Same with <img /> tags. Example URL:
data:text/html,<img src="http://buukkit.appspot.com/img/random.gif" />
I think there's a bug on file for this already, but I can't find it just now. I will look for it a bit more.
Assigning a priority in the meantime.
Priority: -- → P2
Whiteboard: [btpp-fix-later]
Comment 5•9 years ago
|
||
Same with <br />
data:text/html,<p>some<br />text</p>
Reporter | ||
Comment 6•9 years ago
|
||
Looks like bug 820926 is the one we're looking for. I'll mark this as a duplicate.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•