1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46

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

<!--
@BLINK-ALLOW:setSize*
@BLINK-ALLOW:posInSet*
@AURALINUX-ALLOW:expand*
@AURALINUX-ALLOW:focus*
@AURALINUX-ALLOW:posinset*
@AURALINUX-ALLOW:setsize*
@MAC-ALLOW:AXARIAPosInSet
@MAC-ALLOW:AXARIASetSize
@MAC-ALLOW:AXExpanded=*
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='details'
@UIA-WIN-ALLOW:PositionInSet*
@UIA-WIN-ALLOW:SizeOfSet*
@WIN-ALLOW:COLLAPSED
@WIN-ALLOW:EXPANDED
@WIN-ALLOW:localized_extended_role=*
@WIN-ALLOW:posinset*
@WIN-ALLOW:setsize*
-->
<!DOCTYPE html>
<html>
<body>
  <details>
    <summary>the summary</summary>
    <p>The details, shown when expanded.</p>
  </details>

  <section>
    <details open name=properties>
      <summary>materials</summary>
      <p>Info about what it's made of.</p>
    </details>

    <details name=properties>
      <summary>dimensions</summary>
      <p>Info about how big it is.</p>
    </details>

    <details name=properties>
      <summary>origin</summary>
      <p>Info about where it was built.</p>
    </details>
  </section>
</body>
</html>