1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

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

<!--
@BLINK-ALLOW:details*
@WIN-ALLOW:n_relations*
@WIN-ALLOW:details=*
@WIN-ALLOW:details-from:*
@WIN-ALLOW:details-roles:*
@UIA-WIN-ALLOW:DescribedBy*
@MAC-ALLOW:AXDetailsElements
@AURALINUX-ALLOW:details-from:*
-->
<!DOCTYPE html>
<html>
  <body>
    <div>
      <input aria-details="details">
    </div>
    <p id="details">Details</p>

    <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>