W3: F42-4: Failure of Success Criterion 1.3.1 and 2.1.1 due to using scripting events to emulate links in a way that is not programmatically determinable
This code example is taken from the Failures for WCAG 2.0
Example Begin
View the results of the survey.
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
<div id="linklike"> | |
View the results of the survey. | |
</div> |