himo8 / google-axs-chrome

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

ChromeVox includes hidden items in list count #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Navigate to a page containing a <ul> where some of its <li> elements are set 
to display:none. (In the encountered example, each <li> element was a link.)
2. With the default settings on ChromeVox, tab to one of the <li> elements.

What is the expected output? What do you see instead?
ChromeVox says: "List with X items. [current element]," where X is the total 
number of <li> elements, rather than the number of visible <li> elements as 
expected. 

What version of the product are you using? On what operating system?
ChromeVox 1.31.0
Chrome version 32.0.1700.6 beta
Ubuntu 12.04 LTS

Original issue reported on code.google.com by l...@google.com on 19 Nov 2013 at 6:21