Closed Bug 2447 Opened 26 years ago Closed 26 years ago

Parsing html

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 991

People

(Reporter: michael.j.lowe, Assigned: rickg)

References

Details

Following html parses diffently than both IE and NSC 4.5: <html> <B> <FONT SIZE=2 COLOR="#0000ff"> <P>T</B> </FONT> he</P> </html>
Status: NEW → ASSIGNED
This is the residual style problem
*** Bug 2433 has been marked as a duplicate of this bug. ***
See also bug 2433
Severity: normal → enhancement
Priority: P2 → P4
This is incorrect markup. Neither the <b> tag nor the <font> tag can contain a <p> tag. This isn't a bug that needs to be fixed, although it could be an added feature for handling erroneous markup. I'm lowering the severity and priority.
Severity: enhancement → normal
Priority: P4 → P2
As a user browsing the web a don't care whether this is valid html - I just want pages which have been using this to layout as they were intended. If it works in the last releases of both the major browsers and not in Nglayout, then this is clearly a backwards compatability bug. Bumping the priority back up.
Setting all current Open/Normal to M4.
*** Bug 2906 has been marked as a duplicate of this bug. ***
*** Bug 3015 has been marked as a duplicate of this bug. ***
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 3847 → 4141
reassigning qa contact to gem
This bug is the cause of the font issues on news.com. Basically what needs to happen is the font tag should not be ended by anything except a closing font tag. The problem with news.com is essentially this: <p> <font size="+3"> Some text. </p> <p> Some text. </p> The second paragraph is not rendered in the former's font.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Target Milestone: M6 → M7
*** 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
You need to log in before you can comment on or make changes to this bug.