Closed
Bug 49790
Opened 25 years ago
Closed 25 years ago
Inline frame not shown, </B> not recognized
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: ebbe.munk, Assigned: pollmann)
References
()
Details
(Keywords: compat)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; m17) Gecko/20000807
BuildID: 2000080712
n/a
Reproducible: Always
Steps to Reproduce:
Just enter the URL.
Expected Results: Netscape 4.72 and MSIE 5.0 recognizes the </B>.
MSIE 5.0 shows my inline frames nicely. I would like Mozilla to show the inline
frames like MSIE.
Comment 1•25 years ago
|
||
The page has invalid markup. Namely,
<p> text <b> <i> text </p> </b> </i> <p> more text </p>
Note how the </b> </i> are incorrectly nested. See http://validator.w3.org/
for more details.
At this stage we are no longer fixing 'bugs' of this kind unless they affect
very important websites ('top100'). Hence, WONTFIX. Please correct your page.
Note that IE is incorrectly very tolerant of this bad markup.
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•