Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction10 of 23 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 10 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction5 issue(s) across 128 links and 10 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /faq#autoplay | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| /@/Lichess/blog/titled-arenas-announceme… | 16 Apr 2026LichessTitled Arena… | img no alt | Add alt attribute to the image |
| /@/xander333/blog/this-is-how-much-elo-y… | 5 Apr 2026xander333This is how… | img no alt | Add alt attribute to the image |
| /@/trainingaccount996/blog/game-of-the-w… | 4 Apr 2026IM trainingaccount9… | img no alt | Add alt attribute to the image |
| /@/RuyLopez1000/blog/bobby-fischers-goat… | 5 Apr 2026RuyLopez1000Bobby Fi… | img no alt | Add alt attribute to the image |
| /@/Lizard1/blog/my-most-beautiful-checkm… | 6 Apr 2026IM Lizard1My Most B… | img no alt | Add alt attribute to the image |
| /@/MrPushwood/blog/whats-wrong-with-engi… | 6 Apr 2026NM MrPushwoodWhat's… | img no alt | Add alt attribute to the image |
| /@/realcyberbird/blog/fun-stats-about-th… | 19 Apr 2026FM realcyberbirdFu… | img no alt | Add alt attribute to the image |
| /@/Lizard1/blog/white-played-a-ponziani-… | 4 Apr 2026IM Lizard1White Pla… | img no alt | Add alt attribute to the image |
| /@/RelaxedGames/blog/a-case-for-gambits-… | 5 Apr 2026RelaxedGamesA case f… | img no alt | Add alt attribute to the image |
| /@/Mradsomer/blog/endgame-bootcamp-7-mat… | 31 Mar 2026MradsomerEndgame Bo… | img no alt | Add alt attribute to the image |
| https://lichess.org/swiss/oMsM0vHz | Chess Digital League Final | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/team/uae-chess-feder… | UAE Chess Federation | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=yvsKQa18… | Watch the interview on YouTube | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/fide/14186640/Dehtia… | Roman Dehtiarov | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/broadcast/european-i… | European Individual Chess Cham… | new tab | Add '(opens in new tab)' to text |
| /@/GlasnostPerestroika | @GlasnostPerestroika | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/tournament/spring26 | 2026 Spring Marathon | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/@/Gakolchess765 | Dimitrios Makridis | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/tournament/summer26 | next Marathon | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=WtIJd_u-… | Watch the interview on YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=6Uv8_5e7… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.twitch.tv/lichessdotorg | Twitch | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/@/AngelitoRT | Renato Alfredo Terry Luján | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/tournament/apr26bta | Blitz Titled Arena April 2026 | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/@/OhanyanEminChess | Emin Ohanyan | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/@/KontraJaKO | José Martínez Alcántara | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/@/msb2 | Matthias Blübaum | new tab | Add '(opens in new tab)' to text |
| https://lichess.org/@/Night-King96 | Oleksandr Bortnyk | new tab | Add '(opens in new tab)' to text |
| https://mastodon.online/@lichess | Mastodon | new tab | Add '(opens in new tab)' to text |
| https://github.com/lichess-org | GitHub | new tab | Add '(opens in new tab)' to text |
| https://discord.gg/lichess | Discord | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/lichess.org | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://youtube.com/@LichessDotOrg | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.twitch.tv/lichessdotorg | Twitch | new tab | Add '(opens in new tab)' to text |
| (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 |
Links without text are announced as raw URLs by screen readers.
/faq#autoplay; a.link (#179 on page); a#network-status
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://lichess.org/swiss/oMsM0vHz; https://lichess.org/team/uae-chess-federation; https://www.youtube.com/watch?v=yvsKQa18VwY; https://lichess.org/fide/14186640/Dehtiarov_Roman; https://lichess.org/broadcast/european-individual-chess-championship-2026--bo…; /@/GlasnostPerestroika; https://lichess.org/tournament/spring26; https://lichess.org/@/Gakolchess765; https://lichess.org/tournament/summer26; https://www.youtube.com/watch?v=WtIJd_u-4XU (+14 more)
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.carousel__prev (#472 on page); button.carousel__next (#473 on page)
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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy16 headingsREVIEW
- H2 Titled Arenas Announcement — April to June 2026
- H2 This is how much ELO you are losing in the opening
- H2 Game of the Week 12/52
- H2 Verrassingen in de opening zoeken... en (automatisch) vinden?
- H2 Human Estimate Eval Function
- H2 Bobby Fischer's GOATed Endgame
- H2 'Looking for trouble' puzzles: do you smell the danger?
- H2 My Most Beautiful Checkmate Ever
- H2 Lichess lonewolf S40 round 1: My first Lonewolf season
- H2 What's Wrong With Engine Analysis
- H2 Tactics in the closed Spanish
- H2 Fun stats about the Lichess 2026 Spring Marathon (2 0)
- H2 White Played a Ponziani Masterpiece — and Still Lost
- H2 A case for gambits in modern top level tournaments
- H2 Endgame Bootcamp 7: Mating Nets
- H2 Open tournaments
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction14 icon(s) detectedREVIEW
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 |
|---|---|---|---|---|---|
| h2 Titled Arenas Announ… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 This is how much ELO… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Game of the Week 12/… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Verrassingen in de o… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Human Estimate Eval … | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Bobby Fischer's GOAT… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 'Looking for trouble… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 My Most Beautiful Ch… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Lichess lonewolf S40… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 What's Wrong With En… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Tactics in the close… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Fun stats about the … | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 White Played a Ponzi… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 A case for gambits i… | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Endgame Bootcamp 7: … | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| h2 Open tournaments | 1.15:1 | 3.0:1 | #000000 | #161512 | Fail |
| title lichess.org • Free… | 1.43:1 | 4.5:1 | #000000 | #2B2822 | Fail |
| button Accessibility - Enab… | 1.33:1 | 4.5:1 | #000000 | #25221D | Fail |
| div lichess | 1.23:1 | 4.5:1 | #000000 | #1E1C18 | Fail |
| span .org | 1.31:1 | 4.5:1 | #000000 | #23211E | 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.
BLighthouse Accessibility AuditsScore 81/100 — 6 failing, 24 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 |
|---|
main.lobby > div.lobby__blog > div.carousel__controls > button.carousel__prev main.lobby > div.lobby__blog > div.carousel__controls > button.carousel__prev |
main.lobby > div.lobby__blog > div.carousel__controls > button.carousel__next main.lobby > div.lobby__blog > div.carousel__controls > button.carousel__next |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image div.carousel__track > a.ublog-post-card > span.ublog-post-card__top > img.ublog-post-image |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
REGISTER header#top > div.site-buttons > div.signin-or-signup > a.button |
31 hours ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
45 hours ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
2 days ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
2 days ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
3 days ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
3 days ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
4 days ago div.daily-feed__update > div > a.daily-feed__update__day > time.set |
All updates » div.daily-feed__updates > div.daily-feed__update > div > a.daily-feed__update__day |
≤2000 Bullet tbody > tr > td > a.text |
Hourly SuperBlitz tbody > tr > td > a.text |
Hourly HyperBullet tbody > tr > td > a.text |
Hourly Blitz tbody > tr > td > a.text |
≤1500 Blitz tbody > tr > td > a.text |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Chess Digital League Final div.daily-feed__update > div > p > a |
UAE Chess Federation div.daily-feed__update > div > p > a |
Watch the interview on YouTube div.daily-feed__update > div > p > a |
Roman Dehtiarov div.daily-feed__update > div > p > a |
European Individual Chess Championship 2026 div.daily-feed__update > div > p > a |
@GlasnostPerestroika div.daily-feed__update > div > p > a |
2026 Spring Marathon div.daily-feed__update > div > p > a |
Dimitrios Makridis div.daily-feed__update > div > p > a |
next Marathon div.daily-feed__update > div > p > a |
Watch the interview on YouTube div.daily-feed__update > div > p > a |
YouTube div.daily-feed__update > div > p > a |
Twitch div.daily-feed__update > div > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Streamers » main.lobby > div.lobby__side > section.lobby__streams > a.more |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Philidor Defense Rapid
1h 57m 165
≤2000 Bullet
27m 130
Hourly Atomic
27m … div.lobby__tournaments-simuls > div.lobby__tournaments > div.lobby__box__content > table.tournaments |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #tn-tg | checkbox | Navigation | aria-label |
| input | input | Search | aria-label |