Tillgänglighetstest av webbplatsen för att kolla upp följsamhet till tillgänglighetsriktlinjerna WCAG (Web Content Accessibility Guidelines). Pa11y testar upp till och med nivå AAA av WCAG, vilket är högre än kravet i DOS-lagen.
Betyg: 3.65 av 5
- Väldigt dålig tillgänglighet!
Tillgänglighet
- Antal grupperade fel: 6 ( 3.80 betyg )
- Antal fel: 15 ( 3.50 betyg )
##### Problem:
- A 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.
- Anchor element found with a valid href attribute, but no link content has been supplied.
- Iframe element requires a non-empty title attribute that identifies the frame.
- A 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.
- Duplicate id attribute value "Layer_1" found on the web page.
- A 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.