cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Navigating to elements with some aria-roles #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When navigating, EZ Access should go to interactive elements that have an 
"interactive" aria-role attribute defined. Right now, 
ezaccess.js/isInteractive() does not look at aria-role in making the 
determination--it should.

Currently, we support three aria-role attribute values in ezvoice.js/getType(): 
button, radio, and checkbox. We may wish to expand the list of aria-role values 
that are considered interactive beyond these three.

Original issue reported on code.google.com by jbjor...@gmail.com on 15 Jul 2013 at 8:08

GoogleCodeExporter commented 8 years ago
It looks like I have a list attached to Issue 20
(direct link https://code.google.com/p/ez-access-web/issues/detail?id=20#c2)

Original comment by jbjor...@gmail.com on 15 Jul 2013 at 8:16

GoogleCodeExporter commented 8 years ago
getType is now referenced in isInteractive -- looks like inadvertently fixed 
the problem in an earlier r. Those three are now supported. I'm going to keep 
this open for looking into furthering aria-role type support.

Original comment by aeharding on 15 Jul 2013 at 9:00

GoogleCodeExporter commented 8 years ago
And because the high priority part of this was fixed, I'm changing this to low 
priority.

Original comment by aeharding on 5 Aug 2013 at 3:45