letterboxd.com Accessibility Report

Accessibility audit of letterboxd.com — scanned on Feb 20, 2026

Technology
0 /100
F Critical Issues

8 issues found across 3 categories

2 Critical 5 Major 1 Minor

WCAG Compliance Overview

Perceivable 3 issues
Operable 3 issues
Understandable 0 issues
Robust 2 issues

Issues Found

Form inputs missing labels

Critical

Form elements must have associated labels so users know what information to enter.

WCAG 1.3.1
5 element(s) affected
  • <input type="text" name="(no name)">
  • <input type="range" name="rating">
  • <input type="checkbox" name="liked">
  • <input type="text" name="hidden">
  • <textarea name="review">
How to fix

Add <label> elements with matching for attributes, or use aria-label.

Buttons missing accessible name

Critical

Buttons must have discernible text for screen reader users.

WCAG 4.1.2
2 element(s) affected
  • <button>
  • <button>
How to fix

Add text content, aria-label, or title to all <button> elements.

Heading levels skip order

Major

Headings should follow a logical order (h1 → h2 → h3) without skipping levels.

WCAG 1.3.1
2 element(s) affected
  • <h5> "Add to your films… I watched… Edit diary" (after h1)
  • <h5> "Select your preferred poster" (after h3)
How to fix

Restructure headings to follow sequential order. Don't skip from h1 to h3.

Duplicate element IDs

Major

Element IDs must be unique to ensure correct assistive technology behavior.

WCAG 4.1.1
4 element(s) affected
  • id="vite-legacy-polyfill"
  • id="vite-legacy-entry"
How to fix

Make each id attribute value unique within the page.

Positive tabindex values

Major

Elements with tabindex > 0 disrupt natural tab order and confuse keyboard users.

WCAG 2.4.3
5 element(s) affected
  • <input tabindex="1">
  • <input tabindex="2">
  • <input tabindex="3">
  • <p tabindex="5">
  • <input tabindex="4">
How to fix

Remove positive tabindex values. Use tabindex="0" or tabindex="-1" only.

No skip navigation link

Major

Pages should have a mechanism to bypass repeated navigation blocks.

WCAG 2.4.1
1 element(s) affected
  • No skip navigation link found
How to fix

Add a 'Skip to main content' link as the first focusable element on the page.

Generic link text

Major

Links must have descriptive text that indicates their purpose. Generic text like 'click here' or 'read more' does not help screen reader users understand where the link goes.

WCAG 2.4.4
5 element(s) affected
  • <a href="/reviews/popular/this/week/">more</a>
  • <a href="/lists/popular/this/week/">more</a>
  • <a href="/reviewers/popular/this/week/">more</a>
  • <a href="/showdown/">more</a>
  • <a href="/journal/">more</a>
How to fix

Replace generic link text with descriptive text, e.g., 'Read our accessibility guide' instead of 'Read more'.

Invalid autocomplete values

Minor

Form fields with autocomplete must use valid token values.

WCAG 1.3.5
1 element(s) affected
  • <input name="hidden" autocomplete="false">
How to fix

Use standard autocomplete values like 'name', 'email', 'tel', 'address-line1', etc.

Top Priority Fixes

Here are the most impactful changes letterboxd.com should make to improve accessibility:

  1. #1
    Form inputs missing labels Critical

    Add <label> elements with matching for attributes, or use aria-label.

  2. #2
    Buttons missing accessible name Critical

    Add text content, aria-label, or title to all <button> elements.

  3. #3
    Positive tabindex values Major

    Remove positive tabindex values. Use tabindex="0" or tabindex="-1" only.

Frequently Asked Questions

Is letterboxd.com accessible?

letterboxd.com scored 27/100 (grade F) on our accessibility audit. This score reflects automated checks against WCAG 2.1 Level AA criteria.

Is letterboxd.com WCAG compliant?

Our scan found 8 accessibility issues on letterboxd.com. Full WCAG compliance requires addressing all critical and major issues identified above.

Is letterboxd.com EAA compliant?

The European Accessibility Act requires websites to meet WCAG 2.1 AA standards. Check the detailed report above to see letterboxd.com's compliance status.

What accessibility issues does letterboxd.com have?

See the full issue list above with severity levels, affected elements, and recommended fixes for letterboxd.com.

Scan Your Own Website

Get a free accessibility report for your website in seconds.