summaryrefslogtreecommitdiffstats
path: root/content/test/data/accessibility/input-image-button-in-menu.html
blob: e71390622517d5ff996aa0a36c7dc9743f4093df (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
<menu type="list">
  <input type="image" src="bullet.png" alt="Bullet" value="Image button in menu element">
</menu>
<div role="menu">
  <input type="image" src="bullet.png" alt="Bullet" value="Image button in element with menu role">
</div>
</menu>
</body>
</html>