Why use divs over tables for a TABLE? (link is external)

This question at face value is a duplicate of: Divs vs tables for tabular data(link is external)

Tags: 
  • javascript
  • html
  • html5
  • reactjs
  • accessibility

NVDA doesn't read first HTML child when focusing from parent on Firefox (link is external)

When using NVDA on Firefox it fails to read the first child when focusing from a container, but it is able to read the second child.

Generic Example:

Tags: 
  • html
  • firefox
  • accessibility
  • screen-readers
  • nvda

How to tag an element below form elements so that the screen reader picks it up (link is external)

Say I have a div with some p tags below some text elements, how do I aria tag these so the screen reader picks these up?

I could give the div tagindex="0" but my linter complains:

Tags: 
  • html
  • css
  • accessibility

Blinking text for screen reader (link is external)

I am now making my website readable by screen readers.

Tags: 
  • javascript
  • html
  • css
  • accessibility

Why are screen readers not reading out the label for a select element (link is external)

Stackoverflow

If I have a standard select element with a label, like this:

Tags: 
  • html
  • accessibility

Sreen reader inconsistencies when aria-labelledby applied (link is external)

I had some strange behaviour where the chrome screen reader was reading labels twice, I inadvertently "fixed" it and I'm not sure the fix was correct.

Tags: 
  • html
  • accessibility

How to make my click accessible through keyboard tab [duplicate] (link is external)

This question already has an answer here:

Tags: 
  • html
  • accessibility
  • wai-aria

a11y: Input fields, wrapped in a div, attached "by id" to a label (link is external)

I have a time picker component, composed by two separate input fields that work together to create the illusion of being one.

This is how the skeleton looks like

Tags: 
  • html
  • label
  • accessibility
  • screen-readers

What is the proper aria-label for a link that will open and play a video? (link is external)

I have JS that will be handling videos and there are anchor tags with an icon in them on the page which, when clicked, will open a video.

Tags: 
  • html
  • accessibility

Screen reader not associating label with select (link is external)

I have the following code for a select:

Tags: 
  • html
  • accessibility
  • html-select
  • screen-readers