Closed
Bug 131479
Opened 23 years ago
Closed 23 years ago
Line break immediately following a start tag isn't ignored
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: kazhik, Assigned: harishd)
Details
Attachments
(2 files)
Line break immediately following a start tag isn't ignored
in the following case.
<div><p>Thomas is watching TV.</p></div>
<div>
<p>Thomas is watching TV.</p>
</div>
W3C spec:
http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.3.1
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Dupe of bug 2750?
Assignee: attinasi → harishd
Component: Layout → Parser
QA Contact: petersen → moied
Comment 4•23 years ago
|
||
i think so. wow, a 4-digit bug number...
*** This bug has been marked as a duplicate of 2750 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•