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.

What are the accessibility implications of using a framework like angularjs?

Where we stand We are under a push for web accessibility in order to conform to certain laws governing public/…

javascript angularjs accessibility
Is there a way to write content that screen readers will ignore?

I've just been working on a page which needs to be accessible to both sighted and visually impaired users. Some …

html css accessibility
Label not associated to input

Using the built in Chrome Lighthouse to run accessibility audit on a WP site showed the signup field as being …

html accessibility forms html-validation lighthouse
How do I set the accessibility label for a particular segment of a UISegmentedControl?

We use KIF for our functional testing, and it uses the accessibility label of elements to determine where to send …

ios accessibility uisegmentedcontrol kif-framework
How to test GUI for color blind person?

Is there a way to test if a GUI is usable for color blind person? I know that it has …

user-interface usability accessibility color-blindness
H1 in article page - site title or article title?

Within an article-oriented page (such as a blog post), the <h1> element (level 1 heading) is commonly used to …

html usability accessibility semantics
Actual difference between UIAccessibilityLayoutChangedNotification and UIAccessibilityScreenChangedNotification?

I’m trying to ascertain what exactly happens differently when posting a UIAccessibilityLayoutChangedNotification, and a UIAccessibilityScreenChangedNotification. From what I can …

ios accessibility uiaccessibility uiaccessibility-notification
How to override maximum 32x32 mouse size in Windows like this program can

I'd like for my program to be able to override the maximum imposed mouse size of 32x32 much like the …

c# registry mouse accessibility
how to lengthen the pause between the words with text-to-speech (pyTTS or SAPI5)

Is it possible to extend the gap between spoken words when using text to speech with SAPI5 ? The problem is …

python accessibility text-to-speech sapi
Accessibility: sr-only or aria-label

From MDN: In the example below, a button is styled to look like a typical "close" button, with an X …

html twitter-bootstrap accessibility wai-aria