Danmark · EAA-vejledning

EAA in Denmark — Lov om tilgængelighed

Denmark transposed the European Accessibility Act through the Lov om tilgængelighedskrav til visse produkter og tjenester (the Accessibility Requirements Act), effective 28 June 2025. The coordinating authority is Digitaliseringsstyrelsen (Danish Agency for Digital Government), which also runs public-sector oversight under the 2018 web-accessibility act. Consumer-service enforcement sits with Forbrugerombudsmanden (Consumer Ombudsman), with sector regulators Finanstilsynet (financial services) and Energistyrelsen / ENS (communications infrastructure) covering their domains. Administrative fines (bøder) scale with turnover; aggravated cases carry potential criminal sanctions under the consumer-protection framework.

Retsgrundlag — legal framework

  • Lov om tilgængelighed af offentlige organers websteder og mobilapplikationer (2018) — transposition of Directive 2016/2102 for public-sector bodies.
  • Lov om tilgængelighedskrav (2024, effective 28 June 2025) — transposition of the EAA (Directive 2019/882) to private-sector operators.
  • EN 301 549 v3.2.1 — harmonised standard, embeds WCAG 2.1 Level AA.
  • Ligebehandlingsloven — general equal-treatment framework enabling private-action claims via Ligebehandlingsnævnet (the Equal Treatment Board).

Denmark's Ligebehandlingsnævnet enables a low-friction complaint pathway for individuals — unlike many EU member states where discrimination claims require a civil suit. This makes consumer complaints a meaningful enforcement channel in parallel with Forbrugerombudsmanden action.

Who it applies to

In-scope services for consumers in Denmark:

  • E-commerce, marketplaces (Zalando DK, Coolshop), booking platforms.
  • Consumer-facing banking and financial services (Danske Bank, Nykredit, MobilePay).
  • E-books, e-readers, and associated software (Saxo.com, Mofibo).
  • Consumer-facing electronic communications (messaging, VoIP, 112 emergency calls).
  • DSB, Movia passenger-transport ticketing, Rejsekort terminals.
  • Consumer hardware terminals (ATMs, check-in machines, package lockers) 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-Danish operators serving Danish consumers fall within Forbrugerombudsmanden reach. Nordic-region operators (Swedish, Norwegian, Finnish) should evaluate Denmark alongside home-country transposition.

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 large text.
  • Operable — full keyboard navigability, no flashing above 3 Hz, visible focus indicator.
  • Understandable — <html lang="da">, predictable navigation, explicit form labels in Danish (CPR-nummer format DDMMYY-XXXX, postal-code format NNNN, Danish address structure).
  • Robust — valid HTML, ARIA consistent with DOM semantics.

Danish-specific UX patterns to get right: MitID login flows (successor to NemID), CPR-nummer input, handling of å/æ/ø in names. Note that Danish and Swedish/Norwegian diverge in phonology; declare lang correctly or screen-reader pronunciation breaks.

Penalties and enforcement

  • Forbrugerombudsmanden administrative fines, scaled by company turnover and violation severity; aggravated cases can escalate to criminal referral.
  • Ligebehandlingsnævnet discrimination decisions awarding compensation (typically DKK 2,500-25,000 per affected complainant).
  • Public decision publication via Forbrugerombudsmanden's press office and the Nævnet's decision database — meaningful reputational cost.
  • Finanstilsynet (financial services) applies separate sanctioning with significantly higher ceilings.
  • Continued non-compliance after administrative order triggers ongoing daily penalties.

Danish enforcement tends toward the pragmatic — Forbrugerombudsmanden frequently accepts remediation plans with specific dates in lieu of immediate fine. A credible CI-scan record + published statement is usually sufficient to de-escalate.

Tilgængelighedserklæring

Required elements of the Danish accessibility statement:

  1. Conformance status: fuldt i overensstemmelse / delvis i overensstemmelse / ikke i overensstemmelse with EN 301 549.
  2. List of non-accessible content with justification (uforholdsmæssig byrde, exemption, pending remediation).
  3. Named accessibility contact (email required; phone recommended).
  4. Escalation procedure — Digitaliseringsstyrelsen / Forbrugerombudsmanden for Lov-om-tilgængelighedskrav matters, Ligebehandlingsnævnet for discrimination claims, sector regulator where relevant.
  5. Assessment methodology (self-assessment, third-party audit, or combination) with date.
  6. Preparation and last-review dates.
  7. Statement itself must be accessible; published in Danish.

How to comply — CI-first approach

  1. Baseline scan — axe-core 4.11 against the Danish-locale homepage and 10 critical flows.
  2. Fix at source — overlay widgets do not satisfy EN 301 549; Forbrugerombudsmanden evaluates the served HTML.
  3. CI gate — fail PRs on serious-severity regressions.
  4. Annual human audit — axe-core catches ~57% of WCAG issues. Commission an IAAP-certified auditor. Danish auditors (Sensus, Inklude) are established references.
  5. Publish the tilgængelighedserklæring with Digitaliseringsstyrelsen / Forbrugerombudsmanden escalation in Danish.
  6. Retain evidence — per-PR axe-core scan history is the most defensible ongoing-diligence record.