aria-dropeffect attribute | ariaDropeffect property
Indicates what functions can be performed when the dragged object is released on the drop target.
![]() |
Syntax
<element aria-dropeffect="copy|move|link|execute|popup|none" ... />
Property values
Type: DOMString
| Value | Condition |
|---|---|
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles |
|
|---|
The aria-dropeffect attribute allows assistive technologies to convey the possible drag options available to users, including whether a pop-up menu of choices is provided by the application. Typically, drop effect functions can only be provided once an object has been grabbed for a drag operation as the drop effect functions available are dependent on the object being dragged.
See also
Show:
