Tillgänglighet enligt Pa11y
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: 2.55 av 5
- Väldigt dålig tillgänglighet!Tillgänglighet
- Antal grupperade fel: 8 ( 3.40 betyg )
- Antal fel: 33 ( 1.70 betyg )
##### Problem:
- Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
- 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.
- Anchor element found with a valid href attribute, but no link content has been supplied.
- A link points to a named anchor "footerCookieBanner" within the document, but no anchor exists with that name.
- A 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.
- A textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
- Anchor element found with no link content and no name and/or ID attribute.
- A 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.99:1. Recommendation: change background to #010101.