Index: LayoutTests/fast/table/frame-and-rules.html |
diff --git a/LayoutTests/fast/table/frame-and-rules.html b/LayoutTests/fast/table/frame-and-rules.html |
index b3a7ee22ebff5c76243ffbb524538256bedbf77b..e38971d094f88e16d7ea271358ce396ce6c16513 100644 |
--- a/LayoutTests/fast/table/frame-and-rules.html |
+++ b/LayoutTests/fast/table/frame-and-rules.html |
@@ -1 +1 @@ |
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
"http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> |
<html lang="en"> |
<head> |
<title>Complete Test Cases of Visual Formatting of Table Borders and Rules</title> |
<style type="text/css"> |
<!-- |
table { |
margin-bottom: 0.5in; |
} |
caption { |
font-weight: bold; |
font-style: italic; |
} |
caption:after { |
content: ":"; |
} |
table#links { |
display: block; |
position: fixed; |
background-color; #eee; |
top: 0.25in; |
left: auto; |
bottom: auto; |
right: 0; |
width: 50%; |
height: 25%; |
} |
table#links thead th { |
text-align: center; |
} |
table#links tbody th { |
text-align: right; |
} |
table#links td { |
text-align: center; |
background-color: #ccc; |
font: 9pt italic; |
} |
table#links th { |
font: 10pt italic; |
} |
--> |
</style> |
</head> |
<body> |
<table id="links"> |
<caption>Local links to specific testcase tables</caption> |
<colgroup id="rules" span="1"></colgroup> |
<colgroup span="9"></colgroup> |
<thead> |
<tr> |
<th colspan="2" rowspan="2"></th> |
<th colspan="9">Frame</th> |
</tr> |
<tr> |
<th>void</th> |
<th>above</th> |
<th>below</th> |
<th>hsides</th> |
<th>vsides</th> |
<th>lhs</th> |
<th>rhs</th> |
<th>box</th> |
<th>border</th> |
</tr> |
</thead> |
<tbody> |
<tr> |
<th rowspan="5">Rules</th> |
<th>none</th> |
<td><a href="#void-none">Go</a></td> |
<td><a href="#above-none">Go</a></td> |
<td><a href="#below-none">Go</a></td> |
<td><a href="#hsides-none">Go</a></td> |
<td><a href="#vsides-none">Go</a></td> |
<td><a href="#lhs-none">Go</a></td> |
<td><a href="#rhs-none">Go</a></td> |
<td><a href="#box-none">Go</a></td> |
<td><a href="#border-none">Go</a></td> |
</tr> |
<tr> |
<th>groups</th> |
<td><a href="#void-groups">Go</a></td> |
<td><a href="#above-groups">Go</a></td> |
<td><a href="#below-groups">Go</a></td> |
<td><a href="#hsides-groups">Go</a></td> |
<td><a href="#vsides-groups">Go</a></td> |
<td><a href="#lhs-groups">Go</a></td> |
<td><a href="#rhs-groups">Go</a></td> |
<td><a href="#box-groups">Go</a></td> |
<td><a href="#border-groups">Go</a></td> |
</tr> |
<tr> |
<th>rows</th> |
<td><a href="#void-rows">Go</a></td> |
<td><a href="#above-rows">Go</a></td> |
<td><a href="#below-rows">Go</a></td> |
<td><a href="#hsides-rows">Go</a></td> |
<td><a href="#vsides-rows">Go</a></td> |
<td><a href="#lhs-rows">Go</a></td> |
<td><a href="#rhs-rows">Go</a></td> |
<td><a href="#box-rows">Go</a></td> |
<td><a href="#border-rows">Go</a></td> |
</tr> |
<tr> |
<th>cols</th> |
<td><a href="#void-cols">Go</a></td> |
<td><a href="#above-cols">Go</a></td> |
<td><a href="#below-cols">Go</a></td> |
<td><a href="#hsides-cols">Go</a></td> |
<td><a href="#vsides-cols">Go</a></td> |
<td><a href="#lhs-cols">Go</a></td> |
<td><a href="#rhs-cols">Go</a></td> |
<td><a href="#box-cols">Go</a></td> |
<td><a href="#border-cols">Go</a></td> |
</tr> |
<tr> |
<th>all</th> |
<td><a href="#void-all">Go</a></td> |
<td><a href="#above-all">Go</a></td> |
<td><a href="#below-all">Go</a></td> |
<td><a href="#hsides-all">Go</a></td> |
<td><a href="#vsides-all">Go</a></td> |
<td><a href="#lhs-all">Go</a></td> |
<td><a href="#rhs-all">Go</a></td> |
<td><a href="#box-all">Go</a></td> |
<td><a href="#border-all">Go</a></td> |
</tr> |
</tbody> |
</table> |
<table frame="void" rules="none"> |
<caption><a name="void-none">Frame=“void” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="none"> |
<caption><a name="above-none">Frame=“above” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="none"> |
<caption><a name="below-none">Frame=“below” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="none"> |
<caption><a name="hsides-none">Frame=“hsides” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="none"> |
<caption><a name="vsides-none">Frame=“vsides” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="none"> |
<caption><a name="lhs-none">Frame=“lhs” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="none"> |
<caption><a name="rhs-none">Frame=“rhs” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="none"> |
<caption><a name="box-none">Frame=“box” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="none"> |
<caption><a name="border-none">Frame=“border” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="groups"> |
<caption><a name="void-groups">Frame=“void” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="groups"> |
<caption><a name="above-groups">Frame=“above” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="groups"> |
<caption><a name="below-groups">Frame=“below” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="groups"> |
<caption><a name="hsides-groups">Frame=“hsides” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="groups"> |
<caption><a name="vsides-groups">Frame=“vsides” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="groups"> |
<caption><a name="lhs-groups">Frame=“lhs” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="groups"> |
<caption><a name="rhs-groups">Frame=“rhs” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="groups"> |
<caption><a name="box-groups">Frame=“box” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="groups"> |
<caption><a name="border-groups">Frame=“border” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="rows"> |
<caption><a name="void-rows">Frame=“void” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="rows"> |
<caption><a name="above-rows">Frame=“above” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="rows"> |
<caption><a name="below-rows">Frame=“below” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="rows"> |
<caption><a name="hsides-rows">Frame=“hsides” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="rows"> |
<caption><a name="vsides-rows">Frame=“vsides” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="rows"> |
<caption><a name="lhs-rows">Frame=“lhs” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="rows"> |
<caption><a name="rhs-rows">Frame=“rhs” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="rows"> |
<caption><a name="box-rows">Frame=“box” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="rows"> |
<caption><a name="border-rows">Frame=“border” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="cols"> |
<caption><a name="void-cols">Frame=“void” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="cols"> |
<caption><a name="above-cols">Frame=“above” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="cols"> |
<caption><a name="below-cols">Frame=“below” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="cols"> |
<caption><a name="hsides-cols">Frame=“hsides” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="cols"> |
<caption><a name="vsides-cols">Frame=“vsides” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="cols"> |
<caption><a name="lhs-cols">Frame=“lhs” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="cols"> |
<caption><a name="rhs-cols">Frame=“rhs” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="cols"> |
<caption><a name="box-cols">Frame=“box” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="cols"> |
<caption><a name="border-cols">Frame=“border” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="all"> |
<caption><a name="void-all">Frame=“void” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="all"> |
<caption><a name="above-all">Frame=“above” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="all"> |
<caption><a name="below-all">Frame=“below” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="all"> |
<caption><a name="hsides-all">Frame=“hsides” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="all"> |
<caption><a name="vsides-all">Frame=“vsides” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="all"> |
<caption><a name="lhs-all">Frame=“lhs” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="all"> |
<caption><a name="rhs-all">Frame=“rhs” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="all"> |
<caption><a name="box-all">Frame=“box” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="all"> |
<caption><a name="border-all">Frame=“border” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
</body> |
</html> |
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
"http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> |
<html lang="en"> |
<head> |
<title>Complete Test Cases of Visual Formatting of Table Borders and Rules</title> |
<style type="text/css"> |
<!-- |
table { |
margin-bottom: 0.5in; |
} |
caption { |
font-weight: bold; |
font-style: italic; |
} |
caption:after { |
content: ":"; |
} |
table#links { |
display: block; |
position: fixed; |
background-color; #eee; |
top: 0.25in; |
left: auto; |
bottom: auto; |
right: 0; |
width: 50%; |
height: 25%; |
} |
table#links thead th { |
text-align: center; |
} |
table#links tbody th { |
text-align: right; |
} |
table#links td { |
text-align: center; |
background-color: #ccc; |
font: 9pt italic; |
} |
table#links th { |
font: 10pt italic; |
} |
--> |
</style> |
</head> |
<body> |
<table id="links"> |
<caption>Local links to specific testcase tables</caption> |
<colgroup id="rules" span="1"></colgroup> |
<colgroup span="9"></colgroup> |
<thead> |
<tr> |
<th colspan="2" rowspan="2"></th> |
<th colspan="9">Frame</th> |
</tr> |
<tr> |
<th>void</th> |
<th>above</th> |
<th>below</th> |
<th>hsides</th> |
<th>vsides</th> |
<th>lhs</th> |
<th>rhs</th> |
<th>box</th> |
<th>border</th> |
</tr> |
</thead> |
<tbody> |
<tr> |
<th rowspan="5">Rules</th> |
<th>none</th> |
<td><a href="#void-none">Go</a></td> |
<td><a href="#above-none">Go</a></td> |
<td><a href="#below-none">Go</a></td> |
<td><a href="#hsides-none">Go</a></td> |
<td><a href="#vsides-none">Go</a></td> |
<td><a href="#lhs-none">Go</a></td> |
<td><a href="#rhs-none">Go</a></td> |
<td><a href="#box-none">Go</a></td> |
<td><a href="#border-none">Go</a></td> |
</tr> |
<tr> |
<th>groups</th> |
<td><a href="#void-groups">Go</a></td> |
<td><a href="#above-groups">Go</a></td> |
<td><a href="#below-groups">Go</a></td> |
<td><a href="#hsides-groups">Go</a></td> |
<td><a href="#vsides-groups">Go</a></td> |
<td><a href="#lhs-groups">Go</a></td> |
<td><a href="#rhs-groups">Go</a></td> |
<td><a href="#box-groups">Go</a></td> |
<td><a href="#border-groups">Go</a></td> |
</tr> |
<tr> |
<th>rows</th> |
<td><a href="#void-rows">Go</a></td> |
<td><a href="#above-rows">Go</a></td> |
<td><a href="#below-rows">Go</a></td> |
<td><a href="#hsides-rows">Go</a></td> |
<td><a href="#vsides-rows">Go</a></td> |
<td><a href="#lhs-rows">Go</a></td> |
<td><a href="#rhs-rows">Go</a></td> |
<td><a href="#box-rows">Go</a></td> |
<td><a href="#border-rows">Go</a></td> |
</tr> |
<tr> |
<th>cols</th> |
<td><a href="#void-cols">Go</a></td> |
<td><a href="#above-cols">Go</a></td> |
<td><a href="#below-cols">Go</a></td> |
<td><a href="#hsides-cols">Go</a></td> |
<td><a href="#vsides-cols">Go</a></td> |
<td><a href="#lhs-cols">Go</a></td> |
<td><a href="#rhs-cols">Go</a></td> |
<td><a href="#box-cols">Go</a></td> |
<td><a href="#border-cols">Go</a></td> |
</tr> |
<tr> |
<th>all</th> |
<td><a href="#void-all">Go</a></td> |
<td><a href="#above-all">Go</a></td> |
<td><a href="#below-all">Go</a></td> |
<td><a href="#hsides-all">Go</a></td> |
<td><a href="#vsides-all">Go</a></td> |
<td><a href="#lhs-all">Go</a></td> |
<td><a href="#rhs-all">Go</a></td> |
<td><a href="#box-all">Go</a></td> |
<td><a href="#border-all">Go</a></td> |
</tr> |
</tbody> |
</table> |
<table frame="void" rules="none"> |
<caption><a name="void-none">Frame=“void” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="none"> |
<caption><a name="above-none">Frame=“above” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="none"> |
<caption><a name="below-none">Frame=“below” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="none"> |
<caption><a name="hsides-none">Frame=“hsides” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="none"> |
<caption><a name="vsides-none">Frame=“vsides” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="none"> |
<caption><a name="lhs-none">Frame=“lhs” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="none"> |
<caption><a name="rhs-none">Frame=“rhs” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="none"> |
<caption><a name="box-none">Frame=“box” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="none"> |
<caption><a name="border-none">Frame=“border” and Rules=“none”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="groups"> |
<caption><a name="void-groups">Frame=“void” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="groups"> |
<caption><a name="above-groups">Frame=“above” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="groups"> |
<caption><a name="below-groups">Frame=“below” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="groups"> |
<caption><a name="hsides-groups">Frame=“hsides” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="groups"> |
<caption><a name="vsides-groups">Frame=“vsides” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="groups"> |
<caption><a name="lhs-groups">Frame=“lhs” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="groups"> |
<caption><a name="rhs-groups">Frame=“rhs” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="groups"> |
<caption><a name="box-groups">Frame=“box” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="groups"> |
<caption><a name="border-groups">Frame=“border” and Rules=“groups”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="rows"> |
<caption><a name="void-rows">Frame=“void” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="rows"> |
<caption><a name="above-rows">Frame=“above” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="rows"> |
<caption><a name="below-rows">Frame=“below” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="rows"> |
<caption><a name="hsides-rows">Frame=“hsides” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="rows"> |
<caption><a name="vsides-rows">Frame=“vsides” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="rows"> |
<caption><a name="lhs-rows">Frame=“lhs” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="rows"> |
<caption><a name="rhs-rows">Frame=“rhs” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="rows"> |
<caption><a name="box-rows">Frame=“box” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="rows"> |
<caption><a name="border-rows">Frame=“border” and Rules=“rows”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="cols"> |
<caption><a name="void-cols">Frame=“void” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="cols"> |
<caption><a name="above-cols">Frame=“above” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="cols"> |
<caption><a name="below-cols">Frame=“below” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="cols"> |
<caption><a name="hsides-cols">Frame=“hsides” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="cols"> |
<caption><a name="vsides-cols">Frame=“vsides” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="cols"> |
<caption><a name="lhs-cols">Frame=“lhs” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="cols"> |
<caption><a name="rhs-cols">Frame=“rhs” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="cols"> |
<caption><a name="box-cols">Frame=“box” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="cols"> |
<caption><a name="border-cols">Frame=“border” and Rules=“cols”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="void" rules="all"> |
<caption><a name="void-all">Frame=“void” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="above" rules="all"> |
<caption><a name="above-all">Frame=“above” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="below" rules="all"> |
<caption><a name="below-all">Frame=“below” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="hsides" rules="all"> |
<caption><a name="hsides-all">Frame=“hsides” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="vsides" rules="all"> |
<caption><a name="vsides-all">Frame=“vsides” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="lhs" rules="all"> |
<caption><a name="lhs-all">Frame=“lhs” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="rhs" rules="all"> |
<caption><a name="rhs-all">Frame=“rhs” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="box" rules="all"> |
<caption><a name="box-all">Frame=“box” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
<table frame="border" rules="all"> |
<caption><a name="border-all">Frame=“border” and Rules=“all”</a></caption> |
<thead> |
<tr> |
<td>Row 1, Cell 1</td> |
<td>Row 1, Cell 2</td> |
<td>Row 1, Cell 3</td> |
</tr> |
</thead> |
<tbody> |
<tr> |
<td rowspan="2">Row 2, Cell 1</td> |
<td colspan="2">Row 2, Cell 2</td> |
</tr> |
<tr> |
<td>Row 3, Cell 2</td> |
<td rowspan="2">Row 3, Cell 3</td> |
</tr> |
<tr> |
<td colspan="2">Row 4, Cell 1</td> |
</tr> |
</tbody> |
<tfoot> |
<tr> |
<td>Row 5, Cell 1</td> |
<td>Row 5, Cell 2</td> |
<td>Row 5, Cell 3</td> |
</tr> |
</tfoot> |
</table> |
</body> |
</html> |