accessibility for empty table cells (link is external)

Stackoverflow

We are using axe to test accessibility.

Axe is giving the following issue when table cells are empty:

Tags: 
  • html
  • css
  • reactjs
  • accessibility

Sortable table accessible to keyboard users (link is external)

Stackoverflow

I have a <thead> with a couple of rows that are sortable. My markup currently looks like this:

Tags: 
  • html
  • html-table
  • accessibility

aria-label being read when it should not screen reader : WCAG (link is external)

Stackoverflow

The html structure looks like this

Tags: 
  • html
  • html5
  • accessibility
  • uiaccessibility
  • wcag

What heading level should a parent page heading be, or a heading at all [closed] (link is external)

Stackoverflow

If you have a subpage (in my example school data) within a parent section (statutory information).

Tags: 
  • html
  • accessibility
  • semantic-markup

How to hide CSS generated content from screen readers without HTML markup? (link is external)

Stackoverflow

How would one hide CSS certain generated content (used for pure styling) from screen reader? Is it possible without using HTML hacks like aria-hidden?

Tags: 
  • html
  • css
  • accessibility

Clean and accesible Other option (Check box and text box) (link is external)

Stackoverflow

When I have a set of either check boxes or radio buttons I often need to have an Other choice.

Tags: 
  • javascript
  • html
  • forms
  • accessibility

What is causing this accordion nav to lose browser default focus? (link is external)

Stackoverflow

What is causing this accordion nav to lose browser default focus?

Tags: 
  • html
  • css
  • twitter-bootstrap
  • accessibility

Accessibility: Can a label have children besides the input? (link is external)

Stackoverflow

Accessibility question: Can a <label>...</label> have children besides an <input ... />?

Tags: 
  • html
  • accessibility
  • material-ui

What's the difference between tabindex="false" and empty tabindex? (link is external)

Stackoverflow

As per the title, what is the difference when I have tabIndex="false" versus having empty tabIndex?

Tags: 
  • html
  • focus
  • accessibility
  • tabindex

JAWS starts announcing content in the middle of the page when navigating via form submission in IE11 (link is external)

Stackoverflow

I'm encountering something bizarre in which a page with a form and fairly minimal layout is read correctly by JAWS 16 and 18 in IE11 on initial load.

Tags: 
  • html
  • forms
  • accessibility
  • screen-readers
  • jaws