EVOLIZE Run a free assessment

Accessibility assessment of www.energimyndigheten.se

Automated technical assessment of 5 publicly accessible pages · Scanned 27 Aug 2026. Inspected 5 of 5 selected pages.

28findings detected
4critical + high
5pages inspected

What to fix first

  1. High Hidden elements can still receive keyboard focus
  2. High Hidden elements can still receive keyboard focus
  3. High Hidden elements can still receive keyboard focus
  4. High Hidden elements can still receive keyboard focus
  5. Medium Positive tabindex disrupts focus order

Findings

High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 5 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref LAHKOU
Affected pagehttps://www.energimyndigheten.se/
Elementlabel#TopSearchButton
Accessible nameSök
Markup
<label for="SearchCheckbox" tabindex="7" id="TopSearchButton" title="Sök på webbplatsen">
                <div class="search-box">
                    <span class="search-text">Sök</span><span class="search-icon"></span>
                </div>
        </label>
How to fixKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 34 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref L0UNFQ
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(1) > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a
Accessible nameOm oss
Markup
<a href="/om-oss/" tabindex="2" class=" ">
                    Om oss
                </a>
How to fixTo fix this issue, remove the tabindex attribute or make the element visible when it receives focus. Ensure that all interactive elements are visible when they are in the tab order.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 56 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref LC2O1F
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > div > div:nth-of-type(1) > a:nth-of-type(1)
Accessible nameEffektiv energianvändning
Markup
<a href="/effektiv-energianvandning/" tabindex="101" class="sub-menu-item-link  ">Effektiv energianvändning</a>
How to fixKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 5 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref O5U53N
Affected pagehttps://www.energimyndigheten.se/
Elementdiv#MobileTopBar > div:nth-of-type(1) > a
Accessible nameEnergimyndigheten
Markup
<a class="SiteLogo" href="/" title="Till startsidan"><img src="/Static/img/Energimyndigheten_logotyp_Vit_RGB.svg" alt="Energimyndigheten"></a>
How to fixTo fix this issue, ensure that the hidden element is removed from the tab order by setting its 'tabindex' attribute to '-1' or by using 'display: none' or 'visibility: hidden' in its CSS styling. Verify that the element is not focusable when it's not visible.
Medium

Positive tabindex disrupts focus order

Elements use tabindex greater than zero, overriding the natural DOM focus order in confusing ways.

Component 5 affected pages 1292 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref UYRN84
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div > div:nth-of-type(1) > a
Accessible nameEnergimyndigheten
Markup
<a class="SiteLogo" href="/" title="Till startsidan" tabindex="1">
                        <img src="/Static/img/Energimyndigheten_logotyp_Vit_RGB.svg" alt="Energimyndigheten">
                </a>
How to fixRemove the tabindex attribute from the element or set it to 0 to allow the browser to determine the focus order based on the DOM structure.
Medium

Positive tabindex disrupts focus order

Elements use tabindex greater than zero, overriding the natural DOM focus order in confusing ways.

Component 5 affected pages 10 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref NHYI7T
Affected pagehttps://www.energimyndigheten.se/
Elementinput#SearchCheckbox
Markup
<input type="checkbox" id="SearchCheckbox" name="search-checkbox" tabindex="10">
How to fixRemove positive tabindex values; rely on DOM order and tabindex=0 / -1 only.
Medium

Positive tabindex disrupts focus order

Elements use tabindex greater than zero, overriding the natural DOM focus order in confusing ways.

Component 5 affected pages 84 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref PASV6P
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(1) > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a
Accessible nameOm oss
Markup
<a href="/om-oss/" tabindex="2" class=" ">
                    Om oss
                </a>
How to fixRemove positive tabindex values; rely on DOM order and tabindex=0 / -1 only.
Medium

Positive tabindex disrupts focus order

Elements use tabindex greater than zero, overriding the natural DOM focus order in confusing ways.

Component 5 affected pages 10 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref OFBFZT
Affected pagehttps://www.energimyndigheten.se/
Elementlabel#TopSearchButton
Accessible nameSök
Markup
<label for="SearchCheckbox" tabindex="7" id="TopSearchButton" title="Sök på webbplatsen">
                <div class="search-box">
                    <span class="search-text">Sök</span><span class="search-icon"></span>
                </div>
        </label>
