layout/reftests/table-bordercollapse/frame_rhs_rules_all.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"><head>
     5 	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     6 	<title>Frame="rhs" and Rules="all"</title>
     7 	<link rel="stylesheet" type="text/css" href="bordercol.css" />
     8 </head>
     9 <body>
    10 <table rules="all" frame="rhs">
    11 	<caption><a name="void-none">Frame="rhs" and Rules="all"</caption>
    12 	<thead>
    13 		<tr>
    14 			<td>Row 1, Cell 1</td>
    15 			<td>Row 1, Cell 2</td>
    16 			<td>Row 1, Cell 3</td>
    17 		</tr>
    18 	</thead>
    19 	<tbody>
    20 		<tr>
    21 			<td rowspan="2">Row 2, Cell 1</td>
    22 			<td colspan="2">Row 2, Cell 2</td>
    23 		</tr>
    24 		<tr>
    25 			<td>Row 3, Cell 2</td>
    26 			<td rowspan="2">Row 3, Cell 3</td>
    27 		</tr>
    28 		<tr>
    29 			<td colspan="2">Row 4, Cell 1</td>
    30 		</tr>
    31 	</tbody>
    32 	<tfoot>
    33 		<tr>
    34 			<td>Row 5, Cell 1</td>
    35 			<td>Row 5, Cell 2</td>
    36 			<td>Row 5, Cell 3</td>
    37 		</tr>
    38 	</tfoot>
    39 </table>
    42 </body>
    44 </html>

mercurial