squirrelscan
GitHub

ARIA Treeitem Name

Checks that treeitem elements have accessible names

Checks that treeitem elements have accessible names

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

Solution

Treeitem elements must have accessible names. Add text content, aria-label, or aria-labelledby. The text content within the treeitem typically serves as its name.

Enable / Disable

Disable this rule

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

Disable all Accessibility rules

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

Enable only this rule

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

Type to search…

↑↓ navigate↵ openesc close