OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / accessTest / 5-2-1-2.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2 <html lang="en">
3 <head>
4 <title>aert1.0/5.2.1</title>
5 </head>
6 <body>
7
8 <table summary="This data table should use markup to associate multiple levels of row and column headers">
9         <caption>This data table should use markup to associate multiple levels of row and column headers</caption>
10
11         <tr>
12                 <th>System</th><td>a-1</td><td>Susan</td><td>Macintosh</td>
13         </tr>
14         <tr>
15                 <th rowspan="2">ID<br>location or code</th><td>Local</td><td>Building 1</td><td>Front Desk</td>
16         </tr>
17         <tr>
18                 <td>Local</td><td>Building 2</td><td>Back Desk</td>
19         </tr>
20         <tr>
21                 <th>Required</th><td>yes</td><td>yes<td></td><td>no</td>
22         </tr>
23 </table>
24
25 </body>
26 </html>