contentinfo
Landmark roleA 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>References