You are here: : Homepage > Best practices > Sheet No176
Adjacent hypertext links are always separated by a printable character or an image.
Makes screen readers pause between links.
Links are considered adjacent when they are in direct succession of each other or when they are separated by a space as follows:
In the same block, for example : <p><a href="...">link 1</a> <a href="...">link 2</a></p>
In successive blocks, for example:
<div>... <a href="...">link 1</a></div>
<h2><a href="...">link 2</a> ...</h2>
display: none property.li) are not considered to be adjacent therefore when appropriate this method makes it possible to avoid the problem.
Test site pages with the tool : Bobby.