Closed
Bug 24025
Opened 26 years ago
Closed 26 years ago
Whitespace after markup eaten if BODY tag not present.
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ian, Assigned: rickg)
References
()
Details
STEPS TO REPRODUCE:
Go to http://www.bath.ac.uk/%7Epy8ieh/m/body-and-pre-test.html
This is a document without any <body> tags.
ACTUAL RESULTS:
Any whitespace following any markup is eaten.
EXPECTED RESULTS:
Since the <body> tag is optional, the results should be the same as the
control version: http://www.bath.ac.uk/%7Epy8ieh/m/body-and-pre-control.html
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 2•26 years ago
|
||
That was quick!
You need to log in
before you can comment on or make changes to this bug.
Description
•