Is there a trick that I haven't learned yet with regard to WAI Recommendation 10.5; to 
wit:

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

The reason I ask, is that I have yet to see anything of the sort in the navigation 
lists of the many
sites that have been posted to the list, thus far.

What method of 'you' using in 'your' nav lists to comply with this recommendation?

The technique that I have employed (in various forms) is to create a container for the 
printable
character (and spaces) and then style it, display:none;.

eg.

<style type="text/css">
#navlist li em {
display:none;
}
</style>

<div id="navlist">
<ul>
<li><a title="link somewhere" href="#">link somewhere</a><em> | <em></li>
</ul>
</div>

Any comments?

Roy


*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to