Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

note

Document structure role

Content that is parenthetic or ancillary to the main content, such as an aside remark or tip. It signals to assistive technologies that the content is supplementary rather than part of the primary flow. Use it for genuinely tangential notes.

Used on
Content parenthetic or ancillary to the main content.
Accessible name
Recommended, via aria-labelledby or aria-label.
Example
role="note"
<div role="note">Tip: save early and often.</div>