Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look for guidance on range input accessibility #8

Open
nchlswhttkr opened this issue Sep 26, 2021 · 0 comments
Open

Look for guidance on range input accessibility #8

nchlswhttkr opened this issue Sep 26, 2021 · 0 comments

Comments

@nchlswhttkr
Copy link
Owner

At the moment I use an <input type="range"> to seek/navigate the time of the currently playing song. This feels like an incorrect approach, because it's really a form element rather than a control mechanism.

Within Svelte though, it's very easy to bind to the input's value so that user's can select a certain point of a song, and to have the value update as the song plays (without manually animating it). I really don't want to have to implement this control myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant