-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add acessibility #559
Add acessibility #559
Conversation
Thanks @aeisenberg. A cursory glance of this looks good. I'd love a second set of eyes on it @amcdnl. In the meantime can you rebase? |
* Ensure input elements have ids * Add role attributes to appropriate elements * Ensure input and button elements have aria-label
640d090
to
f0a8f95
Compare
f0a8f95
to
c5202e8
Compare
Rebased. |
Overall it looks good. There is a ton of bindings introduced but I dont know what/if any impact that might have on perf. I like the generated ids concept too. Have you checked out: https://docs.angularjs.org/api/ngAria ... was introduced recently, haven't used it myself yet. |
Thanks for the review. I was not aware of ngAria. I'll have to take a On Tue, Jan 13, 2015 at 1:45 PM, Austin [email protected] wrote:
|
Merged |
@aeisenberg 👍 Another accessibility issue is the multiple selection. It allows arrow navigation and backspace to delete the selected item but the selected block is not focused, so the screenreader doesn't know that you actually selected something. That might be addressed in a separate PR |
@0xF013 Ya, lets do that in a separate issue / pr |
Hi guys, |
This was merged. ^^^ |
Pull request for Issue #527.