New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 829485 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

Expose all focusable elements in the accessibility tree

Project Member Reported by nek...@chromium.org, Apr 5 2018

Issue description

We were ignoring some focusable elements in Blink accessibility. Modify Blink so that it doesn't ignore any focusable elements in the accessibility tree.
<p><span tabindex="0">hello</span> there</p>
Expected:
Accessibility should include a generic group object for the span.
Actual:
Tree doesn't contain the span.


 

Sign in to add a comment