Rule: contentinfo landmark: identifies admin content

Rule ID Landmark 6
Conformance Required
Definition Website administrative content (e.g., copyright, contact, privacy info, etc., typically at the bottom of a web page) must be identified by using the contentinfo landmark.
Purpose
  • The contentinfo landmark provides a way to identify administrative content, typically found at the bottom of each page in a website and referred to as footer information in publishing contexts.
  • The contentinfo landmark typically includes information and/or links to copyright, contact info, privacy policies and other general information found on all pages in the website.
Conformance Required
WCAG Success Criteria

Success Criterion 2.4.1 Bypass Blocks

Rule Category Landmarks
Rule Scope Page
Techniques
  • The footer element defines a contentinfo landmark, except when it is a descendant of any of the following elements: article, aside, main, nav or section.
  • If the footer element technique is not being used, a role="contentinfo" attribute on the container element for the administrative content can be used to define a contentinfo landmark.
  • In websites that support mashups using iframe or frame elements, a contentinfo landmark is allowed in each frame.
  • If the page is part of a website supporting mashups, use the aria-labelledby or aria-label attribute to differentiate possible contentinfo landmarks in each frame.
Information Links