[Radiant] Menu Links

Harvey Bernstein hb at bsemple.com
Tue Jul 11 10:31:38 CDT 2006


Thanks John works as advertised.  I am no expect when it comes to
accessibility.  Luckily the designer I am working with is guiding me.  He's
basically told me that all hyperlinks should have titles for screen readers.
Pictures and table should also have the appropriate comments incorporated.

Harvey


On 11/7/06 15:34, "John W. Long" <ng at johnwlong.com> wrote:

> Harvey Bernstein wrote:
>> They work fine.  My problem is that for accessibility purposes I need to
>> ensure that I add a title to all links.  So the title should be something
>> like "Click here to find out more about our <INSERT BREADCRUMB>.
> 
> You can't use the <r:link /> tag to do what you would like to do, but
> you could do this:
> 
> <r:find url="/what-we-do/">
>    <h1><r:title/></h1>
>    <ul>
>      <r:children:each>
>         <li><a href="<r:url />" title="Click here to find out more about
> <r:breadcrumb />"><r:title /></a></li>
>      </r:children:each>
>    </ul>
> </r:find>
> 
> You mention accessibility. Is the title attribute part of an
> accessibility spec?
> 
> --
> John Long
> http://wiseheartdesign.com
> _______________________________________________
> Radiant mailing list
> Radiant at lists.radiantcms.org
> http://lists.radiantcms.org/mailman/listinfo/radiant
> 
> This e-mail has been scanned for all viruses by MessageLabs.


This e-mail has been scanned for all viruses by MessageLabs.



More information about the Radiant mailing list