0

NVDA in IE11 is reading url of Link specified as href attribute. Role tab is used on the link. This is causing issue in screen-reader compliance. How to prevent href getting read? Is it a browser and screen-reader compliance issue?

  • 1
    Could you post the HTML please? It might be that making a link a tab nullifies the link, but the context would help work out what it is taking as the accessible name of that element. – AlastairC Mar 06 '16 at 22:10
  • Also, make sure you have an actual text inside your link, or use title attribute or aria-label. Otherwise it will read the href – unobf Mar 07 '16 at 18:42

1 Answers1

0

As mentioned on http://accessibleculture.org/articles/2010/08/aria-tabs/ you have to remove href from the tab

levismad
  • 13
  • 5