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

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

<!--
@MAC-ALLOW:AXLinkedUIElements
@MAC-DENY:AXLinkedUIElements=[]
@MAC-ALLOW:AXRoleDescription
@MAC-DENY:AXDescription
@WIN-ALLOW:flowsTo*
-->
<html>
  <body>
    <section aria-flowto="next" aria-label="current">Lorem ipsum</section>
    <footer id="next" aria-label="next">dolor sit amet</footer>
  </body>
</html>