Axe Accessibility Report

Violations

Axe found 4 violations.

Elements must have sufficient color contrast

Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds

Learn more
  • Rule: color-contrast
  • Impact: serious
  • Tags: WCAG 2 Level AA, WCAG 1.4.3

19 nodes triggered this violation.

<div class="btn inline-block font-bold text-white bg-red-theme">Läs mer</div>
<div class="btn inline-block font-bold text-white bg-red-theme">Läs mer</div>
<div class="btn inline-block font-bold text-white bg-red-theme ">
                            Se produkter</div>
<div class="btn inline-block font-bold text-white bg-red-theme ">
                            Sök här</div>
<div class="btn inline-block font-bold text-white bg-red-theme ">
                            Se produkter</div>
<div class="text-sm text-red-theme mb-1">2024-06-18</div>
<div class="text-sm text-red-theme mb-1">2024-04-18</div>
<div class="text-sm text-red-theme mb-1">2024-01-01</div>
<div class="text-sm text-red-theme mb-1">2023-11-07</div>
<input class="wpgmza-search wpgmza_sl_search_button_1 btn text-base outline-0 border-0 font-sans mt-4 md:mt-0 mx-auto md:mx-0 font-semibold" value="Sök" type="button" onclick="searchLocations(1)" mid="1">
<div class="
                        btn inline-block font-bold
                        text-red-theme                        bg-white                    ">
                        Vill ditt företag få ett besök?                    </div>
<h3 class="
                max-w-xl font-bold
                text-base uppercase underline mb-8            ">
                Utbildning            </h3>
<div class="
                        btn inline-block font-bold
                        text-white                        bg-red-theme                    ">
                        Läs mer                    </div>
<p class="font-bold">Smartab Hi-Tech Chemicals AB</p>
<p class="mb-6">Hållnäsgatan 14, 752 28  UPPSALA</p>
<p>Telefon: 018-15 31 00</p>
<p>Org.nr 556468-9304</p>
<a class="underline" href="/integritetspolicy">Integritetspolicy och GDPR</a>
<a id="wt-cli-accept-all-btn" role="button" data-cli_action="accept_all" class="wt-cli-element medium cli-plugin-button wt-cli-accept-all-btn cookie_action_close_header cli_action_button" style="color: rgb(255, 255, 255); background-color: rgb(97, 162, 41);">Accept All</a>
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

5 nodes triggered this violation.

<img decoding="async" class="underwave -mb-px absolute inset-0 top-auto w-full h-auto max-h-screen pointer-events-none" src="https://www.smartab.com/wp-content/themes/smartab/img/underwave.svg">
<img decoding="async" src="https://www.smartab.com/wp-content/uploads/2020/08/frontpage_fordonsrengoring_300x243.jpg">
<img decoding="async" src="https://www.smartab.com/wp-content/uploads/2020/09/frontpage_sakerhetsdatablad_2__300x243.jpg">
<img decoding="async" src="https://www.smartab.com/wp-content/uploads/2020/08/frontpage_konsument_300x243.jpg">
<img decoding="async" class="pb-8 md:mr-4 md:w-2/5" src="https://www.smartab.com/wp-content/uploads/2023/05/2022-04-3-scaled.jpg">
Page must contain a level-one heading

Ensure that the page, or at least one of its frames contains a level-one heading

Learn more
  • Rule: page-has-heading-one
  • Impact: moderate
  • Tags: Best practice

1 node triggered this violation.

<html lang="sv-SE" class=" js_active  vc_desktop  vc_transform  vc_transform ">
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

1 node triggered this violation.

<div id="cookie-law-info-bar" data-nosnippet="true" data-cli-style="cli-style-v2" style="background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: inherit; bottom: 0px; position: fixed; display: block;">

Passed checks

Axe found 17 passing checks.
Description Rule Tags Nodes
Required ARIA attributes must be provided aria-required-attr WCAG 2 Level A, WCAG 4.1.2 16
Certain ARIA roles must be contained by particular parents aria-required-parent WCAG 2 Level A, WCAG 1.3.1 16
ARIA roles used must conform to valid values aria-roles WCAG 2 Level A, WCAG 4.1.2 16
ARIA attributes must conform to valid names aria-valid-attr WCAG 2 Level A, WCAG 4.1.2 7
Elements must have sufficient color contrast color-contrast WCAG 2 Level AA, WCAG 1.4.3 33
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 3
<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 22
Banner landmark must not be contained in another landmark landmark-banner-is-top-level Best practice 1
Main landmark must not be contained in another landmark landmark-main-is-top-level Best practice 1
Document must not have more than one main landmark landmark-no-duplicate-main Best practice 1
Document must have one main landmark landmark-one-main Best practice 1
Ensures landmarks are unique landmark-unique Best practice 5
Zooming and scaling must not be disabled meta-viewport Best practice 1
All page content must be contained by landmarks region Best practice 405

Inapplicable checks

Axe found 1 inapplicable check.
Description Rule Tags
lang attribute must have a valid value valid-lang WCAG 2 Level AA, WCAG 3.1.2