Polymer v2: A11y: Unexpected tabindex failure in a11y audit. |
|
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 |
|