Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 4 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | (Search) | placeholder only |
| #subscribe-email | (YOUR BEST EMAIL) | placeholder only | |
| #g-recaptcha-response-0wgbjffppyek | textarea | (none) | none |
| #h-captcha-response-0wgbjffppyek | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-0wgbjffppyek">; <textarea name="h-captcha-response" id="h-captcha-response-0wgbjffppyek">
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">; <input type="email" id="subscribe-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
DMobile Keyboard & AutofillAction3/3 eligible field(s) missing autocomplete or inputmodeFIX
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 StructureAction19 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 HierarchyAction19 headings, 2 skip(s)REVIEW
- H3 CART
- H2 Your shopping cart is empty
- H3 SEARCH
- H3 MENU
- H3 MENU
- H1 BUILD. RACE.WRECK IT.
- H1 BUILD. RACE.WRECK IT. duplicate H1
- H2 CHOOSE YOUR RIDE
- H4 Brick Derby™ Chassis skipped
- H4 Brick Derby™ Wheel Assembly Set
- H4 Brick Derby™ Zinc Brick Weights - Set of 2 (.88oz total)
- H2 BASE TOBEAST
- H2 FOR KIDS
- H3 (AND KIDS AT HEART)
- H2 WANNA WIN FREE STUFF?Get The Derby Drop.
- H3 How it works:
- H2 Get the Derby Drop in your inbox
- H4 NAVIGATION skipped
- H4 SUPPORT
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
CLink & Button QualityAction14 issue(s) across 32 links and 21 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.pinewoodpro.com | More derby racing parts and in… | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/brickderby | (empty) | empty | Add link text or aria-label |
| https://instagram.com/brickderby | (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 |
| <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.
https://facebook.com/brickderby; https://instagram.com/brickderby
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://www.pinewoodpro.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
Icon-only buttons need an aria-label so screen readers can announce them.
button.close-outside (#21 on page); button.p-2 (#28 on page); button.close-outside (#58 on page); button.p-2 (#65 on page); button.close-outside (#73 on page); button.p-2 (#80 on page); button.flex (#96 on page); button.p-2 (#109 on page); button.relative (#129 on page); button.close-outside (#131 on page) (+2 more)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 |
|---|---|---|---|---|---|
| h2 Your shopping cart i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CHOOSE YOUR RIDE | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h2 BASE TO | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h2 BEAST | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h2 FOR KIDS | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h2 WANNA WIN FREE STUFF… | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h2 Get The Derby Drop. | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h2 Get the Derby Drop i… | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h3 CART | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SEARCH | 3.84:1 | 3.0:1 | #000000 | #9F5355 | Pass |
| h3 MENU | 3.52:1 | 3.0:1 | #000000 | #974E50 | Pass |
| h3 MENU | 2.17:1 | 3.0:1 | #000000 | #6B333F | Fail |
| h3 (AND KIDS AT HEART) | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| h3 How it works: | 2.05:1 | 3.0:1 | #000000 | #5F3347 | Fail |
| title Brick Derby | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| title Brick Derby | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Discover our collect… | 2.60:1 | 4.5:1 | #000000 | #813A39 | Fail |
| a Explore our products | 2.68:1 | 4.5:1 | #000000 | #853B38 | Fail |
| p Featured Products | 2.91:1 | 4.5:1 | #000000 | #8D3F3C | Fail |
| a View All | 3.01:1 | 4.5:1 | #000000 | #90413D | 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 Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 13 images OKPASS
A+Form Input Types4 form control(s) checked, no type mismatchesPASS
A+Form Input Quality4 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
AIframe Accessibility1/3 iframe(s) missing title; 0 placeholder(s)PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 62 visible text node(s) render at >= 12 CSS pixelsPASS
A404 Error PageHTTP 404, custom pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 24 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.
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 |
|---|
div.container > div.flex > div.lg:hidden > button.p-2 div.container > div.flex > div.lg:hidden > button.p-2 |
div.flex > div.flex > nav.flex > button.relative div.flex > div.flex > nav.flex > button.relative |
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 |
|---|
div.container > div.flex > div.flex > a.flex div.container > div.flex > div.flex > a.flex |
div.container > div.flex > div.flex > a.flex div.container > div.flex > div.flex > a.flex |
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 |
|---|
Brick Derby™ Chassis div.rounded-4xl > div.flex > div.flex > h4.font-bold |
NAVIGATION div.container > div.grid > div.space-y-6 > h4.text-2xl |
These are opportunities to improve keyboard navigation in your application.