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.