1 | 1.3.1 | Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags. | <h2 class="secondary-nav__header">
<a href="/...</h2>
| html > body > div:nth-child(4) > div > div:nth-child(2) > div:nth-child(1) > div > div > div > div > nav > h2
|
2 | 1.4.3 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 3:1, but text in this element has a contrast ratio of 1.85:1. Recommendation: change background to #1d1d1d. | <h2>Pleje & Omsorg</h2>
| html > body > footer > div > div:nth-child(1) > div > h2
|
3 | 1.4.3 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.85:1. Recommendation: change text colour to #feffff. | <strong>KONTAKT OS</strong>
| html > body > footer > div > div:nth-child(2) > div:nth-child(2) > div > div > div > p > a > strong
|
4 | 1.4.3 | This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.85:1. Recommendation: change text colour to #feffff. | <span>Webtilgængelighedserklæring</span>
| html > body > footer > div > div:nth-child(2) > div:nth-child(4) > div > div > div > div > div > a > span
|
5 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="/som-arbejdsplads/" target="_self" class="secondary-nav__link"></a>
| html > body > div:nth-child(4) > div > div:nth-child(2) > div:nth-child(1) > div > div > div > div > nav > h2 > a
|
6 | 4.1.2 | This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined. | <button class="mobile-navigation-toggle" data-target=".module--custom-mobile-navigation">
<span ...</button>
| html > body > header > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)
|
7 | 4.1.2 | This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined. | <button type="button" class="search-toggle js-modal-toggle" data-toggle="modal" data-target="#searchModal">
<span ...</button>
| html > body > header > div:nth-child(1) > div:nth-child(1) > button:nth-child(3)
|
8 | 4.1.2 | This button element does not have a name available to an accessibility API. Valid names are: title undefined, element content, aria-label undefined, aria-labelledby undefined. | <button type="button" class="search-toggle js-modal-toggle" data-toggle="modal" data-target="#searchModal"><span class="fa fa-search"></sp...</button>
| html > body > header > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > div > div > button
|