910e62b5创建于 1月15日历史提交
<!--
@SCRIPT:
  table.accessibilityAttributeNames.has(AXColumnHeaderUIElements)
  table.accessibilityAttributeValue(AXColumnHeaderUIElements)
  cell.accessibilityAttributeNames.has(AXColumnHeaderUIElements)
  cell.accessibilityAttributeValue(AXColumnHeaderUIElements)
  columnheader.accessibilityAttributeNames.has(AXColumnHeaderUIElements)
  columnheader.accessibilityAttributeValue(AXColumnHeaderUIElements)
-->
<!DOCTYPE html>
<table id="table" border=1>
  <tr>
    <th id="columnheader">columnheader</th>
  </tr>
  <tr>
    <td id="cell">cell</td>
  </tr>
</table>