Closed Bug 4441 Opened 26 years ago Closed 26 years ago

Nested object elements

Categories

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

x86
Windows NT
defect

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> > >
*** Bug 3692 has been marked as a duplicate of this bug. ***
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed by change to CNavDTD.
Test case from bug 3692 and bug 1945 shows this to be fixed, but I'll let others mark verified.
Status: RESOLVED → VERIFIED
Verified 1999-16-17-08-M7
You need to log in before you can comment on or make changes to this bug.