How to fixRemove positive tabindex values; rely on DOM order and tabindex=0 / -1 only.
Medium

No skip link to main content

The page offers no bypass mechanism, so keyboard users must tab through the full navigation before reaching the main content on every page.

Component 4 affected pages 8 instances WCAG WCAG 2.1 SC 2.4.1 Bypass Blocks (Level A) Ref BULNEE
Affected pagehttps://www.energimyndigheten.se/en/climate/guarantees-of-origin/eecs-guarantees-of-origin-and-how-to-apply
Elementhtml > body
Accessible nameCookie consent The Swedish Energy Agency would like to use web analytics cookies in order to continuously improve energimyndigheten.se. Do you consent? You can change your preferences at any time. To withdraw your consent, click “Manage cookies” in the footer of any page. Read about cookies and how we process personal data Yes, I consent No, I do not consent SökMenySearch on web site About us In Swedish Search Search on web site Climate Energy preparedness Facts & figures Research & innovation Climate Data centre energy performance reporting Carbon capture and storage National Centre for CCS State aid for BECCS Other CCS funding options Questions and answers about CCS and the support system Charging infrastructure in Sweden Identification Registration Organisation (IDRO) Electricity Certificate System The EU Emissions Trading System (EU ETS) Information about the EU ETS and how emissions trading works Guidance for operators and other actors in emissions trading Sustainable fuels Sustainability criteria for biofuels, bioliquids and biomass fuels Fuel quality act Greenhouse gas reduction mandate Guarantees of origin EECS guarantees of origin and how to apply Guarantees of origin in Sweden Climate cooperation Article 6 of the Paris Agreement Authorisation under the Paris Agreement Research and reports Energy preparedness Assignment in energy preparedness Energy supply and our role within NATO Risk preparedness in the electricity sector Emergency oil stocks Energy supply situation in Sweden Protective security Information and cybersecurity Our responsibilities within information security Cybersecurity Act – NIS2 in Sweden CER Directive Cyber security in the energy sector Facts & figures Publications Sweden’s Energy System – An Overview How the Energy System Works Present and Future About the Tool Statistics Official statistics Our strategic priorities in energy research and innovation Batteries Sustainable Battery Value Chain Business development and commercialisation Investment promotion Trade and business promotion Energy systems in society Human, Energy Systems and Society Industry The Industrial Leap Competence centres Strategic innovation programmes RE:Source Viable Cities Research in nuclear power Results from research and development Transport ChargeNordic The Joint Data Project (GDP) …[truncated by Evolize: exceeded D1 value limit]
Markup
<body data-rsevent-id="rs_499727">
    <input type="checkbox" id="SearchCheckbox" name="search-checkbox" tabindex="10">
    
    <!--eri-no-index-->
    <div role="dialog" aria-modal="false" aria-describedby="cookie-box-header" class="cookie-consent-wrapper hidden-print show-cookie-consent">
    <div class="container-fluid">
        <div class="row">
            <div class="col-xs-12">
                <div class="cookie-consent-container row">
                    <div class="col-sm-9 col-xs-12">
                        <div id="cookie-box-header" class="cookie-box-header">Cookie consent</div>
…
How to fixTo fix this issue, add a skip link to the main content. This can be achieved by adding an anchor link at the top of the page that allows keyboard users to bypass the navigation and jump directly to the main content. The link should be visible when it receives focus and should be the first item in the tab order.
Medium

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 5 affected pages 5 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref EESP68
Affected pagehttps://www.energimyndigheten.se/
Elementdiv#MobileTopBar > div:nth-of-type(1) > a
Accessible nameEnergimyndigheten
Markup
<a class="SiteLogo" href="/" title="Till startsidan"><img src="/Static/img/Energimyndigheten_logotyp_Vit_RGB.svg" alt="Energimyndigheten"></a>
How to fixTo fix this issue, ensure that all interactive elements, such as buttons and links, have a minimum touch target size of 24x24 pixels. This can be achieved by increasing the size of the element itself or by adding padding around it to make it larger.
Medium

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 5 affected pages 35 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 7KY3UT
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(3) > div > div > ul > li:nth-of-type(1) > a
Accessible namePrenumerera
Markup
<a href="/link/9bccfd2a0efd44feaa8da2f1bb602083.aspx?epslanguage=sv" title="Prenumerera">Prenumerera</a>
How to fixIncrease the size of the touch target to at least 24x24px to ensure reliable activation by touch.
Medium

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 5 affected pages 8 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref DZT6QP
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(4) > a
Accessible nameFakturor
Markup
<a href="/om-oss/kontakta-oss/att-skicka-e-faktura-till-energimyndigheten/">Fakturor</a>
How to fixIncrease the touch target size to at least 24x24 pixels for the 'Fakturor' link to ensure it can be easily activated by touch on mobile devices.
Medium

