Open jmuheim opened 9 years ago
I need to make my web application accessible, so I have to tell screenreader users what the current menu item is by adding a aria-label="current" to the active link.
aria-label="current"
How can this be done?
I need to make my web application accessible, so I have to tell screenreader users what the current menu item is by adding a
aria-label="current"
to the active link.How can this be done?