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. | <h3 class="footer__item-header"> </h3>
| html > body > footer > div > div > div > div:nth-child(4) > h3
|
2 | 4.1.1 | Duplicate id attribute value "path1" found on the web page. | <path id="path1" transform="rotate(0,24,24) translate(0,6.70928517939356) scale(1.49995243700168,1.49995243700168) " fill="#FFFFFF" d="M10.998368,22.949026L11.797754,22.991034 10.998283,22.951023z M17.419995,11.186981L18.581997,12.814983 11.641049,1...
| #path1
|
3 | 4.1.1 | Duplicate id attribute value "path1" found on the web page. | <path id="path1" transform="rotate(0,24,24) translate(0,0) scale(1.5,1.5) " fill="#FFFFFF" d="M14.006202,11L14.000064,18.113008 12.361054,20.926009 15.183081,21.246195 17.975097,21.174978 17.975217,21.179755 17.975984,21.179638C18.012454,21.175918,1...
| #path1
|
4 | 4.1.1 | Duplicate id attribute value "path1" found on the web page. | <path id="path1" transform="rotate(0,24,24) translate(3.89999794363963,0) scale(1.50000008940697,1.50000008940697) " fill="#FFFFFF" d="M13.700019,23.099999C15.500008,23.099999 17.000008,24.199998 17.000008,25.599999 17.000008,27.000001 15.500008,28....
| #path1
|
5 | 4.1.1 | Duplicate id attribute value "path1" found on the web page. | <path id="path1" transform="rotate(0,24,24) translate(3.6097773923878,0) scale(1.49999839067632,1.49999839067632) " fill="#FFFFFF" d="M7.7203825,13.027035C10.260317,13.027035 11.618295,14.943048 12.270291,15.864068 12.356289,15.985039 12.432276,16.0...
| #path1
|
6 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="page-tools__item page-tools__print" tabindex="0">
<i class="page-tools_i...</a>
| #main > div > section:nth-child(2) > div > div:nth-child(1) > div:nth-child(2) > div > a:nth-child(4)
|
7 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="http://www.adgangforalle.dk/" class="page-tools__item" tabindex="0" target="_blank">
<i class="page-tools_i...</a>
| #main > div > section:nth-child(2) > div > div:nth-child(1) > div:nth-child(2) > div > a: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="header__search btn">
<span class="header__searc...</button>
| html > body > div:nth-child(3) > div:nth-child(1) > div > div > div > div:nth-child(3) > button
|
9 | 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="submit" class="search-header__submit btn"><svg xmlns="http://www.w3.org/2...</button>
| #search-form-header-container > form > button
|