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. | <select class="goog-te-combo">
<option value=...</select>
| #:0.targetLanguage > select
|
2 | 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 3.26:1. Recommendation: change background to #23873f. | <a href="/oplev/" data-relationid="1117" title="Link til Oplev">Oplev</a>
| #main-menu > li:nth-child(6) > a
|
3 | 2.4.1 | Iframe element requires a non-empty title attribute that identifies the frame. | <iframe width="360" height="203" src="https://www.youtube.com/embed/hxcqk0T_LSY?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
| html > body > section:nth-child(7) > div > div:nth-child(1) > article > p:nth-child(3) > iframe
|
4 | 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="searchform" class="search" action="/soeg/">
<div class="f...</form>
| #searchform
|
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/storbyensforhave/" target="_self" class="footer-link-icon" style="background-image: url(/media/1669021/facebook.svg)"></a>
| html > body > footer > div > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)
|
6 | 4.1.2 | Anchor element found with a valid href attribute, but no link content has been supplied. | <a href="https://www.instagram.com/storbyensforhave/" target="_blank" class="footer-link-icon" style="background-image: url(/media/1669020/instagram.svg)"></a>
| html > body > footer > div > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)
|
7 | 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/673503/" target="_self" class="footer-link-icon" style="background-image: url(/media/8095786/if_linkedin_circle_black_107159-1.svg)"></a>
| html > body > footer > div > div:nth-child(1) > div:nth-child(2) > 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="nav-trigger">
<span class="icon-bar fir...</button>
| html > body > div:nth-child(2) > div > button
|
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" id="searchfield" name="q" class="form-control searchInputField ui-autocomplete-input" placeholder="Søg" autocomplete="off">
| #searchfield
|
10 | 4.1.2 | This select element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined. | <select class="goog-te-combo">
<option value=...</select>
| #:0.targetLanguage > select
|