Top "Accessibility" questions

Accessibility seeks to make an application or website usable by everyone, including people with disabilities such as visual, auditory, ambulatory, or cognitive impairment.

Accessibility and all these JavaScript frameworks

I've been investigating a few of the JavaScript frameworks such as Backbone.js and Batman.js for a while and …

javascript accessibility backbone.js javascript-framework sproutcore
DIV ARIA-LABEl not being read by JAWS

I have an angular2 application and I am binding some dynamic text to ARIA-LABEl for a nested DIV. But when …

html angular accessibility wai-aria uiaccessibility
How do I set the accessibility label for a view in xcode4's interface builder?

I'm hoping to use KIF to write functional tests for our iphone app. It uses "accessibility labels" to identify the …

iphone xcode4 accessibility functional-testing
HTML5 main element versus ARIA landmark role="main"

I'm interested to learn more about the relationship, and possible distinctions, between the HTML5 <main> element, and the …

html accessibility wai-aria
Why does `ul` have ARIA role `menu` but `menuitem` is forbidden for `li`?

Just covered out some strage specs regarding ARIA roles. Why does ul have ARIA role menu but menuitem is forbidden …

html accessibility wai-aria
Button with icon labelled with aria-label still an 'Empty Button' error

A button with an aria-label: <button type="button" class="btn btn-default dropdown-toggle" aria-expanded="false" aria-label="Sort"> <i …

html accessibility wai-aria section508 htmlbutton
Android accessibility IMPORTANT_FOR_ACCESSIBILITY_NO is not respected

In my app I have ad on bottom, in accessibility (talkback) mode I don't want ads to be included. for …

android accessibility talkback
Accessibility: Page Loader indicator using aria-live

Issue: I have an accessibility issue that I am struggling with. I have an angular web application. A page loading …

angularjs accessibility wai-aria aria-live
iOS / mobile safari still zooms while viewport is set to user-scalable=no ? Check Accessibility settings!

This specific Mobile Safari (seemingly impossible and yet undocumented) problem kept me going for a long long time today, and …

ios ios4 accessibility viewport meta-tags