WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Header tag

for

From: julian.rickards@ndm.gov.on.ca
Date: May 1, 2003 12:11PM


Alastair wrote:

<snip>
> Last point to Simon: Although I also use Bobby regularly, some of the
> checks are not as useful as they were. For example, your page
> would get
> a 'triple a' rating apart from two things, one of them being "Separate
> adjacent links with more than whitespace."
>
> I remember reading that no currently used user-agent has a
> problem with
> links not separated by non-link characters. Yet we still have to deal
> with this to pass a test that the general public uses (without an
> advanced level of accessibility knowledge).
</snip>

I don't know if I am answering your question but here goes.

If you have multiple links together such as Link1 Link2 Link3, it may be
that the space between them may not be understood as a break between the
various links because "Link to my home page" also can be a link. Remember,
those of us who are sighted can see where an underline ends and the next one
begins indicating that two adjacent links are separate but for the vision
impaired who can't detect the break in the underline, they cannot "see"
where one link ends and the next begins. I have used an "invisible pipe
character" to separate links before such as Link1 | Link2 | Link 3. The pipe
characters "|" are hidden using <span class="invisible">|</span> where the
invisible class is defined as display:none.

HTH,

Jules


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/