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.
|