squirrelscan
GitHub

ARIA Command Name

Checks that command elements have accessible names

Checks that command elements have accessible names

Rule ID a11y/aria-command-name
Category Accessibility
Scope Per-page
Severity error
Weight 7/10

Solution

Command elements (buttons, links, menu items) must have accessible names. Add text content, aria-label, aria-labelledby, or title attribute. For icon-only buttons, use aria-label to describe the action (e.g., aria-label=‘Close’).

Enable / Disable

Disable this rule

[rules]
disable = ["a11y/aria-command-name"]

Disable all Accessibility rules

[rules]
disable = ["a11y/*"]

Enable only this rule

[rules]
enable = ["a11y/aria-command-name"]
disable = ["*"]

Type to search…

↑↓ navigate↵ openesc close