1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / relations / relations-preserve-author-order.html [blame]

<!--
@WIN-ALLOW:details=*
-->
<!DOCTYPE html>
<html>
  <body>
    <p>This <span aria-details="details2 details3">text</span> has details</p>
    <div role="group" id="details2">Text details</div>
    <img id="details3" alt="Image details">
  </body>
</html>