Closed
Bug 63581
Opened 25 years ago
Closed 25 years ago
Forgotten </B> before <PRE> breaks page
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: c, Assigned: clayton)
References
()
Details
This code is invalid HTML, but should be handled more gracefully by Mozilla:
<P><B>text</P>
<PRE>text</PRE>
<P>text
Note that a </B> is missing, but a </P> is present.
Observed result:
*All* text after the </PRE> is in a bold monospace font.
Expected result:
Text after the </PRE> may be bold, but not in a monospace font.
This breaks search results of http://metager.de/ , which is a very popular meta
search-engine for web pages in German language.
Testcases:
<P><B>text</P>...: http://clarence.de/metager-test/testcase.html
<P><B>text...: http://clarence.de/metager-test/testcase-2.html
<P><B>text</B></P>...: http://clarence.de/metager-test/testcase-3.html
2000-12-21-05, trunk, Win NT
Comment 2•25 years ago
|
||
I see a problem only with testcase #1 on Linux 2000121908, the other two work as
I would expect them too.
If this is the case for WinNT as well, should go OS -> All.
| Reporter | ||
Comment 3•25 years ago
|
||
Yes, the problem exists only with testcase #1.
The others are for comparison only.
OS: Windows NT → All
Comment 4•25 years ago
|
||
| Reporter | ||
Comment 5•25 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Sho' nuf. *AND* its crummy HTML:).
VERIFIED.
Status: RESOLVED → VERIFIED
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
•