Level 1
13.1 Clearly identify the target of each link.
Priority 2
13.1 Clearly identify the target of each link.
Priority 2
13.1 Clearly identify the target of each link.
2.4 Navigable: Provide ways to help users navigate, find content, and determine where they are.
Success Criteria 2.4.4 Link Purpose (In Context) (A)
2.4 Navigable: Provide ways to help users navigate, find content, and determine where they are.
Success Criteria 2.4.4 Link Purpose (In Context) (A)
a (anchor) element cannot contain any of the following text (English): "click here", "more".
| Question | Is this link text as descriptive of the link destination as possible? |
|---|---|
| PASS | Link text is as descriptive as possible. |
| FAIL | Link text is not as descriptive as possible. |
a (anchor) element.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #173 - Negative</title> </head> <body> <p>Select link for more <a href="dogs.html">information about dogs</a>.</p> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #173 - Positive</title> </head> <body> <p>For more information <a href="dogs.html">click here</a>.</p> </body> </html>