Semantics

A landmark that contains information about the parent document.

Additional info from the ARIA specification

Examples of information included in this region of the page are copyrights and links to privacy statements.

Assistive technologies SHOULD enable users to quickly navigate to elements with role contentinfo. user agents SHOULD treat elements with role contentinfo as navigational landmarks. user agents MAY enable users to quickly navigate to elements with role contentinfo.

The author SHOULD mark no more than one element on a page with the contentinfo role.

Abstract Role

  • LandmarkRepresents a top-level section of a page, relevant to a specific purpose, that a user may want to scan for quickly and could appear in a site map or table of contents.

Content Categories

  • Flow ContentAn element that structures and organizes the body of a web document.

Allowed Descendants

Flow Children Allowed

No main, header, or footer element descendants allowed.

Usage

Allowed HTML elements

Implicit semantics

These elements have the role semantics by default, without needing to set the role attribute. Reach for elements with native semantics first when choosing how to implement a role in your content.

  • footer

Explicitly allowed

  • section[role=contentinfo]

Elements that can have any role

  • abbr[role=contentinfo]
  • address[role=contentinfo]
  • b[role=contentinfo]
  • blockquote[role=contentinfo]
  • canvas[role=contentinfo]
  • cite[role=contentinfo]
  • code[role=contentinfo]
  • custom-element[role=contentinfo]
  • data[role=contentinfo]
  • del[role=contentinfo]
  • dfn[role=contentinfo]
  • div[role=contentinfo]
  • em[role=contentinfo]
  • figure[role=contentinfo]
  • i[role=contentinfo]
  • ins[role=contentinfo]
  • kbd[role=contentinfo]
  • mark[role=contentinfo]
  • output[role=contentinfo]
  • p[role=contentinfo]
  • pre[role=contentinfo]
  • q[role=contentinfo]
  • samp[role=contentinfo]
  • small[role=contentinfo]
  • span[role=contentinfo]
  • table[role=contentinfo]
  • tbody[role=contentinfo]
  • tfoot[role=contentinfo]
  • thead[role=contentinfo]
  • time[role=contentinfo]
  • u[role=contentinfo]
  • var[role=contentinfo]