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.

Getting screen reader to read new content added with JavaScript

When a web page is loaded, screen readers (like the one that comes with OS X, or JAWS on Windows) …

javascript accessibility screen-readers
How to programmatically use iOS voice synthesizers? (text to speech)

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically …

ios accessibility voice audio
Making a clickable <div> accessible through tab structure?

So I am working on a project that requires a <div> with an onclick event. I've got the …

html css accessibility wcag2.0
Change order of read items with VoiceOver

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an …

ios accessibility voiceover
Why do Bootstrap tabs have role="presentation"?

I'm working on a design system that's extending from the Bootstrap framework. One of the key goals is accessibility. When …

twitter-bootstrap accessibility wai-aria
imagebutton gives me error: [Accessibility] Missing contentDescription attribute on image

[Accessibility] Missing contentDescription attribute on image What does this error mean and how can I fix it? <ImageButton android:…

android accessibility imagebutton
How to allow keyboard focus of links in Firefox?

Go to this ultra-simple fiddle in a Webkit browser and click on on of the inputs: http://jsfiddle.net/eK4…

macos firefox keyboard accessibility tabindex
Is using a CDN possible when you're running a HTTPS website?

I have a website with only home page available through simple HTTP protocol. All other pages are accessible only through …

ssl https accessibility cdn
How to keep focus within modal dialog?

I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with …

modal-dialog accessibility semantic-ui wai-aria wcag2.0
Enabling keyboard navigation in the Bootstrap dropdown-menu

Is it possible to navigate using the keyboard to the drop down menu using Tab, and navigate using the arrow …

twitter-bootstrap accessibility keyboard-navigation