1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18

content / test / data / accessibility / mac / attributes / ax-column-header-ui-elements.html [blame]

<!--
@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>