Closed
Bug 648
Opened 27 years ago
Closed 26 years ago
vertical space incorrect inside a <font> tag
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
this is a minimized test case derived from http://www.slashdot.org. If you
remove the <FONT color=000000>, everything spaces correctly. The <font> seems
to be surpressing proper vertical spacing from the <p>.
test case:
===============================
<HTML><BODY>
<FONT color=000000>
<p>too
<P>short!
</FONT>
<p>just
<P>right!
</BODY></HTML>
Updated•27 years ago
|
Component: Unknown → Content Model
Comment 1•27 years ago
|
||
setting component field
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•