python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does my sr-only alternative seem correct to you?
display:none or visibility:hidden are not good ideas to hide a focusable element, because screen readers cannot see them.
This is the "traditional" way to hide an element from view but keep ...
Ann MB
Votes: 0
Answers: 1
Does using regular div tags instead of table and related tags affect accessibility?
I have a table which should show a typical table layout on larger screens and should become a column view on smaller screens. For example.
Desktop
| Name | age |
| Bob | 48 |
| Jane | 50 |
Mobi...

Muljayan
Votes: 0
Answers: 2
Enter key is not working for kendo-upload while using JAWS screen reader
I'm having kendo-upload in my application. Keyboard accessibility is working perfectly without JAWS. With JAWS the upload button is not keyboard accessible.
Note : We can't use role=application it wil...
Revathi
Votes: 0
Answers: 0
React switch focus on route change
I'm very new to React and Javascript, but hoping someone might be able to offer thoughts regarding how to reliably switch keyboard focus on a route change. In the following, selecting any of the menu ...
Phil S
Votes: 0
Answers: 1