Closed Bug 857 Opened 26 years ago Closed 26 years ago

<ins> and <del> tag parsed incorrectly

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: rickg)

References

()

Details

see the minimized test case below. The <INS> and <DEL> tags incorrectly terminate the table. ------------ Test case ----------------- <HTML><BODY> <TABLE BORDER=1> <TR><TD>&lt;DEL&gt;...&lt;/DEL&gt;<TD>Normal <DEL>Deleted style</DEL> Normal <TR><TD>This should be in the table above</TD></TR> </table> <br><br> <table border> <TR><TD><TT>&lt;INS&gt;...&lt;/INS&gt;</TT><TD>Normal <INS>Inserted style</INS> Normal <TR><TD>This should be in the table above</TD></TR> </TABLE> </BODY></HTML>
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
These had been totally missed -- sorry for the hassle.
QA Contact: 4110
test case is not clear to me for some reason, chris do you understand it? Set to you as qa contact first before bugging rickg who is out on vacation.
This is a parser bug. I think it will need white box tester to verify.
Status: RESOLVED → VERIFIED
verified in 2/10 build
QA Contact: 4110 → 4141
You need to log in before you can comment on or make changes to this bug.