Files
Mozilla/mozilla/parser/htmlparser/tests/html/Table05f.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

17 lines
475 B
HTML

Multiple Captions inside cells,
<br>Nav. 4.0: last one takes effect, and close td tr.
previous captions are totally ignored.
If there were no caption3, caption2 would take effect.
<br>Xena 6.0: Ignore misplaced caption tag, contents treated as text.
<table border>
<caption>caption1</caption>
<tr>
<td>cell 1-1 <caption>caption2</caption>TextA
<td>cell 1-2
<tr>
<td>cell 2-1
<td>cell 2-2 <caption>caption3</caption>TextB
</table>
last text