himo8 / google-axs-chrome

Automatically exported from code.google.com/p/google-axs-chrome
0 stars 1 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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