This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

aria-multiselectable

Applies to
## Notes

Remarks

Used in Roles
grid
listbox
tree
This property indicates whether a user may select more then one item from the current list. Lists, trees, and grids may allow users to select more than one item. **Note** For cross-browser compatibility, always use the WAI-ARIA attribute syntax to access and modify ARIA properties, for example `object.setAttribute("aria-valuenow", newValue)`.

Syntax

Standards information

See also

Related pages

Attributions