Firefox Tomorrow

aria role

ARIA: command role

View on MDN ↗

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

SpecificationsStandards references are available on the canonical MDN page.

See also