Difference between revisions of "Anchor with button role"

From Level Access Web Labs
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="K1" href="http://www.google.com" aria-label="Open Google" tabindex="90">test with no 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>

Latest revision as of 11:58, 6 March 2018