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" name="feedback-city" class="hidden">
| #send-feedback-form > input:nth-child(6)
|
2 | 2.4.1 | This link points to a named anchor "Genbrugspladser" within the document, but no anchor exists with that name. | <a href="#Genbrugspladser" title="Genbrugspladser"></a>
| #main-text > p:nth-child(1) > a
|
3 | 3.2.2 | This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid. | <form method="get" action="#"><div id="kommuneDD"><div class=...</form>
| #kommunens-hjemmesider-wrapper > form
|
4 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a class="nav-btn" id="nav-open-btn" href="#nav">
</a>
| #nav-open-btn
|
5 | 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" id="cdh_sign_cboxPrevious"></button>
| #cdh_sign_cboxPrevious
|
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 type="button" id="cdh_sign_cboxNext"></button>
| #cdh_sign_cboxNext
|
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" id="cdh_sign_cboxSlideshow"></button>
| #cdh_sign_cboxSlideshow
|
8 | 4.1.2 | This buttoninput element does not have a name available to an accessibility API. Valid names are: value undefined, aria-label undefined, aria-labelledby undefined. | <input type="submit" value="" class="btn-search-submit">
| #phone-search-form > input:nth-child(2)
|
9 | 4.1.2 | This searchinput 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="search" name="q" class="search input-search" id="phone-main-search-frontpage" placeholder="Søg...">
| #phone-main-search-frontpage
|
10 | 4.1.2 | This searchinput 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="search" name="q" class="search input-search" id="phone-main-search" placeholder="Søg...">
| #phone-main-search
|
11 | 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" name="feedback-city" class="hidden">
| #send-feedback-form > input:nth-child(6)
|