Closed
Bug 574
Opened 27 years ago
Closed 25 years ago
Whitespace is chopped after closing tags
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: buster)
Details
Sample HTML:
<html>
<body>
<H3>This sentence should show <STRONG>strong</STRONG> and <EM>emphasized</EM>
text.</H3>
</body>
</html>
Result:
... strongand ... emphasizedtext
I think this is a whitespace issue (kipp?) but maybe it has to do with the
parser (cc'ing rickg).
The missing text was a scanner bug; the strong tag being done wrong was
a parser bug and both have been fixed.
Updated•26 years ago
|
Component: Unknown → Layout
resetting fix resolution accidentally removed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
QA Contact: petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•