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

Issue 708565 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Expose ID of text-only objects in the accessibility tree

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

Issue description

<p><span id="an_id">hello</span></p>
Open chrome:accessibility, turn on full accessibility mode and observe that the ID of the span is not shown in the accessibility tree.
This is required by Jaws for in-page links to work.
This is also needed for correctness, since the accessibility tree should expose the same information for all nodes. IDs of all other nodes are exposed.

 
I don't think the bug is not exposing the id, the bug is that we're ignoring the span. 

In your implementation of isInPageLinkTarget, you only un-ignore divs that have an id. This one is a span, so it's still ignored.

Comment 2 by nek...@chromium.org, Dec 10 2017

Labels: a11y-secondary
Status: Available (was: Started)
Status: Assigned (was: Available)

Sign in to add a comment