Open GoogleCodeExporter opened 8 years ago
Repro'd.
To clarify what's going on here, the ChromeVox+N+T command *is* jumping you to
real tables - but it's not very smart and so it's simply moving to the next
<table> element on the page.
This command *isn't* doing the tricky heuristics that we use to determine
whether to jump into table navigation when you're navigating using
ChromeVox+Down. (We only start table navigation if we determine that the
<table> element is a data table and not a layout table that's being used for
visual styling).
So these are real tables, but they're only used for visual styling. Either way,
we probably shouldn't be jumping to them when you hit ChromeVox+N+T.
Original comment by rshea...@google.com
on 30 Nov 2011 at 12:36
Original issue reported on code.google.com by
KevinCha...@gmail.com
on 23 Nov 2011 at 11:18