New issue
Advanced search Search tips

Issue 808276 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Polymer v2: A11y: Unexpected tabindex failure in a11y audit.

Project Member Reported by hcarmona@chromium.org, Feb 2 2018

Issue description

After rolling paper-input, several tests have begun to fail on tabindex being grater than 0, but the tabindex attribute is set to 0. This requires this exception:

'tabindex': function(nodeResult) {
  return nodeResult.element.getAttribute('tabindex') == '0';
},
 

Sign in to add a comment