Minimal navigation
This is a navigation (landmark) that can display which pages exist in a tool and whether one if current.
Used by
This component is used by:
- ATAG Report Tool
- WCAG EM Report Tool (2020 rebuild)
- WCAG Supporting Documents redesign project
Example
Code
Embedding a navigation that should be labeled “Main navigation”:
{% include minimal-navigation.html name="Main navigation"
%}
Parameters
name="Navigation"
- Name of this navigation (used as the label for the
nav
landmark)