1 | 1.1.1 | Img element missing an alt attribute. Use the alt attribute to specify a short text alternative. | <img class="lb-image" src="">
| #lightbox > div:nth-child(2) > div > img
|
2 | 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. | <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
| #g-recaptcha-response
|
3 | 2.4.1 | This link points to a named anchor "Daginstitution%20og%20skole" within the document, but no anchor exists with that name. | <a href="#Daginstitution%20og%20skole">Daginstitution og skole</a>
| #main > section > div > div > div > ul > li:nth-child(2) > a
|
4 | 2.4.1 | Iframe element requires a non-empty title attribute that identifies the frame. | <iframe style="display: none;"></iframe>
| #signup-form > div > div:nth-child(5) > div > iframe
|
5 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="lb-close"></a>
| #lightbox > div:nth-child(1) > div > div > a
|
6 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="lb-prev" href=""></a>
| #lightbox > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)
|
7 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="lb-next" href=""></a>
| #lightbox > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2)
|
8 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a class="lb-cancel"></a>
| #lightbox > div:nth-child(2) > div > div:nth-child(3) > a
|
9 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a class="logo" href="https://www.rudersdal.dk/" alt="gå til forsiden"><span class="icon logo"></span></a>
| #header > div > div > div > a
|
10 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.facebook.com/Rudersdal/" target="_blank">
<span class="icon-fa...</a>
| #st-container > div > div > div > footer > div > div > div:nth-child(3) > a:nth-child(1)
|
11 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.linkedin.com/company/rudersdal-kommune?trk=company_logo" target="_blank">
<span class="icon-li...</a>
| #st-container > div > div > div > footer > div > div > div:nth-child(3) > a:nth-child(2)
|
12 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://twitter.com/Rudersdal" target="_blank">
<span class="icon-tw...</a>
| #st-container > div > div > div > footer > div > div > div:nth-child(3) > a:nth-child(3)
|
13 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.instagram.com/rudersdalkommune/" target="_blank">
<span class="icon-in...</a>
| #st-container > div > div > div > footer > div > div > div:nth-child(3) > a:nth-child(4)
|
14 | 4.1.2 | This textarea element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined. | <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
| #g-recaptcha-response
|