File: case-5_2_1_2.html

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (39 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/5.2.1</title>
</head>
<body>
<table summary=
"This data table should use markup to associate multiple levels of row and column headers">
<caption>This data table should use markup to associate multiple
levels of row and column headers</caption>
<tr>
<th>System</th>
<td>a-1</td>
<td>Susan</td>
<td>Macintosh</td>
</tr>
<tr>
<th rowspan="2">ID<br>
location or code</th>
<td>Local</td>
<td>Building 1</td>
<td>Front Desk</td>
</tr>
<tr>
<td>Local</td>
<td>Building 2</td>
<td>Back Desk</td>
</tr>
<tr>
<th>Required</th>
<td>yes</td>
<td>yes</td>
<td></td>
<td>no</td>
</tr>
</table>
</body>
</html>