layout/reftests/table-bordercollapse/frame_above_rules_cols.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.

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

mercurial