jasonzhyan / google-axs-chrome

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

aria-hidden not affecting tab counts #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

<div role="tablist">
  <div role="tab" aria-hidden="true" tabindex="0" style="display:none"> Hidden </div>
  <div role="tab" tabindex="0">First Tab</div>
  <div aria-hidden="true" role="tab" style="display:none" tabindex="0"> Hidden</div>
  <div role="tab" tabindex="0">Second Tab</div>
</div>

What is the expected output? What do you see instead?
Expected: First Tab Tab 1 of 2, Second Tab Tab 2 of 2
Instead: First Tab Tab 2 of 4, Second Tab Tab 4 of 4

What version of the product are you using? On what operating system?
ChromeVox 1.20.1, Linux

Please provide any additional information below.

Original issue reported on code.google.com by junj...@google.com on 23 Jul 2012 at 9:31

GoogleCodeExporter commented 8 years ago
I'm also seeing this on menu items.

Original comment by michaelt...@google.com on 9 Jan 2013 at 1:12

GoogleCodeExporter commented 8 years ago
It's also worth noting that they are still gain focus when tabbing through, 
despite having aria hidden. (As well as being part of the tab count)

Original comment by tigerli...@gmail.com on 2 Jun 2014 at 2:49