WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Unrecognizable Links by VO

for

From: Birkir R. Gunnarsson
Date: Dec 14, 2016 10:51AM


It looks like there is no "href" attribute on the anchor element. the
<a> tag has to have an href to be keybord accessible and to be a link,
<a> element without one is what is called a "neutered link" and is not
really a link (should not be mapped as link in the Accessibility API).
Adding an href to this should fix the problem (better yet, use a
<button> because this widget should be a button and I think it is
styled like a button.




On 12/14/16, JP Jamous < <EMAIL REMOVED> > wrote:
> Does anyone know why VO on iOS 10.1.1 recognizes most links but it does not
> recognize some? Here is a page I am evaluating and if you hit the "Menu", it
> is a properly composed link. However, VO on the iPhone reads it as static
> text.
>
>
>
> https://m.virtuwell.com
>
>
>
> I am wondering if it has something to do with the styling of the link?
>
> > > > >


--
Work hard. Have fun. Make history.