Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction13 issue(s) across 63 links and 17 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://hiut.myshopify.com/policies/priv… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| /cart | (empty) | empty | Add link text or aria-label |
| https://hiutdenim.co.uk/collections/mens… | MENS | img no alt | Add alt attribute to the image |
| https://hiutdenim.co.uk/collections/wome… | WOMEN'S | img no alt | Add alt attribute to the image |
| https://hiutdenim.co.uk/collections/do-o… | NOT DENIM | img no alt | Add alt attribute to the image |
| https://hiutdenim.co.uk/collections/deni… | Selvedge Denim | img no alt | Add alt attribute to the image |
| https://hiutdenim.co.uk/collections/deni… | ORGANIC DENIM | img no alt | Add alt attribute to the image |
| https://instagram.com/hiutdenim | (empty) | empty | Add link text or aria-label |
| https://pinterest.com/hiutdenim/ | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@hiutdenim | (empty) | empty | Add link text or aria-label |
| https://youtube.com/@Hiut | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /cart; https://instagram.com/hiutdenim; https://pinterest.com/hiutdenim/; https://www.tiktok.com/@hiutdenim; https://youtube.com/@Hiut
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
Add '(opens in new tab)' to link text or aria-label.
https://hiut.myshopify.com/policies/privacy-policy
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
F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 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
CLandmark StructureAction26 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
CHeading HierarchyAction23 headings, 3 skip(s)REVIEW
- H2 Cookie consent
- H3 CART
- H5 Your basket is currently empty skipped
- H3 SEARCH
- H3 MENU
- H2 The New Women's Line
- H2 Limited Stock & Ready to Ship
- H1 Three New Silhouettes
- H4 The Edna skipped
- H5 Wide Relaxed Fit - OG Japanese Selvedge
- H4 The Edna
- H5 Wide Relaxed Fit - Organic Denim
- H4 The Astrid
- H5 Barrel Fit - Organic Denim
- H4 The Mari
- H5 Slim Fit - OG Japanese Selvedge.
- H2 The New Mens Line
- H2 Launching 15th April
- H2 Our Heritage
- H2 Sent from Cardigan
- H5 Info skipped
- H5 Company
- H5 Shipping to
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #email-footer | Email address | for/id | |
| q | search | (Search) | placeholder only |
| select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select>
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="search" name="q">
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Three New Silhouette… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie consent | 4.44:1 | 3.0:1 | #000000 | #547794 | Pass |
| h2 The New Women's Line | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Limited Stock & Read… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The New Mens Line | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Launching 15th April | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our Heritage | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sent from Cardigan | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CART | 5.21:1 | 3.0:1 | #000000 | #5F839B | Pass |
| h3 SEARCH | 5.86:1 | 3.0:1 | #000000 | #6A8C9F | Pass |
| h3 MENU | 6.45:1 | 3.0:1 | #000000 | #7593A2 | Pass |
| title Hiut Denim Co. We ma… | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| p We and our partners,… | 4.52:1 | 4.5:1 | #000000 | #577894 | Pass |
| a Privacy Policy | 4.72:1 | 4.5:1 | #000000 | #947059 | Pass |
| span Manage preferences | 4.74:1 | 4.5:1 | #000000 | #587C97 | Pass |
| button Accept | 4.93:1 | 4.5:1 | #000000 | #5A7F99 | Pass |
| button Decline | 5.02:1 | 4.5:1 | #000000 | #5C809B | Pass |
| a Continue shopping … | 5.59:1 | 4.5:1 | #000000 | #67889E | Pass |
| button Search | 6.11:1 | 4.5:1 | #000000 | #6F8FA0 | Pass |
| span – | 8.30:1 | 4.5:1 | #000000 | #AFA18C | 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.
BLighthouse Accessibility AuditsScore 82/100 — 6 failing, 21 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.relative > div.flex-1 > nav.flex > button.flex body.relative > div.flex-1 > nav.flex > button.flex |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
United Kingdom (GBP £)
Andorra (EUR €)
Austria (EUR €)
Australia (AUD $)
Belgiu… nav.pt-12 > div.flex > form > select.border |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.relative > a.top-13 body.relative > a.top-13 |
body.relative > div.flex-1 > nav.flex > a.flex body.relative > div.flex-1 > nav.flex > a.flex |
footer.pt-16 > nav.pt-12 > div.flex > a footer.pt-16 > nav.pt-12 > div.flex > a |
footer.pt-16 > nav.pt-12 > div.flex > a footer.pt-16 > nav.pt-12 > div.flex > a |
footer.pt-16 > nav.pt-12 > div.flex > a footer.pt-16 > nav.pt-12 > div.flex > a |
footer.pt-16 > nav.pt-12 > div.flex > a footer.pt-16 > nav.pt-12 > div.flex > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Edna div.w-full > a.product-item > header.text-xs > h4.font-semibold |
Info footer.pt-16 > nav.pt-12 > div.flex > h5.text-neutral-500 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ordering footer.pt-16 > nav.pt-12 > div.flex > a |
Shipping footer.pt-16 > nav.pt-12 > div.flex > a |
Returns footer.pt-16 > nav.pt-12 > div.flex > a |
Repairs footer.pt-16 > nav.pt-12 > div.flex > a |
FAQ footer.pt-16 > nav.pt-12 > div.flex > a |
About Us footer.pt-16 > nav.pt-12 > div.flex > a |
Factory Visit footer.pt-16 > nav.pt-12 > div.flex > a |
Careers footer.pt-16 > nav.pt-12 > div.flex > a |
Press footer.pt-16 > nav.pt-12 > div.flex > a |
These items highlight common accessibility best practices.
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 |
|---|
1 div.needsclick > div > div#envolve-launcher |
AAlt Text Quality1 of 17 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report