blob: dfac33ef33649b467216de8cf53411f7caedfd58 [file] [log] [blame]
<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRoleDescription*
@WIN-ALLOW:localized_extended_role*
-->
<html>
<body>
<button>Native button</button>
<div role="button">ARIA button</div>
<div role="button" aria-roledescription="Clicky">Clicky button</div>
</body>
</html>