1 | 1.3.1 | Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group. | <fieldset>
<a hre...</fieldset>
| #mailChimpFormFooter > fieldset
|
2 | 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 id="mailChimpFormFooter" class="form-validate ng-pristine ng-valid" novalidate="novalidate">
<h4>Tilmeld di...</form>
| #mailChimpFormFooter
|
3 | 4.1.2 | Anchor element found with no link content and no name and/or ID attribute. | <a target="_blank" href=""></a>
| #coi-consent-banner__description-container-cookie_cat_unclassified > div:nth-child(2) > div > div:nth-child(3) > span:nth-child(2) > a
|
4 | 4.1.2 | This element has role of "button" but does not have a name available to an accessibility API. Valid names are: element content, aria-label undefined, aria-labelledby undefined. | <a id="scroll-to-top" class="scroll-to-top" href="#odder" title="Gå til toppen af siden" role="button">
<svg class="scroll-to-top_...</a>
| #scroll-to-top
|
5 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.facebook.com/odderkommune/" class="social-media__link" target="_blank">
<svg class...</a>
| #odder > footer > div:nth-child(3) > ul > li:nth-child(1) > a
|
6 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.youtube.com/user/odderkommune/" class="social-media__link" target="_blank">
<svg class...</a>
| #odder > footer > div:nth-child(3) > ul > li:nth-child(2) > a
|
7 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.instagram.com/odderkommune/" class="social-media__link" target="_blank">
<svg class...</a>
| #odder > footer > div:nth-child(3) > ul > li:nth-child(3) > a
|
8 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.twitter.com/odderkommune/" class="social-media__link" target="_blank">
<svg class...</a>
| #odder > footer > div:nth-child(3) > ul > li:nth-child(4) > a
|
9 | 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/odder-kommune/" class="social-media__link" target="_blank">
<svg class...</a>
| #odder > footer > div:nth-child(3) > ul > li:nth-child(5) > a
|
10 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://odder.kommune-tv.dk/" class="social-media__link" target="_blank">
<svg class...</a>
| #odder > footer > div:nth-child(3) > ul > li:nth-child(6) > a
|
11 | 4.1.2 | This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label undefined, aria-labelledby undefined. | <fieldset>
<a hre...</fieldset>
| #mailChimpFormFooter > fieldset
|