~ubuntu-branches/ubuntu/lucid/tidy/lucid

« back to all changes in this revision

Viewing changes to test/accessTest/5-1-2-2.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120214603-poklofici9og61tx
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.1.2</title>
 
5
</head>
 
6
<body>
 
7
 
 
8
<table summary="This data table is missing one column headers">
 
9
        <caption>This data table is missing one column headers</caption>
 
10
        
 
11
        <tr>
 
12
                <th>age</th><td>height</td><th>weight</th>
 
13
        </tr>
 
14
        <tr>
 
15
                <td>10</td><td>1.3 m</td><td>50 kg.</td>
 
16
        </tr>
 
17
        <tr>
 
18
                <td>15</td><td>1.8 m</td><td>75 kg.</td>
 
19
        </tr>
 
20
        <tr>
 
21
                <td>20</td><td>2.1 m</td><td>100 kg.</td>
 
22
        </tr>
 
23
</table>
 
24
 
 
25
</body>
 
26
</html>