Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 6 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search input | aria-label |
| text | Enter your email address | aria-label | |
| text | (name@example.com) | placeholder only | |
| Submit | submit | (none) | none |
| ci_userConsentCheckBox | checkbox | (none) | none |
| btnsubmit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" name="ci_userConsentCheckBox">; <input type="submit" name="Submit">; <input type="submit" name="btnsubmit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="Email">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DLink & Button QualityAction5 issue(s) across 120 links and 8 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #more | More | generic text | Replace with descriptive text |
Before: More Suggested: #More | |||
| /south-kensington | South Kensington, London | img no alt | Add alt attribute to the image |
| /east | Queen Elizabeth Park, London | img no alt | Add alt attribute to the image |
| /young | Bethnal Green, London | img no alt | Add alt attribute to the image |
| https://www.vam.ac.uk/dundee | Dundee, Scotland | img no alt | Add alt attribute to the image |
| /wedgwood | Barlaston, Stoke-on-Trent | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| /exhibitions/david-bowie-centre | Display … | img no alt | Add alt attribute to the image |
| /exhibitions/inside-aardman-wallace-grom… | Exhibition … | img no alt | Add alt attribute to the image |
| /exhibitions/schiaparelli | Exhibition … | img no alt | Add alt attribute to the image |
| /exhibitions/the-music-is-black-a-britis… | Exhibition … | img no alt | Add alt attribute to the image |
| /exhibitions/american-photographs | Display … | img no alt | Add alt attribute to the image |
| /exhibitions/lasting-impressions-women-p… | Display … | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
Links without text are announced as raw URLs by screen readers.
a#news; a#exhibitions; a#signup_inset; a#footernav
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
#more ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/south-kensington"]; a[href="/east"]; a[href="/young"]; a[href="https://www.vam.ac.uk/dundee"]; a[href="/wedgwood"]; a[href="/exhibitions/david-bowie-centre"]; a[href="/exhibitions/inside-aardman-wallace-gromit-and-friends"]; a[href="/exhibitions/schiaparelli"]; a[href="/exhibitions/the-music-is-black-a-british-story"]; a[href="/exhibitions/american-photographs"] (+1 more)
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
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy35 headingsREVIEW
- H1 The family of art, design and performance museums · V&A Home page
- H2 The Music is Black: A British Story The first exhibition at the brand new V&A East Museum. Discover the story of how Black British music has shaped British culture.
- H2 The V&A is a family of museums dedicated to the power of creativity
- H3 Admission is free
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H2 News
- H3 V&A East Storehouse shortlisted for Art Fund Museum of the Year 2026
- H2 What’s on across the V&A
- H2 David Bowie Centre
- H2 Inside Aardman: Wallace & Gromit and Friends
- H2 Schiaparelli: Fashion Becomes Art
- H2 The Music is Black: A British Story
- H2 American Photographs
- H2 Lasting Impressions: Women Printmakers 1900 – Now
- H2 Sign up to our emails
- H2 Explore the Collections
- H2 Experience more as a V&A Member today
- H2 V&A Shop
- H2 Sign up to our emails
- H2 Victoria and Albert Museum
- H3 About the V&A
- H3 Join & Support
- H3 Resources
- H3 Commercial
- H2 Visit the V&A
- H3 V&A South Kensington
- H3 V&A Dundee
- H3 V&A Wedgwood Collection
- H3 Young V&A
- H3 V&A East Storehouse
- H3 V&A East Museum
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding21 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
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 The family of art, d… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 The Music is Black: … | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 The V&A is a family … | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 News | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 What’s on across t… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 David Bowie Centre | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Inside Aardman: Wall… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Schiaparelli: Fashio… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 The Music is Black: … | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 American Photographs | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Lasting Impressions:… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Sign up to our email… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Explore the Collecti… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Experience more as a… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 V&A Shop | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Sign up to our email… | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Victoria and | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Albert Museum | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h2 Visit the V&A | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
| h3 Admission is free | 1.26:1 | 3.0:1 | #000000 | #1D1E20 | Fail |
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+Landmark Structure7 landmarksPASS
A+Alt Text QualityAll 43 images OKPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 28 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SPECIAL V&A PRICE
Marie Antoinette Style exhibition book
£35 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Pansy kimono jacket
£50 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
Schiaparelli: Fashion Becomes Art tote bag
£20 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A PUBLICATION
Christian Dior - official exhibition book
£40 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
C.F.A. Voysey Thistles silk scarf
£75 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Copper pleat necklace by Alexandra Tsoukala
£75 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
Ruban Bouquet et Perles trinket plate
£20 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
Sea salt natural tin candle
£15 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Red hand-printed cotton quilt
£195 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
Schiaparelli: Fashion Becomes Art A4 fashionary sketchbook
£35 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
V&A East tote bag
£15 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
SPECIAL V&A PRICE
Gabrielle Chanel - exhibition book
£35 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Cabbage bowl by Bordallo Pinheiro
£16 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Lidded pot by Hiroyuki Onuki
£45 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
Wallace & Gromit and friends V&A adult t-shirt
£35 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
David Bowie “HEROES” photoshoot t-shirt
£35 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Coral inspired drop earrings
£16 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
Wallace & Gromit and friends V&A mini tote bag
£15 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
David Bowie Ziggy Stardust 1972 tour poster
£40 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
David Bowie Ziggy Stardust wooden pin badge
£5 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
Labradorite heart earrings by Joli
£60 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |
V&A EXCLUSIVE
David Bowie with saxophone 11 x 14'' print
£15 div.b-carousel__list > div.b-carousel__item > figure.b-shop-product-card > a |