Closed
Bug 868842
Opened 12 years ago
Closed 11 years ago
DOM inspector should not show things that doesn't exist
Categories
(DevTools :: Inspector, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: darkside29140, Unassigned)
References
Details
Attachments
(1 file)
253.47 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20130505 Firefox/23.0
Build ID: 20130505030916
Steps to reproduce:
When we use the DOM inspector on a page, we don't see the code as he is written.
For example, if a page contain the markup <br/>, the inspector will show <br></br>. It's really disturbing.
Reporter | ||
Updated•12 years ago
|
Component: Untriaged → Developer Tools: Inspector
Updated•12 years ago
|
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•11 years ago
|
||
This is because we show the DOM, not the source code. <br/> and <br></br> are equivalent. And it's important to not use an autoclosing tag because the user won't be able to add content in it.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•