Skip to content

Find what you need, instantly

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

All roles

contentinfo

Landmark role

A landmark for footer information about the page or site, such as copyright, related links, and legal notices. Like banner, there's normally one per page. A top-level `<footer>` element conveys this role.

Used on
Footer information about the page. Prefer <footer> at the top level.
Accessible name
Optional; name via aria-label if there is more than one.
Example
role="contentinfo"
<footer>…</footer>