Navigation regions are not distinguishable

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Component 4 affected pages 8 instances WCAG WCAG 2.1 SC 1.3.1 Info and Relationships (Level A) Ref J72F2D
Affected pagehttps://www.energimyndigheten.se/en/climate/guarantees-of-origin/eecs-guarantees-of-origin-and-how-to-apply
Elementnav#MobileMenu
Markup
<nav id="MobileMenu" class="closed"></nav>
How to fixAdd an accessible name to the navigation region using 'aria-label' or 'aria-labelledby' attributes to help screen reader users distinguish between multiple navigation landmarks.
Medium

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 4 affected pages 10 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref HQ1QLG
Affected pagehttps://www.energimyndigheten.se/en/climate/guarantees-of-origin/eecs-guarantees-of-origin-and-how-to-apply
Elementdiv#content > div:nth-of-type(1) > div:nth-of-type(2) > a:nth-of-type(1)
Accessible nameSwedish Energy Agency
Markup
<a href="/en/">Swedish Energy Agency</a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch.
Medium

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 4 affected pages 15 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref R1HGA8
Affected pagehttps://www.energimyndigheten.se/en/climate/guarantees-of-origin/eecs-guarantees-of-origin-and-how-to-apply
Elementdiv:nth-of-type(1) > div > div > div > div:nth-of-type(1) > a
Accessible nameContact the Swedish Energy Agency
Markup
<a href="mailto:[email removed]">Contact the Swedish Energy Agency</a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 5 affected pages 10 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref KW8C8E
Affected pagehttps://www.energimyndigheten.se/
Element#cookie-box-header
Accessible nameSamtycke till kakor
Markup
<div id="cookie-box-header" class="cookie-box-header">Samtycke till kakor</div>
How to fixTo improve text legibility, adjust the color scheme to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). Consider using a color contrast analyzer tool to find suitable colors.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 5 affected pages 60 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 8HA6NN
Affected pagehttps://www.energimyndigheten.se/en/climate/guarantees-of-origin/eecs-guarantees-of-origin-and-how-to-apply
Elementli:nth-child(5) > a[target="_top"]
Accessible namePublications
Markup
<a href="https://energimyndigheten.a-w2m.se/" target="_top">Publications</a>
How to fixIncrease the contrast between the text color and the background color of the element to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3
Medium

