Home | History | Annotate | Download | only in accessibility
      1 <html>
      2 <body>
      3 <menu type="list">
      4   <input type="image" src="bullet.png" alt="Bullet" value="Image button in menu element">
      5 </menu>
      6 <div role="menu">
      7   <input type="image" src="bullet.png" alt="Bullet" value="Image button in element with menu role">
      8 </div>
      9 </menu>
     10 </body>
     11 </html>
     12