WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: ember and accessibility

for

From: Paul J. Adam
Date: May 5, 2015 12:26PM


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
> > > >