910e62b5创建于 1月15日历史提交
<!--
@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>