WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: VoiceOver clickable

for

From: Jon Avila
Date: May 28, 2014 5:06AM


> To avoid it, pick an appropriate role for the element, or use event delegation on the body element.

Somewhere up the chain of elements there must be an element that has a cluck event associated to it. This may be set programmatically rather than through inline. This issue is common with Windows screen readers but they have become better about filtering irrelevant or duplicate clickable events.

Jonathan

> On May 28, 2014, at 5:54 AM, Gijs Veyfeyken < <EMAIL REMOVED> > wrote:
>
> To avoid it, pick an appropriate role for the element, or use event delegation on the body element.