Hacker News new | ask | show | jobs
by jonespen 4428 days ago
1. Make it keyboard accessible 2. Use aria-attributes instead of data-attributes where possible: https://developer.mozilla.org/en-US/docs/Web/Accessibility/A...
1 comments

Done in version 1.0.2! I had to keep the data- attributes as they follow another semantic for my slider... but aria- attributes are added if needed. New demo page contains a demo of aria/keyboard as well: http://lokku.github.io/jquery-nstslider/ .

Many thanks for the feedback!