Path: blob/main/files/en-us/web/accessibility/aria/roles/definition_role/index.md
6581 views
------The definition ARIA role indicates the element is a definition of a term or concept.
Description
The definition ARIA role can be included on an element that is a definition of a term or concept, similar to the native {{HTMLElement('dfn')}} element. To associate the definition with the term being defined, and to provide an accessible name, reference the term being defined with role="term", using aria-labelledby.
Note: Instead of a
<span>with thetermanddefinitionroles, use the {{HTMLElement('dfn')}} element. Always use native element if available.
Specifications
{{Specifications}}
See Also
The {{HTMLElement('dfn')}} element
The {{HTMLElement('dd')}} element
The {{HTMLElement('dl')}} element
The {{HTMLElement('dt')}} element
{{ListSubpagesForSidebar("/en-US/docs/Web/Accessibility/ARIA/Roles")}}