Closed
Bug 503039
Opened 16 years ago
Closed 14 years ago
[HTML5] Self-closing tags show as error in view-source (even with new parser)
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: fpwoshg, Unassigned)
References
()
Details
HTML5 self-closing tags show as error in view-source (even with new parser)
Steps to Reproduce
1. Set html5.enable to true in about:config, restart Firefox.
2. View source on the following HTML5 validating page: http://ejohn.org/
Actual Behaviour
Self-closing tags are marked as errors.
Expected Behaviour
Self-closing tags are not marked as errors due to item 6 here:
http://www.w3.org/TR/html5/syntax.html#start-tags
Sorry if this is a misunderstanding on my part, I thought it was better to report it on the (no doubt slim) off-chance that it really is a bug.
![]() |
||
Comment 1•16 years ago
|
||
Henri, we don't use the new parser for view-source, right?
Comment 2•16 years ago
|
||
We don't. Need to remember this when fixing bug 482921.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Priority: -- → P3
Comment 3•14 years ago
|
||
Fixed by fixing bug 482921.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•