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. | <h2></h2>
| #cphPageContentMain_pagecontentmain_0_txtText > h2
|
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.1:1. Recommendation: change text colour to #817561. | <div id="cphPageContentMain_pagecontentmaintop_0_txtSummary" class="summary">Velkommen til folkeskoler og sp...</div>
| #cphPageContentMain_pagecontentmaintop_0_txtSummary
|
3 | 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 2.88:1. Recommendation: change background to #008932. | <div class="sz-feedback-toggle-button-text sz-feedback-main-font-style">Giv os din feedback</div>
| #szfb_feedback_toggle > button > div:nth-child(1) > div:nth-child(2)
|
4 | 2.4.1 | Iframe element requires a non-empty title attribute that identifies the frame. | <iframe frameborder="0" id="innerFrame" style="width: 100%; height: 100%; border: none;"></iframe>
| #innerFrame
|
5 | 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="post" action="/Borger/SkoleOgUddannelse/FolkeskolerOgSpecialklasser.aspx" id="mainform">
<div class="aspNetHidden">
<in...</form>
| #mainform
|
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" class="searchbutton"></button>
| #bronderslev-search-form-top > button
|