New issue
Advanced search Search tips

Issue 805789 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

<cr-expand-button> tries to use alt on a <button>

Project Member Reported by aboxhall@chromium.org, Jan 25 2018

Issue description

The component takes an alt attribute, which is good, but then tries to use "alt" directly on the inner <button> element, which doesn't have an alt attribute.

Instead, it should map the <cr-expand-button> element's "alt" attribute to an "aria-label" attribute on the button.
 
My mistake - I see paper-icon-button-light is supposed to parse the alt.

Sign in to add a comment