Closed
Bug 22736
Opened 26 years ago
Closed 26 years ago
Mozilla forgets fonts and styles with DIV-tags
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: jarto, Assigned: rickg)
References
()
Details
The above link contains a test page for Mozilla. The page contains three links
that should all be times roman, size 4, bold and italics. The size and style
varies a lot though based on where the DIV-tag is.
Check the page and it's source for details.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 1•26 years ago
|
||
Thanks for the bug report and the very clear test case. Speaking technically,
<FONT> may contain %inline; elements only, and <DIV> is a %block; element --
so, the M12 code was doing the _technically_ right thing in this case.
However, for (good) compatibility reasons, this requirement was relaxed. The
code to allow FONT to carry into %blocks; was landed after M12. Using WinNT
1999122208 (i.e., post M12), all three examples in the test case have identical
appearance.
So, marking this as a DUPLICATE of the very famous bug #991 (although could be
WORKSFORME).
*** This bug has been marked as a duplicate of 991 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Marking verified dup of 991.
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•