Accessibility for a Draggable, Droppable and Sortable component
This is a component that I'm trying to make accessible:
As I understand, the ARIA Authoring Practices guidelines for drag and drop is basically:
- Tab to move through the list of items
- Space to select an item
- Arrow keys to switch between the dropzone(s)
- Enter to Drop
.. which works fine to get the items within the drop zone, but I wonder how should the sortable
work?