Page has no main landmark

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 1.3.1 Info and Relationships (Level A) Ref YFWG3Y
Affected pagehttps://www.energimyndigheten.se/
Elementhtml > body
Accessible nameSamtycke till kakor Energimyndigheten skulle vilja använda webbanalyskakor i syfte att löpande förbättra webbplatsen. Samtycker du till det? Du kan när som helst ändra ditt val. För att återkalla ditt samtycke klickar du på ”Hantering av kakor (cookies)" som du hittar i sidfoten längst ner på webbplatsen. Läs mer om kakor och Energimyndighetens behandling av personuppgifter Ja, jag samtycker Nej, jag samtycker inte SökMenySök på webbplatsen Om oss Lättläst Teckenspråk In English Mina sidor Sök Sök på webbplatsen Effektiv energianvändning Energiberedskap Energisystem och analys Forskning och innovation Klimat Statistik Stöd och utlysningar Effektiv energianvändning Uppdrag Lagar och krav Program och uppdrag Guider om energieffektivisering Husguiden Solelportalen Företag Vägledningar och guider Lagar och krav Utbildningar Rådgivning, nätverk och tjänster Inköp av produkter Ekonomiska stöd Hushåll Spara energi - enkla tips När du ska köpa nya produkter Energi- och klimatrådgivning Anlita en certifierad installatör Anmäl en bristfällig produkt Offentlig sektor Arbeta strategiskt med energieffektivisering Spara energi genom beteendeförändringar Tekniska åtgärder för lokaler Åtgärder för övriga lokaler Spara energi på arbetsplatsen Mervärden av energieffektivisering Aktörer som bidrar med kunskap och goda exempel Flerbostadshus Dialog med boende Driftåtgärder Tekniska åtgärder som kräver större investeringar Yrkesverksamma Energikonsult Byggbranschen Installatör Energi- och klimatrådgivare Driftlyftet Energimyndighetens stöd Säljare och tillverkare av produkter EPREL - Europeisk databas Ekodesign, energimärkning och CE-märkning Marknadskontroll av produkter Produktgrupper A-Ö Skyldigheter och ansvar Tester Energimyndighetens Testlab Tester inom belysning Tester inom hemelektronik Tester inom solenergi Tester inom uppvärmning, varmvatten Tester inom hushållsapparater Tester A-Ö Energiberedskap Våra uppdrag inom energiberedskap Vårt arbete i Nato Sektorsansvarig myndighet Grundprinciper för en trygg energiförsörjning Verksamhetsutövare Krigsplacering av personal Beredskapslagring av olja Naturgasförsörjning, definition av krisnivåer Kartläggning drivmedel Beredskap för företag - vanliga frågor Övningspaket Fördjupad information Finansiering för att öka Sveriges robusthet Energiberedskapsklivet Offentlig sektor Styrel, prioritering av elanvändare Lindra en värmekris Kartläggning av drivmedelsbehov Robust kommun Trygghetspunkter Reservkraft Hushåll El-, gas- eller fjärrvärmeavbrott …[truncated by Evolize: exceeded D1 value limit]
Markup
<body data-rsevent-id="rs_869111">
    <input type="checkbox" id="SearchCheckbox" name="search-checkbox" tabindex="10">
    
    <!--eri-no-index-->
    <div role="dialog" aria-modal="false" aria-describedby="cookie-box-header" class="cookie-consent-wrapper hidden-print show-cookie-consent">
    <div class="container-fluid">
        <div class="row">
            <div class="col-xs-12">
                <div class="cookie-consent-container row">
                    <div class="col-sm-9 col-xs-12">
                        <div id="cookie-box-header" class="cookie-box-header">Samtycke till kakor</…
How to fixAdd a main landmark to the page by including a <main> element or an element with role="main" to help screen reader users jump to the primary content.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 5 affected pages 10 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref DB8HEK
Affected pagehttps://www.energimyndigheten.se/
Element.link
Accessible nameLäs mer om kakor och Energimyndighetens behandling av personuppgifter
Markup
<a href="/om-oss/om-webbplatsen/kakor/" class="link">Läs mer om kakor och Energimyndighetens behandling av personuppgifter</a>
How to fixIncrease the contrast between the text color and the background color of the element to meet the minimum contrast ratio thresholds. Consider using a color contrast analyzer tool to determine the optimal colors.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 5 affected pages 10 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref G3UUO4
Affected pagehttps://www.energimyndigheten.se/
Element.cookie-box-message
Accessible nameEnergimyndigheten skulle vilja använda webbanalyskakor i syfte att löpande förbättra webbplatsen. Samtycker du till det? Du kan när som helst ändra ditt val. För att återkalla ditt samtycke klickar du på ”Hantering av kakor (cookies)" som du hittar i sidfoten längst ner på webbplatsen.
Markup
<div class="cookie-box-message">
How to fixTo improve accessibility, increase the contrast between the text color and the background color of the cookie box message. This can be achieved by using a darker or lighter background color, or by changing the text color to a color with sufficient contrast. The WCAG 2.1 guidelines recommend a minimum contrast ratio of 4.5:1 for normal text.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 5 affected pages 30 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 9EIQAT
Affected pagehttps://www.energimyndigheten.se/
Elementa[title="Prenumerera"]
Accessible namePrenumerera
Markup
<a href="/link/9bccfd2a0efd44feaa8da2f1bb602083.aspx?epslanguage=sv" title="Prenumerera">Prenumerera</a>
How to fixAdjust the color of the text or background to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold).
Low

