E-mail List Archives
Re: Button button, who's got the button
From: Jonathan Avila
Date: Mar 23, 2015 8:40PM
- Next message: Birkir R. Gunnarsson: "Re: Button button, who's got the button"
- Previous message: Bishop, Jeff - (jeffbis): "Re: Button button, who's got the button"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Button button, who's got the button"
- Previous message in Thread: Bishop, Jeff - (jeffbis): "Re: Button button, who's got the button"
- View all messages in this Thread
Yes, there is a longstanding bug with JAWS for button elements that have text content whether hidden or not where aria-label is not announced. This is common in icon fonts. So for example as Jeff said
<button aria-label="my label"><span aria-hidden="true">Symbol here</span></button> would not have the aria-label announced by JAWS with the arrow keys.
Where as
<button aria-label="my label"></button> with no text inside the button element would have the aria-label be announced by JAWS.
This issue seems to just affect the button element.
I'd encourage people to let Freedom Scientific know this should be addressed. I'm sure if multiple people bring this up they will be happy to fix it.
Jonathan
--
Jonathan Avila
Chief Accessibility Officer
SSB BART Group
<EMAIL REMOVED>
703-637-8957 (o)
Follow us: Facebook | Twitter | LinkedIn | Blog | Newsletter
- Next message: Birkir R. Gunnarsson: "Re: Button button, who's got the button"
- Previous message: Bishop, Jeff - (jeffbis): "Re: Button button, who's got the button"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Button button, who's got the button"
- Previous message in Thread: Bishop, Jeff - (jeffbis): "Re: Button button, who's got the button"
- View all messages in this Thread