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

Elements with aria-hidden: "false" are not read when display: none is set #156

Open
GoogleCodeExporter opened this issue Apr 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Per http://www.w3.org/TR/wai-aria/states_and_properties#aria-hidden 

> At the time of this writing, aria-hidden="false" is known to work 
inconsistently when used in conjunction with (display: none). As future 
implementations improve...

Chromevox is one of the implementations that needs to improve.

What steps will reproduce the problem?
1. Hide an element visually with display: none
2. Explicitly ask for the element to be presented to a11y users with 
aria-hidden="false"

What is the expected output?
ChromeVox should read out the element.

What do you see instead?
ChromeVox reads nothing.

What version of the product are you using? On what operating system?
ChromeVox 40.0.2178.0 on OS X 10.10


Original issue reported on code.google.com by mike.mac...@gmail.com on 27 Oct 2014 at 9:48

@GoogleCodeExporter
Copy link
Author

PS. JAWS reads the content correctly: 
http://www.html5accessibility.com/tests/hidden2013.html

Original comment by mike.mac...@gmail.com on 27 Oct 2014 at 10:29

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

1 participant