Issue metadata
Sign in to add a comment
|
Arc: Support AccessibilityNodeInfoCollectionItemInfo |
||||||||||||||||||||||||
Issue descriptionThe interface exposes semantics about collection items. int column index column span row index row span boolean: is heading is selected
,
Sep 1 2017
Additional task: ensure we check ancestor has row/column index/count to resolve whether a subtree is a list, grid/table.
,
Sep 6 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f764452748847feb84e7fd91e0075018e053779c commit f764452748847feb84e7fd91e0075018e053779c Author: David Tseng <dtseng@chromium.org> Date: Wed Sep 06 19:07:55 2017 Add support for links, headings, and list items in native arc accessibility Bug: 751264 , 751263 , 751259 , 745865 Change-Id: Ia354c13d609e80d0f068040f9888fd278e30c417 Reviewed-on: https://chromium-review.googlesource.com/639322 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#500030} [modify] https://crrev.com/f764452748847feb84e7fd91e0075018e053779c/chrome/browser/chromeos/arc/accessibility/ax_tree_source_arc.cc [modify] https://crrev.com/f764452748847feb84e7fd91e0075018e053779c/components/arc/common/accessibility_helper.mojom
,
Dec 6 2017
Can this be marked fixed?
,
Dec 6 2017
There still needs to be work done to translate grid-like semantics into the AXTree format (e.g. table, cells, rows, etc). ChromeVox expects a full tree for grids, so might have to come up with the ability to create nodes that don't exist in Android.
,
Mar 30 2018
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by dtseng@chromium.org
, Aug 1 2017