W3: F55-3: Failure of Success Criteria 2.1.1, 2.4.7, and 3.2.1 due to using script to remove focus when focus is received
This code example is taken from the Failures for WCAG 2.0
Example Begin
Example End
Code for this Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="link.html" onfocus="if(this.blur)this.blur();">Link Phrase</a> |