Closed
Bug 857
Opened 26 years ago
Closed 26 years ago
<ins> and <del> tag parsed incorrectly
Categories
(Core :: DOM: HTML Parser, defect, P2)
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><DEL>...</DEL><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><INS>...</INS></TT><TD>Normal <INS>Inserted style</INS>
Normal
<TR><TD>This should be in the table above</TD></TR>
</TABLE>
</BODY></HTML>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
Comment 3•26 years ago
|
||
This is a parser bug. I think it will need white box tester to verify.
Updated•26 years ago
|
QA Contact: 4110 → 4141
You need to log in
before you can comment on or make changes to this bug.
Description
•