layout/reftests/table-bordercollapse/frame_below_rules_all_ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
     2 <html lang="en">
     3 <head>
     4 	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     5 	<title>Frame="below" and Rules="all"</title>
     6       <link rel="stylesheet" type="text/css" href="bordercol.css" />
     7 </head>
     8 <body>
     9 <table class="bottom bc">
    10 	<caption><a name="void-none">Frame="below" and Rules="all"</caption>
    11 	<thead>
    12 		<tr>
    13 			<td>Row 1, Cell 1</td>
    14 			<td class="border">Row 1, Cell 2</td>
    15 			<td class="border">Row 1, Cell 3</td>
    16 		</tr>
    17 	</thead>
    18 	<tbody>
    19 		<tr class="border">
    20 			<td rowspan="2">Row 2, Cell 1</td>
    21 			<td colspan="2" class="border">Row 2, Cell 2</td>
    22 		</tr>
    23 		<tr class="border">
    24 			<td class="border">Row 3, Cell 2</td>
    25 			<td rowspan="2" class="border">Row 3, Cell 3</td>
    26 		</tr>
    27 		<tr class="border">
    28 			<td colspan="2">Row 4, Cell 1</td>
    29 		</tr>
    30 	</tbody>
    31 	<tfoot>
    32 		<tr>
    33 			<td>Row 5, Cell 1</td>
    34 			<td class="border">Row 5, Cell 2</td>
    35 			<td class="border">Row 5, Cell 3</td>
    36 		</tr>
    37 	</tfoot>
    38 </table>
    41 </body>
    43 </html>

mercurial