Closed
Bug 153983
Opened 23 years ago
Closed 23 years ago
<children> and <div>/<table> not playing well together
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 154173
People
(Reporter: doronr, Assigned: hyatt)
References
()
Details
<content>
<html:div style="border-style:solid; border-width:3px; color:green;">
<children/>
</html:div>
</content>
And the content of the tag is:
<foo>
<span>This is a span</span>
<div>This is a div</div>
</foo>
The span is shown inside the green border, yet the div isn't. DOM Inspector
shows the div element to be a sibling to the foo element. The same happens for
a <table>.
Interestingly, if I put the div inside a span, it works fine. Also, a span
after the div also becomes a sibling to <foo>.
Reporter | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 154173 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•