dom/tests/mochitest/dom-level2-html/files/tablesection.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE html
michael@0 3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
michael@0 4 "xhtml1-transitional.dtd">
michael@0 5 <html xmlns='http://www.w3.org/1999/xhtml'>
michael@0 6 <head>
michael@0 7 <title>NIST DOM HTML Test - TABLESECTION</title>
michael@0 8 </head>
michael@0 9 <body onload="parent.loadComplete()">
michael@0 10 <table align="center" summary="Table 1">
michael@0 11 <tbody>
michael@0 12 <tr>
michael@0 13 <th>Id</th>
michael@0 14 <th>Name</th>
michael@0 15 <th>Position</th>
michael@0 16 <th>Salary</th>
michael@0 17 </tr>
michael@0 18 </tbody>
michael@0 19 </table>
michael@0 20 <table id="table-1" align="center" border="4" bgcolor="#ff0000" frame="border" cellpadding="2" cellspacing="2" summary="HTML Control Table" rules="all" width="680">
michael@0 21 <caption align="top">Table Caption</caption>
michael@0 22 <thead align="center" valign="middle" char="*" charoff="1">
michael@0 23 <tr align="center" bgcolor="#00FFFF" valign="middle" char="*" charoff="1">
michael@0 24 <th id="header-1">Employee Id</th>
michael@0 25 <th id="header-2" abbr="maiden" axis="center" align="center" bgcolor="#00FFFF" colspan="1" height="50" nowrap="nowrap" rowspan="1" scope="col" headers="header-1" valign="middle" width="100">Employee Name</th>
michael@0 26 <th>Position</th>
michael@0 27 <th>Salary</th>
michael@0 28 <th>Gender</th>
michael@0 29 <th>Address</th>
michael@0 30 </tr>
michael@0 31 </thead>
michael@0 32 <tfoot align="center" valign="middle" char="+" charoff="2">
michael@0 33 <tr>
michael@0 34 <th>next page ...</th>
michael@0 35 <th>next page ...</th>
michael@0 36 <th>next page ...</th>
michael@0 37 <th>next page ...</th>
michael@0 38 <th>next page ...</th>
michael@0 39 <th>next page ...</th>
michael@0 40 </tr>
michael@0 41 </tfoot>
michael@0 42 <tbody align="center" valign="middle" char="$" charoff="3">
michael@0 43 <tr>
michael@0 44 <td axis="center" id="Table-3" abbr="maiden2" align="center" bgcolor="#FF0000" colspan="1" height="50" nowrap="nowrap" rowspan="1" scope="col" headers="header-2" valign="middle" width="175">EMP0001</td>
michael@0 45 <td headers="header-2">Margaret Martin</td>
michael@0 46 <td>Accountant</td>
michael@0 47 <td>56,000</td>
michael@0 48 <td>Female</td>
michael@0 49 <td>1230 North Ave. Dallas, Texas 98551</td>
michael@0 50 </tr>
michael@0 51 <tr>
michael@0 52 <td>EMP0002</td>
michael@0 53 <td>Martha Raynolds</td>
michael@0 54 <td>Secretary</td>
michael@0 55 <td>35,000</td>
michael@0 56 <td>Female</td>
michael@0 57 <td>1900 Dallas Road Dallas, Texas 98554</td>
michael@0 58 </tr>
michael@0 59 </tbody>
michael@0 60 </table>
michael@0 61 </body>
michael@0 62 </html>
michael@0 63
michael@0 64
michael@0 65

mercurial