Sverige · EAA-guide
EAA in Sweden — Tillgänglighetslagen
Sweden transposed the European Accessibility Act through Lag (2023:254) om vissa produkters och tjänsters tillgänglighet — popularly the Tillgänglighetslagen. Enforcement took effect 28 June 2025. The lead authority is the Myndigheten för digital förvaltning (DIGG), which also runs the public-sector accessibility oversight under DOS-lagen. Sector authorities apply: Finansinspektionen (FI) for banking and investment, Post- och telestyrelsen (PTS) for electronic communications, and Konsumentverket (KO) for consumer protection overlays. Penalties include administrative fines (sanktionsavgift) up to SEK 10 million per breach, scaled by turnover and severity.
Legal framework
- Lag (2018:1937) om tillgänglighet till digital offentlig service (DOS-lagen) — transposed Directive 2016/2102 for public-sector bodies. DIGG enforces.
- Lag (2023:254) om vissa produkters och tjänsters tillgänglighet (Tillgänglighetslagen) — transposed the EAA (Directive 2019/882) to private-sector operators. Effective 28 June 2025.
- EN 301 549 v3.2.1 — harmonised standard, embeds WCAG 2.1 Level AA for web content.
- Diskrimineringslagen (2008:567) — pre-existing discrimination framework; bristande tillgänglighet is a protected category, enforceable through the Equality Ombudsman (DO).
Sweden is unusual in explicitly treating bristande tillgänglighet (inadequate accessibility) as a form of discrimination under the main anti-discrimination statute. This creates a second enforcement pathway through Diskrimineringsombudsmannen (DO) in parallel with DIGG fines.
Who it applies to
In-scope services for consumers in Sweden:
- E-commerce (Boozt, Nelly, etc.), online marketplaces, booking platforms.
- Consumer-facing banking and financial services (Swish, Klarna, bank apps).
- E-books, e-readers, and associated software (Storytel, BookBeat).
- Consumer-facing electronic communications (messaging, VoIP, 112 emergency calls).
- SJ, SL and other passenger-transport ticketing, real-time info, self-service terminals.
- Consumer hardware terminals (Bankomat ATMs, Pressbyrån kiosks, check-in machines) and their operating systems.
Microenterprise exemption per Article 4(5) EAA: fewer than 10 employees and annual turnover / balance sheet under €2M, providing services. Product manufacturers are not exempt regardless of size.
Non-Swedish operators serving Swedish consumers fall within DIGG reach. Nordic-region operators (Norwegian, Danish, Finnish) should evaluate Sweden alongside their home-country transposition; Sweden is frequently the largest Nordic consumer market.
Technical requirements — EN 301 549
EN 301 549 v3.2.1 is the referenced harmonised standard. For web content, WCAG 2.1 Level AA is the conformance target. Key expectations:
- Perceivable — alt text, captions for prerecorded video, 4.5:1 body contrast, 3:1 for large text.
- Operable — full keyboard navigability, no flashing above 3 Hz, visible focus indicator.
- Understandable —
<html lang="sv">, predictable navigation, explicit form labels in Swedish (Swedish personnummer format, Swedish address structure). - Robust — valid HTML, ARIA consistent with DOM semantics.
Sweden-specific UX patterns worth getting right: BankID flows, Swish QR codes, personnummer input with the ÅÅÅÅMMDD-XXXX format, and handling of the å/ä/ö characters in names and addresses. The language declaration matters for screen-reader pronunciation — Swedish phonology diverges materially from Danish and Norwegian despite written similarity.
Penalties — DIGG sanktionsavgift
- DIGG administrative fines (sanktionsavgift) up to SEK 10 million per breach, scaled by turnover and severity.
- Viten (periodic penalty) per day of continued non-compliance until remediation.
- Public decision register via DIGG — reputational cost significant for consumer brands.
- Diskrimineringsombudsmannen (DO) can bring discrimination claims under the Diskrimineringslagen in parallel. Remedies include damages and injunctive relief.
- Sector regulators (FI for banking, PTS for telecoms) apply separate fining frameworks on top.
DIGG's historical DOS-lagen enforcement has been graduated: informal contact → förelägganden (orders) → viten → sanktionsavgift. Credible remediation signalled through a published tillgänglighetsredogörelse and CI-scan evidence usually stops escalation before the fine stage.
Tillgänglighetsredogörelse — the statement
Swedish accessibility statements follow the EU template. Required elements:
- Conformance status: helt förenligt / delvis förenligt / inte förenligt with EN 301 549.
- List of non-accessible content with justification (oproportionerlig börda, exemption, pending remediation).
- Named accessibility contact (email required; phone recommended).
- Escalation procedure — DIGG for Tillgänglighetslagen matters, DO for discrimination, sector regulator where relevant.
- Assessment methodology (self-assessment, third-party audit) with date.
- Preparation and last-review dates.
- Statement must itself be accessible; published in Swedish.
The DOS-lagen oversight (via DIGG's Webbtillgänglighetsdirektivet portal) publishes thousands of public-sector statements — useful reference for phrasing and methodology.
How to comply — CI-first approach
- Baseline scan — axe-core 4.11 against the Swedish-locale homepage and 10 critical flows.
- Fix at source — overlay widgets do not satisfy EN 301 549; DIGG and DO both evaluate the served HTML.
- CI gate — fail PRs on serious-severity regressions to prevent drift.
- Annual human audit — axe-core catches ~57% of WCAG issues. Commission an IAAP-certified auditor for the remainder. Swedish auditors (Funka, Useit, Dyslexiförbundet) are established references.
- Publish the tillgänglighetsredogörelse with DIGG and DO escalation details in Swedish.
- Retain evidence — per-PR axe-core scan history is the most defensible ongoing-diligence record.