Closed Bug 22736 Opened 26 years ago Closed 26 years ago

Mozilla forgets fonts and styles with DIV-tags

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 991

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.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
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 ***
Status: RESOLVED → VERIFIED
Marking verified dup of 991.
SPAM. HTML Element component deprecated, changing component to Layout. See bug 88132 for details.
Component: HTML Element → Layout
You need to log in before you can comment on or make changes to this bug.