Understanding Accessibility

Guideline 10. Use interim solutions.

Checkpoint 10.5 - Until user agents (including assistive technologies) render adjacent links distinctly, include non-link, printable characters (surrounded by spaces) between adjacent links

Users may not realise that links are linking to different pages, if they are not separated by something that is not a link.

How do I do it?

Simply add a (non-linked) hyphen, stroke, comma etc between links. On this page the links to each of the wcag guideline pages are separated with a hyphen.

<p>guideline
<a href="wcagguideline1.htm">1</a> -
<a href="wcagguideline2.htm">2</a> -
<a href="wcagguideline3.htm">3</a> -
<a href="wcagguideline4.htm">4</a>

How do I check that it meets the WCAG criteria?

Webxact will check this automatically.

guideline 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14