Skip to content
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

aria-hidden="true" element in an input's label is read aloud by NVDA #5006

Closed
nvaccessAuto opened this issue Mar 30, 2015 · 2 comments
Closed

Comments

@nvaccessAuto
Copy link

Reported by jmuheim on 2015-03-30 13:07
I'm curious why a , that is set invisible to screenreaders using aria-hidden="true" is still read aloud when its associated input field is focused in forms mode?

* Name

In browse mode, the asterisk "*" is ignored by NVDA. In focus mode, its read aloud.

Live example here (focus the "Name" input): http://base.sirius.uberspace.de/en/user/sign_up

Is this expected behaviour? In my opinion, hidden elements shouldn't be read aloud when in focus mode, too.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2015-03-30 23:12
The name reported in focus mode is retrieved directly from the browser. Both IE and Firefox currently ignore aria-hidden when calculating names.

For Firefox, see MozillaBug:1123360.

For IE, we'll probably have to hack around this, just to add to the ridiculous number of hacks we have for IE already...

@jcsteh
Copy link
Contributor

jcsteh commented Apr 6, 2016

Actually, this is a duplicate of #4162.

@jcsteh jcsteh closed this as completed Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants