Issue metadata
Sign in to add a comment
|
IAccessible::get_accSelection should work with all objects |
||||||||||||||||||||||||||
Issue descriptionIAccessible::get_accSelection should return the selected children of the object it's called on. Currently it's only implemented for list boxes. Screen readers would like to have the ability to determine, e.g. which cells in a table row, or which rows in a table, have the aria-selected attribute set. We already support IAccessibleTable and IAccessibleCell methods that return the selected cells, but we should support this for completeness.
,
Dec 10 2017
,
Dec 10 2017
,
Jan 17 2018
|
|||||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Sep 14 2017