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

content / test / data / accessibility / html / menu.html [blame]

<!DOCTYPE html>
<html>
<body>
<style>li { list-style-type: none; }</style>
<p>
  Menu is deprecated, but it may still be used semantically with list item children.
  For more history, see crbug.com/87553.
</p>

<menu>
  <li>Cats</li>
  <li>Dogs</li>
</menu>

</body>
</html>