Closed Bug 1239 Opened 26 years ago Closed 25 years ago

font wrong in several places

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 991

People

(Reporter: buster, Assigned: rickg)

References

()

Details

could be style or parser bug.
"FBI warns" header font too big.  Other similar headers have same problem.
"NBA lockout" too big, and all headers below it in that column.  Headers before
it in that column are fine.
Assignee: peterl → rickg
Component: Style System → Parser
This is the parser dealing with badly mangled source HTML.
Here's a reduced version of the problem:
<CENTER>
  </FONT>
  <FONT face=arial,helvetica size=1>
    Centered arial size=1 [BREAK]
  </CENTER>
</FONT>
</FONT>

<FONT face=arial,helvetica size=1>
  <B>
    <FONT size=2>Bold Arial font size=2</B>
  </FONT>
  <P>
    <FONT color=maroon>Maroon Arial font size=1</FONT>
    <BR>
    <FONT size=2>
      <B>Bold Arial font size=2</B>
    </FONT>
    [ Arial font size=1 ]
    <BR clear=all>
    <FONT size=-2>
      <CENTER>Centered Arial size=1
  <P>
    <CENTER>Centered Arial size=1
  <P>
    <FONT size=-1>
      <B>Bold Arial size=2
        <BR>
      </FONT>
    </B>
    Centered Arial size=1
  </P>
</CENTER>
</CENTER>
</FONT>
</FONT>
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
*** Bug 5550 has been marked as a duplicate of this bug. ***
QA Contact: 3847 → 4141
Assignee: rickg → peterl
Status: ASSIGNED → NEW
I think this is yours now.
Assignee: peterl → rickg
Nope. There are still parser DTD issues. This is a lack of style tag
propogation.

Specifically, in the recuced sample: The second <FONT face=arial,helvetica
size=1> isn't propogating into the following <P> tag.
Status: NEW → ASSIGNED
Target Milestone: M6 → M7
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 991 ***
Attempting to steal gem's HTMLParser bugs all at once.  Changing QAContact to
janc.
Status: RESOLVED → VERIFIED
verified
You need to log in before you can comment on or make changes to this bug.