Closed
Bug 3692
Opened 26 years ago
Closed 26 years ago
Both objects showing up from nested OBJECT tags
Categories
(Core :: Layout, defect, P1)
Tracking
()
People
(Reporter: dbaron, Assigned: serhunt)
References
()
Details
This is very related to bug 1945, just fixed.
Every time there are nested objects in the above URL, for example:
<object ... data="a">
<object ... data="b">
<img src="c">
</object>
</object>
then both images "a" and "b" are shown. Only "a" should be shown. ("c",
however, is not shown. At least you aren't showing non-OBJECT contents.)
I can't tell if this is a bug that's been around or one that was introduced
by the fix for 1945.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
As per discussion with Troy this should be filed against parser, and it is now.
*** This bug has been marked as a duplicate of 4441 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
This is a duplicate of 4441
You need to log in
before you can comment on or make changes to this bug.
Description
•