ARIA: command role

The command role defines a widget that performs an action but does not receive input data.

Note: The command role is an abstract role. It is included here for completeness of documentation. It should not be used by web authors.

Description

A command is form of widget that performs an action but does not receive input data. It is a superclass for the widget roles button, link, and menuitem

Best Practices

Do not use.

Specifications

Specification
Accessible Rich Internet Applications (WAI-ARIA)
# command

See also