<!-- @SCRIPT: table.accessibilityHeader row.accessibilityHeader --> <!DOCTYPE html> <table id="table" border=1> <tr> <th>columnheader1</th> <th>columnheader2</th> </tr> <tr id="row"> <th>rowheader</th> <td>cell</td> </tr> </table>