Closed Bug 22585 Opened 25 years ago Closed 25 years ago

[regression] missing </td></tr> causes content outside table to be pulled into table

Categories

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

x86
Other
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: rickg)

References

()

Details

any bugzilla query will show this at the bottom or the page, where the number of
hits is reported.

Here's a simplified test case:
  <table border>
    <tr>
      <td>abc
  </table>
  after

note the missing </td> and </tr>.  Lots of pages out there rely on this pattern.
Priority: P3 → P2
I think this is the root cause for a fair number of flaky pages I've seen
recently.  Sorry, don't have any specific URL's minimized to prove it. I just
remember from my days working on table layout that lots of pages habitually omit
table end tags.
Assignee: harishd → rickg
Fixed in my tree, awaiting checkin.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed by change to elementtable.
verified:
2001-01-22-08-Mtrunk : win32
2001-01-19-11-Mtrunk : linux
2001-01-22-04-Mtrunk : mac
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.