blob: 4902889413569587cedbaf04c9babc21031712c3 [file]
<!--
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
@AURALINUX-ALLOW:horizontal
@AURALINUX-ALLOW:vertical
@AURALINUX-ALLOW:focus
-->
<html>
<body>
<menu type="list">
<input type="button" value="Button in menu element">
</menu>
<div role="menu">
<input type="button" value="Button in element with menu role">
</div>
</body>
</html>