Link2Twenty / l2t-paper-rating

Polymer element to display "star" ratings in a paper style
https://www.webcomponents.org/element/Link2Twenty/l2t-paper-rating
6 stars 1 forks source link

Aria compliance #2

Closed Link2Twenty closed 6 years ago

Link2Twenty commented 7 years ago

I think this element should probably have the role of slider

The whole .stars div should be in the tab index and be controllable with the keyboard.

<div class="star" 
  role="slider"
  tabindex="0"
  aria-label="rating"
  aria-valuemin="1"
  aria-valuemax="[[total]]"
  aria-valuenow="[[rating]]">
</div>

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role