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

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

<html>
<body>
  <section>
    <ol>
      <li>List
    </ol>
    <ol role="none">
      <li>Presentational list item
    </ol>
  </section>
</body>
</html>