Difference between revisions of "Anchor with button role"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
<a id="K1" href="http://www.google.com" role="button" aria-label="Open Google" tabindex="90">test with role of button</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=" | + | <a id="K2" href="http://www.google.com" aria-label="Open Google" tabindex="90">test with no role of button</a> |
</html> | </html> |