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

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

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
@WIN-ALLOW:currentValue*
-->
<!DOCTYPE html>
<html>
<body>
Before
<div role="separator" aria-valuemin="1" aria-valuenow="1" aria-valuemax="3">ARIA separator. No value when unfocusable.</div>
<div role="separator" tabindex="-1" aria-valuemin="1" aria-valuenow="1" aria-valuemax="3">ARIA separator. Can have a value when focusable.</div>
After
</body>
</html>