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

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

<html>
<body>
  <section>
    <menu>
      <li>Menu item
    </menu>
    <menu role="none">
      <li>Presentational menu item
    </menu>
  </section>
</body>
</html>