New issue
Advanced search Search tips

Issue 767066 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Pos in set and set size issues in Blink / Chrome

Project Member Reported by dtseng@chromium.org, Sep 20 2017

Issue description

- Blink exposes default values for pos in set and set size as 0. This is a legal value, but blink_ax_tree_source.cc checks for null-like (including 0) only sets the attribute for non-null.
- the heuristic used to calculate pos in set and set size if there are no such attributes is weak in Blink. A better heuristic is to calculate all items of the valid role on the same level in the accessibility tree under the container. It appears that we only consider the siblings of the current node and not its cousins.

 
Project Member

Comment 1 by sheriffbot@chromium.org, Sep 21

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment