eslint-plugin-lit-a11y
Version:
linting plugin for lit-a11y
15 lines (11 loc) • 797 B
Markdown
# Accessible name
Elements must have an accessible name or discernable text.
## Further Reading
- [Deque aria-input-field-name](https://dequeuniversity.com/rules/axe/4.6/aria-input-field-name)
- [Deque aria-command-name](https://dequeuniversity.com/rules/axe/4.6/aria-command-name)
- [Deque aria-dialog-name](https://dequeuniversity.com/rules/axe/4.6/aria-dialog-name)
- [Deque aria-progressbar-name](https://dequeuniversity.com/rules/axe/4.6/aria-progressbar-name)
- [Deque aria-tooltip-name](https://dequeuniversity.com/rules/axe/4.6/aria-tooltip-name)
- [Deque input-button-name](https://dequeuniversity.com/rules/axe/4.6/input-button-name)
- [Deque button-name](https://dequeuniversity.com/rules/axe/4.6/button-name)
- [Deque link-name](https://dequeuniversity.com/rules/axe/4.6/link-name)