Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality168 links, 14 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ikea.com/global/en/stories/d… | Let your home come out to play… | img no alt | Add alt attribute to the image |
| https://www.ikea.com/global/en/stories/o… | Celebrating a storage supersta… | img no alt | Add alt attribute to the image |
| https://www.ikea.com/global/en/privacy/p… | Read our privacy and cookie st… | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.ikea.com/global/en/stories/design/grejsimojs-collection-260204/"]; a[href="https://www.ikea.com/global/en/stories/our-roots/long-live-ivar-250528/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.ikea.com/global/en/privacy/privacy-cookie-statement/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
B404 Error PageHTTP 404, custom pageREVIEW
ALandmark Structure12 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
A+Heading Hierarchy7 headingsPASS
- H1 Welcome to IKEA Global!
- H2 Designer stories
- H2 KUNGSCISSUS
- H2 ANNIKEN
- H2 FREDRIKA
- H2 TÅSTRUP
- H2 Hej! You are in control of your cookies.
AAlt Text QualityAll 38 images OKPASS
| Issue | Count |
|---|---|
| too long | 3 image(s) |
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #mini-picker-search-input | text | Search for the online store in your region. When search suggestions are available use up and down arrows to review, and hit Enter to select. | aria-label |
| #region-picker-search-input | search | Search for the online store in your region. When search suggestions are available use up and down arrows to review, and hit Enter to select. | aria-label |
| #region-picker-search-input | search | Search for the online store in your region. When search suggestions are available use up and down arrows to review, and hit Enter to select. | aria-label |
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Welcome to IKEA Glob… | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| h2 Designer stories | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| h2 KUNGSCISSUS | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| h2 ANNIKEN | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| h2 FREDRIKA | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| h2 TÅSTRUP | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| h2 Hej! You are in cont… | 20.82:1 | 3.0:1 | #000000 | #FFFEFB | Pass |
| title Hej! Welcome to IKEA… | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| a Skip to main content | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Stories | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Jobs | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Newsroom | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Our business | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Go shopping | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Go shopping at IKEA … | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span IKEA.pr | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span (es) | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Open main menu | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Close main menu | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
| span Go shopping at IKEA … | 20.82:1 | 4.5:1 | #000000 | #FFFEFB | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 29 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.