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)
What is the correct ARIA role for a "more info" icon?
A common use for a tooltip is adding it to a ⓘ icon in order to display "more info". I'm currently working on making my components more accesible, so I wanted to add the "tooltip" ...

Alvaro Flaño Larrondo
Votes: 0
Answers: 2
How to get aria-current in React
There is this property, aria-current in a NavLink, it is set is set to value page (aria-current="page" for the selected element).
Is there a way to access it in React? In order to change the...

Leo Messi
Votes: 0
Answers: 4
What aria label should I use for 'inactive' items in a list that the user can still interact with?
I have a list of data in a visualisation and I want to make it as accessible as possible. There are two lists next to each other.
The list items has two states. Multiple rows can be active or inactive...
Joe
Votes: 0
Answers: 2
Aria-label makes nested content not visible for screen reader
I'm displaying some numeric info to the user describing it by using graphic icon label. I want to make it readable by screen reader using the aria-label tag. However, when I add this attribute, it mak...
babans
Votes: 0
Answers: 1