<ul class="dso-nav dso-nav-sub">
<li class="dso-active">
<a href="#">
Deze locatie
</a>
</li>
<li>
<a href="#">
Regels
</a>
</li>
<li>
<a href="#">
Overige informatie
</a>
</li>
</ul>
<ul class="dso-nav dso-nav-{{ modifier }}">
{{#each items }}
<li {{#if active }}class="dso-active"{{/if}}>
<a href="#">
{{ label }}
</a>
</li>
{{/each}}
</ul>
__title: Subnavigatie
modifier: sub
items:
- label: Deze locatie
active: true
- label: Regels
- label: Overige informatie
There are no notes for this item.
This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
<a href="#">
Home
</a>
Check that the title element describes the document.
<title>Navigations
Check that the link text combined with programmatically determined link context identifies the purpose of the link.
<a href="#">
Home
</a>