New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVDA does not recognise HTML 5 structural elements in IE #5591
Labels
Milestone
Comments
Implementation notes:
|
Reference: HTML Accessibility API Mappings 1.0 |
feerrenrut
added a commit
that referenced
this issue
Jun 7, 2016
What I believe each of the missing elements should do, based on what Firefox or Chrome do, and cross referenced with w3.org ARIA information:
A gist example file for testing Pressing the d key to navigate through landmarks should also be handled. |
Incubated in 24458af |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NVDA does not recognise
<header>
,<nav>
,<main>
and<footer>
in IE but does in Firefox and Chrome. If it could, performance would be very similar to other Windows screen readers and VoiceOver. This would allow developers to use these tags without the need for ARIA equivalents.Andrew
The text was updated successfully, but these errors were encountered: