Closed Bug 21779 Opened 25 years ago Closed 25 years ago

parser combines <tbody>s when </tr> or </td> omitted

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: karnaze, Assigned: harishd)

References

()

Details

The following has only one <tbody> in the content model and it should have 2.

<table border=1>
<tbody>
<tr><td>C11
</tbody>
<tbody>
<tr><td>C21
</tbody>
</table>
Status: NEW → ASSIGNED
Target Milestone: M13
Fixed in my tree awaiting opportunity to checkin.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed by update to elementtable.
updated qa contact.
QA Contact: janc → bsharma
Verified on:
build: 2001-05-21-11-Mtrunk
platform: WinNT

The test case passes.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.