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

content / test / data / accessibility / aria / annotation-roles.html [blame]

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
@WIN-DENY:level*
@AURALINUX-ALLOW:xml-roles*
@UIA-WIN-ALLOW:LocalizedControlType*
@UIA-WIN-DENY:LocalizedControlType='text'
@BLINK-DENY:hierarchicalLevel*
-->
<!DOCTYPE html>
<html>
<body>
  <div role="comment" aria-label="comment"></div>
  <div role="suggestion" aria-label="suggestion"></div>
  <p>This is <span role="mark">highlighted</span>.</p>
</body>
</html>