Earlier quoted context omitted.
thanks for that insight. that kind of throws drag and drop interfaces out the window
We made drag-and-drop interfaces accessible by allowing users to TAB through the original list, press ENTER on the item they want to move, then use the arrow keys to move the item and press ENTER again when done (or ESC to cancel). After each move, the item's current position, and any necessary local context, was announced via `aria-live` region. There are other ways that this can be accomplished with even fewer keys…
Re: Ask HN: Is accessibility worth it?
#21do you have a demo or a gif or this? would love to see it