How to tell screenreader to read a toggled element (link is external)

Stackoverflow

Instead of adding/removing my different sections to/from the DOM, I'm only hiding them with aria-hidden="true", and unhiding them if certain <a> toggles are clicked.

Tags: 
  • javascript
  • html
  • toggle
  • accessibility
  • wai-aria

Make screen reader to read only the row that changed when all table is reloaded (link is external)

Stackoverflow

I have a table with multiple rows and columns. This table as a whole is reloaded by AJAX once in a while.

Tags: 
  • html
  • accessibility
  • jaws-screen-reader
  • aria-live

WAI-ARIA Roles for Carousels (a.k.a. sliders, slideshows, galleries) (link is external)

Stackoverflow

What WAI-ARIA roles(link is external) should be used for carousels, like the one below?

Notes:

Tags: 
  • javascript
  • html
  • accessibility
  • wai-aria

Developing an entire website with only SVGs (link is external)

Stackoverflow

I've been using SVGs for a multitude of things and I was able to get the exact result I was looking for. This got me wondering why we can't build entire websites with them...

Tags: 
  • html
  • SVG
  • web
  • accessibility

How to prevent Voice Over from reading unaffiliated HTML text (next div)? (link is external)

Stackoverflow

I have an issue where drilling down into a text field with Control+Option+Shift+Down ends up reading more than what's currently inside of the text field.

Tags: 
  • javascript
  • html
  • osx
  • accessibility
  • wai-aria

Accessible Table with Sub Headings / Category Separation (link is external)

Stackoverflow

EDIT: To the person who tagged this as having nothing to do with ADA. This question has everything to do with ADA.

Tags: 
  • html
  • html-table
  • accessibility

Meeting 508 Accessibility requirements for complex data tables (link is external)

Stackoverflow

I'm using a extension for Firefox to check for 508 compliance issues. found here:

Tags: 
  • html
  • html-table
  • coldfusion
  • accessibility

NVDA screen reader not reading and getting focus within role="dialog" (link is external)

The Below mentioned code reflects a 'Dialog' on the screen. I am using the NVDA screen Reader to read the screen. When a Dialog box is opened, the focus should go to close dialog button.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • nvda

ARIA state for current page in navigation (link is external)

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest(link is external)

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

How do I make a screenshot image accessible? (link is external)

I'm trying to make my website fully accessible for devices like screen readers. In one page on my site, I have a screenshot of an application showing a lot of text.

Tags: 
  • html
  • css
  • accessibility
  • wai-aria