Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport ARIA drag and drop #239
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2008-11-25 01:08 |
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by jteh on 2009-08-10 08:23 |
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by jteh on 2009-08-10 10:10 |
This comment has been minimized.
This comment has been minimized.
|
Comment 8 by jteh on 2009-08-27 04:36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by jteh on 2008-11-25 01:04
In ARIA, an element can indicate whether it is draggable (using aria-grabbed) and whether a grabbed element can be dropped on to a given element (using aria-dropeffect). Mozilla Gecko exposes these using the "grab" and "dropeffect" object attributes. NVDA should indicate when an object is draggable or droppable.