Sent by Chris Heilmann on 1 October 2004 11:11
> Hello all,
>
> I was pleasantly surprised when a site I recently finished in XHTML 1.0
> strict and a full CSS layout passed most of the accessibility tests on
> BOBBY508 and Cynthia ( http://www.contentquality.com/Default.asp ).
>
> My pages fail on one point in particular:
>
> ³Until user agents (including assistive technologies) render adjacent
> links
> distinctly, include non-link, printable characters (surrounded by spaces)
> between adjacent links.²
>
> If I read this correctly I¹m supposed to separate adjacent links by adding
> some character surrounded by spaces?
> Any suggestions on going about this so it doesn¹t affect the design of the
> navbar consisting of these adjacent links?
> Any and all help appreciated!
This only applies to links that are not in own elements:
<a href="#">foo</a><a href="#">bar</a>
If you use a list for your links, you won't need characters in between them:
<ul>
<li><a href="#">foo</a></li>
<li><a href="#">bar</a></li>
</ul>
Just ensure that, if you use a CSS technique to make them appear in one
line , there is still enough space between them so that users with low
visibility can still distinguish them.
--
Chris Heilmann
http://icant.co.uk/ | http://www.onlinetools.org/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/