role
The role
ARIA attribute specifies the role type of an element.
Recommendation
It is highly recommended for an email client to support the role
attribute on all HTML tags. It allows authors to specify the appropriate semantic role of an element. This allows assistive technologies such as screen readers to interact with these elements in an expected and appropriate manner for users.
Resources
- MDN: Accessible Rich Internet Applications (ARIA)
- MDN: WAI-ARIA Roles
- HTML Standard: The
role
attribute