Accessibility Watch

Accessibility report for kirklands.com

Accessibility grade: C
Based on an automated WCAG 2.1 Level AA scan on June 24, 2026.

Web accessibility is a legal requirement, not an optional extra. An automated scan of kirklands.com found 13 types of barrier, measured against WCAG 2.1 Level AA — the standard U.S. courts apply under the ADA.

On this page, the most frequent barrier is "Some buttons or links are too small to tap reliably on touch screens" — found on 171 elements. In total the scan flagged 481 issues across 13 categories of WCAG 2.1 Level AA.

WCAG 2.1 Level AA is the standard U.S. courts apply under the ADA, and the law across the EU under the European Accessibility Act. These barriers block screen-reader, keyboard-only, and low-vision users — and every one of them is fixable. Here's how.

What we found, and how to fix it

An accessibility rule failed on this page.

aria-required-parent · critical · 146 instances

WCAG 1.3.1 (Level A) EN 301 549 Affects screen-reader users

Why it matters: Some users — particularly those using screen readers, keyboard-only navigation, or who have low vision or motor disabilities — may have trouble using this part of the page.

How to fix it: Share the technical rule ID with your developer. They can look up the full fix at https://dequeuniversity.com/rules/axe.

Technical details for your developer →

Bring this page into compliance — free

The free wcagcheckr browser extension finds every one of these issues on your own pages and gives you the fix recipe for each — at no cost. Run it, fix what it finds, and re-check this page anytime.

Own this site? Fix the issues, then re-scan — this report updates automatically, and comes down entirely once you pass.

Or remove this report without fixing →

Some form fields have no label that screen readers can announce.

label · critical · 4 instances

WCAG 4.1.2 (Level A) Section 508EN 301 549 Affects screen-reader and cognitive-disability users

Why it matters: Visually you can see what each field is for (next to a 'Name:' or 'Email:' text), but screen-reader users hear only 'edit text' if there's no programmatic label connecting the text to the field. The result: blind users can't tell what to type where.

How to fix it: In a website builder, every form field has a 'Label' field or similar. Make sure every input has one filled in. Placeholder text (the gray hint inside the field) does NOT count as a label — it has to be a real label.

Technical details for your developer →

An accessibility rule failed on this page.

aria-dialog-name · serious · 2 instances

Affects screen-reader users

Why it matters: Some users — particularly those using screen readers, keyboard-only navigation, or who have low vision or motor disabilities — may have trouble using this part of the page.

How to fix it: Share the technical rule ID with your developer. They can look up the full fix at https://dequeuniversity.com/rules/axe.

Technical details for your developer →

An accessibility rule failed on this page.

aria-prohibited-attr · serious · 2 instances

WCAG 4.1.2 (Level A) EN 301 549 Affects screen-reader users

Why it matters: Some users — particularly those using screen readers, keyboard-only navigation, or who have low vision or motor disabilities — may have trouble using this part of the page.

How to fix it: Share the technical rule ID with your developer. They can look up the full fix at https://dequeuniversity.com/rules/axe.

Technical details for your developer →

A button's visible text doesn't match the description it announces to screen readers.

label-content-name-mismatch · serious · 1 instance

WCAG 2.5.3 (Level A) EN 301 549 Affects screen-reader users

Why it matters: A user dictating 'click Submit' to voice-control software may see 'Submit' on screen but the announce-name is something else, so the voice command fails.

How to fix it: Developer fix: 'aria-label should start with or fully contain the visible button text'.

Technical details for your developer →

An accessibility rule failed on this page.

label-title-only · serious · 1 instance

Affects screen-reader and cognitive-disability users

Why it matters: Some users — particularly those using screen readers, keyboard-only navigation, or who have low vision or motor disabilities — may have trouble using this part of the page.

How to fix it: Share the technical rule ID with your developer. They can look up the full fix at https://dequeuniversity.com/rules/axe.

Technical details for your developer →

An accessibility rule failed on this page.

list · serious · 12 instances

WCAG 1.3.1 (Level A) EN 301 549 Affects screen-reader users

Why it matters: Some users — particularly those using screen readers, keyboard-only navigation, or who have low vision or motor disabilities — may have trouble using this part of the page.

How to fix it: Share the technical rule ID with your developer. They can look up the full fix at https://dequeuniversity.com/rules/axe.

Technical details for your developer →

Some buttons or links are too small to tap reliably on touch screens.

target-size · serious · 171 instances

WCAG 2.5.8 (Level AA) Affects low-vision and colorblind users

Why it matters: WCAG 2.2 requires touch targets to be at least 24×24 pixels. Small targets are a problem for users with hand tremors, large fingers, or motor disabilities. They're also frustrating for everyone.

How to fix it: In your editor, increase padding around small icon buttons. If your developer is involved, ask them to ensure all interactive elements have minimum 24×24 CSS pixels of clickable area.

Technical details for your developer →

Heading levels skip — for example, an H2 jumps directly to an H4 with no H3 between them.

heading-order · moderate · 2 instances

Affects screen-reader users

Why it matters: Screen-reader users navigate by heading levels. Skipped levels suggest missing content and break the page's outline. Confusing for everyone.

How to fix it: In your editor, find the headings that skip levels and either bump them up to the right level (H4 → H3 if no H2 exists between) or insert the missing level. Headings should follow a logical outline like a document outline.

Technical details for your developer →

An accessibility rule failed on this page.

landmark-unique · moderate · 2 instances

Affects screen-reader users

Why it matters: Some users — particularly those using screen readers, keyboard-only navigation, or who have low vision or motor disabilities — may have trouble using this part of the page.

How to fix it: Share the technical rule ID with your developer. They can look up the full fix at https://dequeuniversity.com/rules/axe.

Technical details for your developer →

A heading on this page has no text.

empty-heading · minor · 1 instance

Affects screen-reader users

Why it matters: Screen-reader users navigate pages by jumping between headings. An empty heading is dead air — they don't know what the section is about.

How to fix it: Find the empty heading in your editor (often a section title that was deleted but the heading element remained) and either delete it or add real heading text.

Technical details for your developer →

Some images have alt text that duplicates nearby visible text.

image-redundant-alt · minor · 2 instances

Affects screen-reader users

Why it matters: Screen-reader users hear the same content twice — the surrounding text and then the alt text. Annoying, not blocking. Lower-priority fix.

How to fix it: Find images where the caption or nearby paragraph already says what the image shows, and either change the alt text to add new info or set the alt to empty (so the screen reader skips it as decorative).

Technical details for your developer →

An element is marked as decorative but is also focusable or has a description — contradictory.

presentation-role-conflict · minor · 135 instances

Affects screen-reader users

Why it matters: Screen readers handle this inconsistently; some announce it anyway, some don't, leaving users with mixed experiences.

How to fix it: Developer fix: 'role=presentation/none cannot coexist with focusability or aria-label'.

Technical details for your developer →

This is an automated scan and catches a portion of accessibility barriers; full WCAG 2.1 Level AA conformance also requires manual and assistive-technology testing. See our methodology for what we do and don't claim.

Learn more

How this report was produced

This report is an automated scan of the page as it was publicly served on , using [email protected]. The captured page and these results are sealed with a tamper-evident hash (014a242fb9af74ad…). We report only what the page publicly returned at that time.

This seal is anchored to a trusted RFC-3161 timestamp via freetsa.org on . Independently verify this receipt →