This site is under development with an unstable development version of Drupal 7 for testing purposes.
Dragging and dropping or re-ordering objects is a challenge for screen-reader users on pretty much any platform, especially on the web. There are some solutions, like the Fluid Infusion Image Reorderer widget, which uses WAI-ARIA to create an accessible experience for users of assistive technologies that support WAI-ARIA. Drupal implements a complex UI component called "table drag". A table drag UI control is essentially a table which provides users with the ability to reorder rows by dragging and dropping.
There has been some discussion of how to make table drag accessible to those users who cannot use the mouse at Drupal issue #448292 - Drag and Drop for table rows is not accessible to screen-reader users. It is important to note that the UI does provide the ability for users to re-order rows using the keyboard. However, there are no instructions provided to users on how to accomplish this. Even with instructions, performing a table drag would be difficult for a screen-reader user, as the UI does not implement WAI-ARIA roles, and therefore a screen-reader user wouldn't know where they were moving a row. Today I was playing around with the table drag and noticed that I was able to reorder rows with JAWS 10 in Firefox 3.6. Again, I had to guess at where the rows were landing in the table, as the UI is not currently designed in a way that provides information to assistive technology about what row has moved where.
The following instructions should enable a JAWS 10 user to use table drag with Drupal (and should also work with some older versions of JAWS).
Add new comment