You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use a native <input type="range"> (which comes with arrow keyboard support) and style it (or its siblings, etc) based on its current value.
If I create a comparable ARIA slider widget with JavaScript, I can style it based on the [aria-valuenow] attribute. I think the same feature should exist for the native element to enable more native interactivity for non-JS users.
The text was updated successfully, but these errors were encountered:
No, I just want the current value rendered into the range input's HTML or available as a CSS pseudo selector on it so it can be styled based on the value.
I would like to be able to use a native
<input type="range">
(which comes with arrow keyboard support) and style it (or its siblings, etc) based on its current value.If I create a comparable ARIA slider widget with JavaScript, I can style it based on the
[aria-valuenow]
attribute. I think the same feature should exist for the native element to enable more native interactivity for non-JS users.The text was updated successfully, but these errors were encountered: