marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Keyboard + WAI-ARIA Support #348

Open Quantas opened 7 years ago

Quantas commented 7 years ago

Hello, is it possible to get keyboard and WAI-ARIA support? I'd like to implement this on a website that is required to follow ADA laws. Thanks!

marceljuenemann commented 7 years ago

There's some info on making HTML5 drag and drop accessible here: https://dev.opera.com/articles/accessible-drag-and-drop/

This might be a good thing to integrate into the library directly, if possible.