<cr-expand-button> tries to use alt on a <button> |
|
Issue descriptionThe 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. |
|
►
Sign in to add a comment |
|
Comment 1 by aboxhall@chromium.org
, Jan 25 2018