1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

<html>
  <body>
    <section aria-flowto="next" aria-label="current">Lorem ipsum</section>
    <x-footer id="next">
      <template shadowrootmode="open" shadowrootreferencetarget="target">
        <footer id="target" aria-label="next">dolor sit amet</footer>    
      </template>
    </x-footer>
  </body>
</html>