Content sits outside any landmark region

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 1.3.1 Info and Relationships (Level A) Ref MWB9TA
Affected pagehttps://www.energimyndigheten.se/
Elementdiv:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > ul > li:nth-of-type(1)
Accessible nameEffektiv energianvändning
Markup
<li><label for="menu-item-0" tabindex="100" class="sub-menu-item-link first-order-menu-element  ">Effektiv energianvändning</label></li>
How to fixWrap the content in a landmark region such as a header, nav, main, or footer to enable assistive technology users to reach it via landmark navigation. For example, wrap the ul element in a nav element: <nav><ul>...</ul></nav>
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 4 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref VFB93T
Affected pagehttps://www.energimyndigheten.se/
Element.col-xs-12 > ul > li:nth-child(5) > a
Accessible nameOm webbplatsen
Markup
<a href="/link/56e39297295d4cd18d9d1398aa7f86f1.aspx?epslanguage=sv">Om webbplatsen</a>
How to fixTo improve readability, consider adjusting the text or background color to achieve a minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold).
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 6 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref LKMJJ6
Affected pagehttps://www.energimyndigheten.se/
Element.proclamation-list-block-list-item[target="_self"]:nth-child(1) > .proclamation-list-block-list-title
Accessible nameDriving urban transitions: hållbar urban omställning inom europeiskt partnerskap
Markup
<p class="proclamation-list-block-list-title">Driving urban transitions: hållbar urban omställning inom europeiskt partnerskap</p>
How to fixTo improve readability, consider increasing the contrast between the text color and the background color. You can do this by changing the CSS styles for the .proclamation-list-block-list-title class to use a color combination with a higher contrast ratio. Aim for a contrast ratio of at least 4.5:1 for normal text.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 2 affected pages 4 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 4OBOIO
Affected pagehttps://www.energimyndigheten.se/en/about-us/about-this-website/cookies
Element.icon-link
Accessible nameHow the Swedish Energy Agency process personal data
Markup
<a href="https://utsidan.energimyndigheten.se/GDPR/Så behandlar Energimyndigheten personuppgifter - generell Engelsk.pdf" target="_blank" rel="noopener noreferrer" class="icon-link " style="">
                        How the Swedish Energy Agency process personal data 
                    </a>
How to fixIncrease the contrast between the text color and the background color to meet the minimum contrast ratio of 4.5:1 for normal text.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 1 instance WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref L42M0O
Affected pagehttps://www.energimyndigheten.se/
Element.hero-content-text > p
Accessible nameVi publicerar löpande en samlad bedömning av Sveriges energiläge. Bedömningen omfattar både nationella förhållanden och globala händelser.
Markup
<p>Vi publicerar löpande en samlad bedömning av Sveriges energiläge. Bedömningen omfattar både nationella förhållanden och globala händelser.</p>
How to fixIncrease the contrast between the text color and background color to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 1 instance WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 3MO95D
Affected pagehttps://www.energimyndigheten.se/
Element.hero-content-header
Accessible nameBedömning av Sveriges energiläge
Markup
<h1 class="hero-content-header">Bedömning av Sveriges energiläge</h1>
How to fixIncrease the contrast between the text color and background color of the h1 element with class 'hero-content-header' to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 1 instance WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref WREVL1
Affected pagehttps://www.energimyndigheten.se/
Element.start-page-quicklinks-headline-text
Accessible nameHitta snabbt
Markup
<h2 class="start-page-quicklinks-headline-text">Hitta snabbt</h2>
How to fixTo improve readability, adjust the color of the text or background to achieve a minimum contrast ratio of 4.5:1 for normal text. Consider using a color contrast analyzer tool to find a suitable combination.

Keep www.energimyndigheten.se monitored

This is a point-in-time assessment. Evolize monitoring re-scans the site on a schedule, flags new and recurring issues, tracks changes over time, and verifies fixes after you make them.

Start monitoring
About this assessment.
  • Automated technical analysis of publicly accessible website surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every accessibility issue.
  • Results reflect the site at the scan date and may have changed since.
  • This is technical information, not legal advice.

Request a correction or removal · How Evolize scans