WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Buttons not operable with 'Space/Enter' When Screen Reader is ON

for

From: Jonathan Avila
Date: Jan 3, 2019 12:02PM


> If these were synthetic buttons with just an onkeyboard handler (and no
click handler), then they wouldn't work for a sighted mouse user

Not necessarily the case. What Birkir describes is very common. They may be using mouseup or mousedown events on the buttons and not a click handler.

Or possibly they are using a click handler but have some overlay over the button that is the delegate or perhaps looking for some other characteristic of the click event that is not in the one sent by screen readers.

Jonathan

Jonathan Avila
Chief Accessibility Officer
Level Access
<EMAIL REMOVED>
703.637.8957 office

Visit us online:
Website | Twitter | Facebook | LinkedIn | Blog

Looking to boost your accessibility knowledge? Check out our free webinars!

The information contained in this transmission may be attorney privileged and/or confidential information intended for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is strictly prohibited.


-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of glen walker
Sent: Thursday, January 03, 2019 1:52 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] Buttons not operable with 'Space/Enter' When Screen Reader is ON

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.


Birkir,

If these were synthetic buttons with just an onkeyboard handler (and no
click handler), then they wouldn't work for a sighted mouse user. If that
were the case, hopefully they would have found the problem much sooner.

Glen


On Thu, Jan 3, 2019 at 8:31 AM Birkir R. Gunnarsson <
<EMAIL REMOVED> > wrote:

> If these are synthetic buttons that only work with onkeyboard
> listeners, they would fail when a screen reader is running.
>


>
>