E-mail List Archives
Re: ember and accessibility
From: Paul J. Adam
Date: May 5, 2015 12:26PM
- Next message: Jennifer Sutton: "Re: ember and accessibility"
- Previous message: Jennison Mark Asuncion: "mainstream conf speaking opp"
- Next message in Thread: Jennifer Sutton: "Re: ember and accessibility"
- Previous message in Thread: Jennison Mark Asuncion: "ember and accessibility"
- View all messages in this Thread
I imagine it has the same Accessibility problems of other Single Page Applications made in another JavaScript framework like AngularJS or ReactJS. I've had the most experience with Angular.
Common issues/failures are:
custom UI controls/form controls not keyboard operable or usable with screen reader
same page title for all screens
form validation not accessible
focus management missing or incorrect which also breaks reading order, e.g. dialogs, tooltips, expanding/collapsing widgets
inaccessible graphs, charts, often dynamic, no keyboard or screen reader support
That's the main things, if your buttons and form controls don't work with the keyboard or screen reader because they're custom controls made out of DIVs then that's always the biggest issue.
Focus management, form validation, custom expanding collapsing widgets are the next major problems.
Good luck Jennison! :)
Paul J. Adam
Accessibility Evangelist
www.deque.com <http://www.deque.com/>
> On May 5, 2015, at 1:06 PM, Jennison Mark Asuncion < <EMAIL REMOVED> > wrote:
>
> Hi,
>
> I'd be eager to hear from anyone who is currently working on
> implementing ember accessibly.
>
> Jennison
> > > >
- Next message: Jennifer Sutton: "Re: ember and accessibility"
- Previous message: Jennison Mark Asuncion: "mainstream conf speaking opp"
- Next message in Thread: Jennifer Sutton: "Re: ember and accessibility"
- Previous message in Thread: Jennison Mark Asuncion: "ember and accessibility"
- View all messages in this Thread