New issue
Advanced search Search tips

Issue 907359 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 26
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

aria-hidden ancestor is not correctly formatted

Project Member Reported by aboxhall@google.com, Nov 21

Issue description

When inspecting the accessibility properties of a node within an aria-hidden subtree, e.g.

<div aria-hidden="true">
  <span>  <!-- inspect this span -->
    This is all hidden
  </span>
</div>

- the properties indicate "aria-hidden is true on ancestor:"

There is meant to be a link to the ancestor in question after the :, but it is not rendering correctly
 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 22

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/a8991e6176684e4b70cf8819cfe1300993ab337a

commit a8991e6176684e4b70cf8819cfe1300993ab337a
Author: Alice Boxhall <aboxhall@chromium.org>
Date: Thu Nov 22 08:24:18 2018

Correctly linkify aria-hidden ancestor

Bug:  907359 
Change-Id: I1e44e7b452e5713b854da68669a72e9e3aa79326
Reviewed-on: https://chromium-review.googlesource.com/c/1345757
Reviewed-by: Joel Einbinder <einbinder@chromium.org>
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610348}
[modify] https://crrev.com/a8991e6176684e4b70cf8819cfe1300993ab337a/third_party/blink/renderer/devtools/front_end/accessibility/AccessibilityNodeView.js

Status: Fixed (was: Untriaged)
fixed?

Sign in to add a comment