Category "wai-aria"

Why screen readers navigate radio / checkbox buttons by directly selecting them?

I'm trying to be WCAG friendly and have created a group of radio buttons, which, when they receive on-change, trigger action. But when I tried to navigate it by

Polite ARIA live region for a game with high rate of messages

I'm running a little game on the web. In order for it to be optimally screen reader accessible, incoming messages, which can be about in-game actions or user te

Make a screenreader pause in between paragraphs and divs

I've been trying to add accessibility to my angular web application, but the output from the screenreader seems confusing to me. Is there a way to make a screen

How to make this image hotspot map more accessible?

I am trying to create a "hotspot" map, which is an HTML image, with buttons absolutely positioned over top of the image. <div class="hotspot-map-container"&g

How to force the iOS screen reader to spell out a word instead of read it?

In iOS, the accessibility screen reader is not spelling a word whereas in Android it spells out the word like I want. I have tried the below options with no luc

JAWS aria-expanded not being announced

I am trying to make the collapsed state both accessible in NVDA and JAWS but it seems its not working properly in JAWS. Any idea how to fix this? I provided the

VUE-js Accessibility for b-spinner -- audio announcement of data loading using Aria that REPEATS every 3 seconds

I am trying to add accessibility for the audio announcement of "data loading" when a spinner is visually showing that the data is loading. Obviously, I am looki

Is using tabs for navigation a violation of the ARIA specification?

The current title is as carefully reworded by somebody else. I could rephrase it as Do ARIA specs allow the use of tabs-based implementation of a navigation men

How to add wai-aria property for file picker?

I am currently following this tutorial to have a file picker functionality. http://www.alecjacobson.com/weblog/?p=1645 I would like to add wai-aria attribute f

div button accessibility clickable

I have a div element (which has another div inside it) which currently has role="button". This element is under the body, and this creates a violation when aud