Closed
Bug 18864
Opened 26 years ago
Closed 26 years ago
</B> ignored by html parser
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M13
People
(Reporter: ironside, Assigned: harishd)
References
()
Details
in the center frame on the page the opening news statment contains this html,
<BR><B>
<FONT COLOR="gray" FACE="arial" SIZE=1>
November 10, 1999 <BR>
<FONT COLOR="lightslategray" FACE="arial" SIZE=3>
Engine & Demo update <FONT FACE="arial" SIZE=1></B>
mozilla ignores the </B> and the whole news article is boldfaced instead of a
normal typeface (windows 98, SE) build ID: 1999111408
This is a dup of the residual style bug. In fact, it may already be fixed with
ENABLE_RESIDUALSTYLE.
Further reduced:
<B>
<FONT>
November 10, 1999 <BR>
</B>
Not bold
In the above example the text "Not bold" is rendered BOLD in Nav 4.x and Gecko.
However, IE doesn't.
This is fixed when you enable residual style handling.
*** This bug has been marked as a duplicate of 991 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Agreed. Marking as verified duplicate of 991.
Actually, this is displaying the same way in Gecko and Nav. Note that nav
displays this incorrectly, and we do too for compatibilities sake.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: DUPLICATE → WONTFIX
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Marking verified won't per last comments.
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.
Description
•