Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 landmarksREVIEW
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
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 Outfit Describer | 2.07:1 | 3.0:1 | #000000 | #612B6D | Fail |
| h2 From a reference ima… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h2 A shorter path from … | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h2 Made for the details… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h2 Outfit Description P… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h2 Frequently asked que… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h2 Writing for the rack… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h2 Give the next produc… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Bring a reference | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Keep the details | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Search with context | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Start with the produ… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Set the editorial di… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Refine and publish | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Read the visual evid… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Write in a chosen vo… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Keep global copy nat… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 Leave with usable co… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 AI Outfit Descriptio… | 1.60:1 | 3.0:1 | #000000 | #501952 | Fail |
| h3 The Ultimate Guide t… | 1.60:1 | 3.0:1 | #000000 | #501952 | 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+Heading Hierarchy26 headingsPASS
- H1 Outfit Describer
- H2 From a reference image to search-ready language.
- H3 Bring a reference
- H3 Keep the details
- H3 Search with context
- H2 A shorter path from sample to storefront.
- H3 Start with the product
- H3 Set the editorial direction
- H3 Refine and publish
- H2 Made for the details that sell the piece.
- H3 Read the visual evidence
- H3 Write in a chosen voice
- H3 Keep global copy natural
- H3 Leave with usable copy
- H2 Outfit Description Pricing
- H2 Frequently asked questions
- H3 Do I need both an image and product details?
- H3 What can I create with the studio?
- H3 What makes a good product image?
- H3 How are credits used?
- H3 Are product images kept private?
- H2 Writing for the rack and the search bar
- H3 AI Outfit Description Generator for E-commerce - Boost Your Product Listings
- H3 The Ultimate Guide to AI Fashion Technology in 2025
- H3 E-commerce Product Description Best Practices for Fashion Brands
- H2 Give the next product a better first draft.
A+Heading Text QualityAll 26 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 8 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | file | Click to upload an outfit imageJPG, PNG, WEBP or AVIF. Up to 10 MB. | none |
| textarea | textarea | (Add a specific instruction for this image, or start with a template above.) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<textarea>
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
A+Link & Button Quality24 links, 25 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| mailto:support@outfitdescription.com | Email support | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
mailto:support@outfitdescription.com
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
A+Form Input Types2 form control(s) checked, no type mismatchesPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns20 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 134 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 25 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.