Re: Alternative to @aria-describedAT: <a role=img>

Leif Halvard Silli <xn--mlform-iua@målform.no> wrote:
 
> EITHER: The technique doesn't handle it = need @describedAT too.
>     OR: HTML is modified to allow <a href> as wrapper around
>         <a role=descLink href><foo></a>. Example:
>         <a href><a role=descLink href><foo></a></a>

I expect there would be focus handling issues with the latter. What you really
want is an accessible action in addition to the link, and this is most cleanly
provided by extending Aria or implementing @longdesc.

Let's stay away from nested anchors.

Received on Saturday, 7 April 2012 05:56:40 UTC