Closed
Bug 4441
Opened 26 years ago
Closed 26 years ago
Nested object elements
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: troy, Assigned: rickg)
References
Details
Nested object elements are not nesting like they should. Here's a small example:
<OBJECT data="test1.gif">
<OBJECT data="test2.gif">
</OBJECT>
</OBJECT>
Here's the dump of the content model:
html refcount=3<
head refcount=2<
>
body refcount=3<
object data=test1.gif refcount=4<
Text refcount=2< \n>
>
object data=test2.gif refcount=4<
Text refcount=2< \n>
>
Text refcount=3< \n \n>
>
>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 3•26 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Verified 1999-16-17-08-M7
You need to log in
before you can comment on or make changes to this bug.
Description
•