googlearchive / paper-slider

A slider à la Material Design
16 stars 18 forks source link

Remaining accessibility issues #13

Open alice opened 9 years ago

alice commented 9 years ago

Basic:

Advanced:

dfreedm commented 9 years ago

Pretty annoying that <label> only works for a few elements.

alice commented 9 years ago

Perhaps we should file a bug on https://html.spec.whatwg.org/multipage/forms.html#category-label

However, it might need more work, since presumably there is some common attribute of labellable elements, which it might be good to expose as some kind of flag for custom elements.

mgiuffrida commented 9 years ago

If the "pin" attribute is set, or if "step" is set, then clicking on the slider or dragging the circle with the mouse doesn't set keyboard focus on the slider -- the arrow keys don't do anything unless you tab to the slider.