Difference between revisions of "Anchor with button role"
Jump to navigation
Jump to search
(Created page with "<html> <a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90"></a> </html>") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90"></a> | + | <a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90">test with role of button</a> |
+ | <a id="K2" href="http://www.google.com" aria-label="Open Google" tabindex="90">test with no role of button</a> | ||
+ | |||
</html> | </html> |