1 | 1.3.1 | This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate. | <input type="text" placeholder="Skriv her hvad du søger ..." name="q" value="" class="form-control" tabindex="2">
| #search > input:nth-child(3)
|
2 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="ccm__tab-head__icon-wedge" tabindex="0"><svg version="1.2" preserveAspe...</a>
| #accordion-Necessary > a
|
3 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="ccm__tab-head__icon-wedge" tabindex="0"><svg version="1.2" preserveAspe...</a>
| #accordion-Social > a
|
4 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="ccm__tab-head__icon-wedge" tabindex="0"><svg version="1.2" preserveAspe...</a>
| #accordion-Functionality > a
|
5 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="ccm__tab-head__icon-wedge" tabindex="0"><svg version="1.2" preserveAspe...</a>
| #accordion-Statistics > a
|
6 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="ccm__tab-head__icon-wedge" tabindex="0"><svg version="1.2" preserveAspe...</a>
| #accordion-Marketing > a
|
7 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="mailto:"> </a>
| #right-col > div > a
|
8 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="mailto:"> </a>
| #footerSections > div:nth-child(4) > div > a
|
9 | 4.1.2 | This textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined. | <input type="text" placeholder="Skriv her hvad du søger ..." name="q" value="" class="form-control" tabindex="2">
| #search > input:nth-child(3)
|