Axe Accessibility Report
Violations
Axe found 6 violations.
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
Learn more- Rule:
color-contrast
- Impact:
serious
- Tags: WCAG 2 Level AA, WCAG 1.4.3
6 nodes triggered this violation.
<a href="#" class="btn">Mina sidor</a>
<a href="https://dukaten.se/betala-parkering/" target="" class="link">Betala parkering</a>
<a href="https://dukaten.se/elbilsladdning/" target="" class="link">Elbilsladdning</a>
<a href="https://dukaten.se/hyr-cykelparkering/" target="" class="link">Cykelparkering</a>
<p>Många frågor kring parkering och hållbar mobilitet driver vi på Dukaten själva, men det är tillsammans med andra aktörer vi kan göra allra störst skillnad – lokalt, nationellt och internationellt. </p>
<span class="link">Läs mer</span>
<html> element must have a lang attribute
Ensures every HTML document has a lang attribute
Learn more- Rule:
html-has-lang
- Impact:
serious
- Tags: WCAG 2 Level A, WCAG 3.1.1
1 node triggered this violation.
<html class=" js">
Images must have alternate text
Ensures <img> elements have alternate text or a role of none or presentation
Learn more- Rule:
image-alt
- Impact:
critical
- Tags: WCAG 2 Level A, WCAG 1.1.1
9 nodes triggered this violation.
<img src="https://dukaten.se/custom/uploads/2024/02/Dukaten_Bildbank_25maj_DavidEinar_1212.jpg">
<img src="https://dukaten.se/custom/uploads/2024/08/211104_Baggen_04-768x512.jpg">
<img src="https://dukaten.se/custom/uploads/2023/12/IMG_2317-1-768x576.jpg">
<img src="https://dukaten.se/custom/uploads/2024/05/image002.jpg">
<img src="https://dukaten.se/custom/uploads/2023/05/211104_Aurora_06.jpg">
<img src="https://dukaten.se/custom/uploads/2023/07/tipsochtrix.png">
<img src="https://dukaten.se/custom/uploads/2022/12/Dukaten_sms_parkering_webb-1-768x441.png">
<img src="https://dukaten.se/custom/uploads/2024/01/linpark-768x511.jpg">
<img class="image" src="https://dukaten.se/custom/themes/dukaten/img/dukaten_app2.png">
Document should have one main landmark
Ensures the document has a main landmark
Learn more- Rule:
landmark-one-main
- Impact:
moderate
- Tags: Best practice
1 node triggered this violation.
<html class=" js">
Zooming and scaling must not be disabled
Ensures <meta name="viewport"> does not disable text scaling and zooming
Learn more- Rule:
meta-viewport
- Impact:
critical
- Tags: WCAG 2 Level AA, WCAG 1.4.4
1 node triggered this violation.
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
All page content should be contained by landmarks
Ensures all page content is contained by landmarks
Learn more- Rule:
region
- Impact:
moderate
- Tags: Best practice
10 nodes triggered this violation.
<div class="col-lg-6">
<div class="slider-item slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 570px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;" tabindex="0">
<div class="hero-footer">
<div class="section-group">
<h2>Prenumerera på vårt nyhetsbrev</h2>
<div class="indicates-required sr-only"><span class="asterisk">*</span> indicates
required
</div>
<label for="mce-EMAIL" class="sr-only">Email Address <span class="asterisk">*</span></label>
<input type="email" value="" placeholder="Din e-postadress..." name="EMAIL" class="required email" id="mce-EMAIL">
<div class="site-footer-content">
<a href="https://fragaoss.dukaten.se/org/dukaten/" class="kundo-forum-right" target="_blank">Fråga oss</a>
Passed checks
Axe found 9 passing checks.
Description | Rule | Tags | Nodes |
---|---|---|---|
ARIA attributes must conform to valid names | aria-valid-attr |
WCAG 2 Level A, WCAG 4.1.2 | 1 |
Elements must meet minimum color contrast ratio thresholds | color-contrast |
WCAG 2 Level AA, WCAG 1.4.3 | 19 |
Documents must have <title> element to aid in navigation | document-title |
WCAG 2 Level A, WCAG 2.4.2 | 1 |
Heading levels should only increase by one | heading-order |
Best practice | 14 |
Images must have alternate text | image-alt |
WCAG 2 Level A, WCAG 1.1.1 | 3 |
Banner landmark should not be contained in another landmark | landmark-banner-is-top-level |
Best practice | 1 |
Ensures landmarks are unique | landmark-unique |
Best practice | 1 |
Page should contain a level-one heading | page-has-heading-one |
Best practice | 1 |
All page content should be contained by landmarks | region |
Best practice | 289 |
Inapplicable checks
Axe found 7 inapplicable checks.
Description | Rule | Tags |
---|---|---|
Required ARIA attributes must be provided | aria-required-attr |
WCAG 2 Level A, WCAG 4.1.2 |
Certain ARIA roles must be contained by particular parents | aria-required-parent |
WCAG 2 Level A, WCAG 1.3.1 |
ARIA roles used must conform to valid values | aria-roles |
WCAG 2 Level A, WCAG 4.1.2 |
<html> element must have a valid value for the lang attribute | html-lang-valid |
WCAG 2 Level A, WCAG 3.1.1 |
Main landmark should not be contained in another landmark | landmark-main-is-top-level |
Best practice |
Document should not have more than one main landmark | landmark-no-duplicate-main |
Best practice |
lang attribute must have a valid value | valid-lang |
WCAG 2 Level AA, WCAG 3.1.2 |