Axe Accessibility Report

Violations

Axe found 3 violations.

Heading levels should only increase by one

Ensures the order of headings is semantically correct

Learn more
  • Rule: heading-order
  • Impact: moderate
  • Tags: Best practice

2 nodes triggered this violation.

<h3>Privatlån</h3>
<h4 class="ot-cat-header" id="ot-bnr-hdr-id-C0001">Nödvändiga cookies</h4>
Document must 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 lang="sv">
All page content must be contained by landmarks

Ensures all page content is contained by landmarks

Learn more
  • Rule: region
  • Impact: moderate
  • Tags: Best practice

17 nodes triggered this violation.

<h1 class="desktop-title">
                        Privatlån upp till 500 000 kr – tryggt och smidigt
                    </h1>
<div class="desktop-text">

<p>Hos oss kan du låna mellan 20 000 kr och 500 000 kr till bra ränta och villkor, utan säkerhet! Du får dessutom upp till 0,5% lägre ränta och 0 kr i uppläggningsavgift när du ansöker direkt hos oss. Ansökan sker med hjälp av BankID.</p>                </div>
<label id="slider-label-amount" class="slider-label" for="loans-slider-amount">
                    Lånebelopp
                </label>
<input id="loans-slider-amount" class="slider-input" type="text" aria-labelledby="slider-label-amount" data-value-label="SEK" data-max="500000" data-min="20000" data-step="1000" value="170000" aria-valuetext="170000 SEK">
<input id="loans-slider-duration" aria-labelledby="slider-label-amount" class="slider-range" type="range" max="500000" min="20000" step="5000" value="170000" style="--min: 20000; --max: 500000; --val: 170000;">
<div class="slider-container" data-type="duration">
<div class="widget-submit">
<div class="usplistblock block has-theme-light ">
<div class="col-sm-12 col-xs-12 col-md-6">
<div class="image ">
                        
    <img src="/globalassets/bilder/block/sverige/block-560px-app.webp" alt="">


                    </div>
<div class="textblock block has-no-bottom-padding has-theme-light ">
<div class="articleswidgetblock block has-theme-light ">
<div class="col-sm-12 col-xs-12 col-md-6">
<div class="image has-justify-center">
                        
    <img src="/globalassets/bilder/block/alla/block-560px-om-collector.webp" alt="">


                    </div>
<div class="textblock block has-theme-plommon92 ">
<section class="footerblock">
<div id="width-calculator">170 000</div>

Passed checks

Axe found 14 passing checks.
Description Rule Tags Nodes
Required ARIA attributes must be provided aria-required-attr WCAG 2 Level A, WCAG 4.1.2 4
Certain ARIA roles must be contained by particular parents aria-required-parent WCAG 2 Level A, WCAG 1.3.1 4
ARIA roles used must conform to valid values aria-roles WCAG 2 Level A, WCAG 4.1.2 4
ARIA attributes must conform to valid names aria-valid-attr WCAG 2 Level A, WCAG 4.1.2 12
Elements must have sufficient color contrast color-contrast WCAG 2 Level AA, WCAG 1.4.3 70
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 15
<html> element must have a lang attribute html-has-lang WCAG 2 Level A, WCAG 3.1.1 1
<html> element must have a valid value for the lang attribute html-lang-valid WCAG 2 Level A, WCAG 3.1.1 1
Images must have alternate text image-alt WCAG 2 Level A, WCAG 1.1.1 9
Ensures landmarks are unique landmark-unique Best practice 2
Zooming and scaling must not be disabled meta-viewport Best practice 1
Page must contain a level-one heading page-has-heading-one Best practice 1
All page content must be contained by landmarks region Best practice 196

Inapplicable checks

Axe found 4 inapplicable checks.
Description Rule Tags
Banner landmark must not be contained in another landmark landmark-banner-is-top-level Best practice
Main landmark must not be contained in another landmark landmark-main-is-top-level Best practice
Document must 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