Skip to content
https://gog.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
55
GRADE
D
FIX
4
REVIEW
7
PASS
2
INFO
0
Checks
13
2 PASS 7 REVIEW 4 FIX
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
1 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 1 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
4 landmarks
REVIEW
4 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
Info::
No banner (header) landmark
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER (missing!) NAV MAIN ASIDE CONTENTINFO footer

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

C
Heading Hierarchy
Action
50 headings
REVIEW
50 headings
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
Warning::
4 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H2 Discover CD PROJEKT RED games
  • H3 Highlights
  • H3 Featured
  • H2 Highlights
  • H3 10th Anniversary Celebration
  • H2 Goblinz Publisher Sale up to -80%
  • H3 Complete your collection!
  • H2 Discover dynamically priced bundles
  • H3 Psst! Scroll down to claim The Whispering Valley on a giveaway
  • H2 An Abyss of Dreams
  • H3 (empty)
  • H2 Famous classics up to -94%
  • H3 Now on sale
  • H2 Heroes of Might and Magic® 3: Complete
  • H3 (empty)
  • H2 Metro Franchise up to -90%
  • H3 Now on sale
  • H2 Dino Crisis Bundle
  • H3 Now on sale
  • H2 Hero of the Kingdom
  • H3 Now on sale
  • H2 The End of the Sun
  • H3 Now on sale
  • H2 Diplomacy is Not an Option
  • H3 Now on sale
  • H2 Firewatch
  • H3 10th Anniversary Celebration
  • H2 Goblinz Publisher Sale up to -80%
  • H3 Complete your collection!
  • H2 Discover dynamically priced bundles
  • H3 Psst! Scroll down to claim The Whispering Valley on a giveaway
  • H2 An Abyss of Dreams
  • H3 (empty)
  • H2 Famous classics up to -94%
  • H2 (empty)
  • H3 Classic
  • H3 Strategy
  • H3 Adventure
  • H3 Indie
  • H3 Role-playing
  • H2 Join gamers keeping classics alive
  • H2 Now on sale Featured deals Action & Adventure Games Promo Classics Promo Metro Franchise Sale Library Refresh Promo Story Rich Promo Think, Point, Click Promo Immersive Sims Promo Goblinz 10th
  • H2 Check out new additions to GOG Preservation Program
  • H2 GOG Mods See more
  • H2 Bestsellers See more
  • H2 New releases See more
  • H2 Top Wishlisted (30 days)
  • H2 CD PROJEKT RED
  • H2 News
  • H3 Explore our catalogue

Every page should have one H1 that describes the page content.

Why this matters

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

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

C
Form Accessibility
Action
8 of 13 controls have issues
REVIEW
8 of 13 controls have issues
Critical::
8 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline">; <input type="text">; <select>; <select>; <select>
Info::
5 control(s) properly labeled
13 controls
5 labeled
0 placeholder only
8 unlabeled
ControlTypeLabelMethod
#CybotCookiebotDialogBodyLevelButtonNecessarycheckboxNecessaryfor/id
#CybotCookiebotDialogBodyLevelButtonPreferencescheckboxPreferencesfor/id
#CybotCookiebotDialogBodyLevelButtonStatisticscheckboxStatisticsfor/id
#CybotCookiebotDialogBodyLevelButtonMarketingcheckboxMarketingfor/id
#CybotCookiebotDialogBodyContentCheckboxPersonalInformationcheckboxDo not sell or share my personal informationfor/id
#CybotCookiebotDialogBodyLevelButtonPreferencesInlinecheckbox(none)none
#CybotCookiebotDialogBodyLevelButtonStatisticsInlinecheckbox(none)none
#CybotCookiebotDialogBodyLevelButtonMarketingInlinecheckbox(none)none
#CybotCookiebotDialogBodyLevelButtonNecessaryInlinecheckbox(none)none
inputtext(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline">; <input type="text">; <select>; <select>; <select>

Why this matters

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

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title GOG.com Custom Styling Navigation Homepage Link Search Form
B
Favicon & Branding
12 icon(s) detected
REVIEW
12 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color Not set CSS indicators Detected

Detection limited to meta tags and inline styles.

B
Lighthouse Accessibility Audits
Score 80/100 — 6 failing, 28 passed
REVIEW
80

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button product-price.is-large > div.product-price__buttons-wrapper > wishlist-button.product-price__wishlist-button > button.button
product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary product-price.is-large > div.product-price__buttons-wrapper > add-to-cart-button.ng-star-inserted > button.button-primary
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button
div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button div.product-tile__info > div.product-tile__footer > wishlist-button.ng-star-inserted > button.button

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
- Action & Adventure Games Promo Classics Promo Metro Franchise Sale Library Re… section-header.tabbed-section-header > h2.section-header > div#dropdown > select.tabbed-section-header__dropdown
English Deutsch Français Polski Pусский 中文(简体) div.footer-microservice__middle-section > div.footer-microservice-language > div.footer-microservice-language__item--dropdown-wrapper > select.footer-microservice-language__item--dropdown

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.campaign-bar > div.campaign-bar__container > div.campaign-bar__left > a.campaign-bar__trophy-icon div.campaign-bar > div.campaign-bar__container > div.campaign-bar__left > a.campaign-bar__trophy-icon
div.ng-scope > nav.menu > div.menu__container > a.menu__logo div.ng-scope > nav.menu > div.menu__container > a.menu__logo
giveaway.ng-star-inserted > div#giveaway > div.giveaway > a.giveaway__overlay-link giveaway.ng-star-inserted > div#giveaway > div.giveaway > a.giveaway__overlay-link
app-page > promo-banner-section.ng-star-inserted > div.promo-banner > a.promo-banner__overlay-link app-page > promo-banner-section.ng-star-inserted > div.promo-banner > a.promo-banner__overlay-link
app-page > promo-banner-section.ng-star-inserted > div.promo-banner > a.promo-banner__overlay-link app-page > promo-banner-section.ng-star-inserted > div.promo-banner > a.promo-banner__overlay-link
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor div.swiper-slide > ranking-product-tile.ng-star-inserted > div.ranking-product-tile > a.ranking-product-tile__anchor
app-page > explore-catalog.ng-star-inserted > section.explore-catalog > a.explore-catalog__anchor app-page > explore-catalog.ng-star-inserted > section.explore-catalog > a.explore-catalog__anchor
div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item
div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item
div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item
div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-socials > a.footer-microservice-socials__item

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Allow all div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll
Language: div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-language > span.footer-microservice-language__label
Currency: div.footer-microservice-content > div.footer-microservice__middle-section > div.footer-microservice-currency > span.footer-microservice-currency__item--label
Legal div.footer-microservice-secondary__legals-wrapper > ul.footer-microservice-secondary__list > li > a.footer-microservice-secondary__link
Privacy policy div.footer-microservice-secondary__legals-wrapper > ul.footer-microservice-secondary__list > li > a.footer-microservice-secondary__link
Our thanks div.footer-microservice-secondary__legals-wrapper > ul.footer-microservice-secondary__list > li > a.footer-microservice-secondary__link
Cookie Declaration div.footer-microservice-secondary__legals-wrapper > ul.footer-microservice-secondary__list > li > button.footer-microservice-secondary__link
Imprint div.footer-microservice-secondary__legals-wrapper > ul.footer-microservice-secondary__list > li > a.footer-microservice-secondary__link
© GOG sp. z o.o. All rights reserved. All trademarks and registered trademarks … footer.footer-microservice > div.footer-microservice-secondary > div.footer-microservice-secondary__legals-wrapper > div.footer-microservice-secondary__legal

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Privacy policy div.giveaway > div.giveaway__content > div.giveaway__content-description > a.giveaway__content-description--link

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Go to slide 1 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 2 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 3 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 4 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 5 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 6 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 7 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 8 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 9 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 10 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 11 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 12 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 13 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 14 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 15 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 16 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 17 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 18 div.swiper-content > div.tab-styles > div.swiper-pagination > span.swiper-pagination-bullet

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Alt Text Quality
1 of 303 images have issues
PASS
1 of 303 images have issues
Warning::
1 image(s) with generic alt text
Info::
1 decorative image(s) correctly marked
Info::
301 image(s) with good alt text
303 images 301 good alt text 1 decorative 1 generic
IssueCount
generic1 image(s)
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Discover CD PROJEKT …11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Goblinz Publisher Sa…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Discover dynamically…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 An Abyss of Dreams11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Famous classics up t…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Heroes of Might and …11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Metro Franchise up t…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Dino Crisis Bundle11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Hero of the Kingdom11.67:13.0:1
#000000
#C1C1C1
Pass
h2 The End of the Sun11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Diplomacy is Not an …11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Firewatch11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Goblinz Publisher Sa…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Discover dynamically…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 An Abyss of Dreams11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Famous classics up t…11.67:13.0:1
#000000
#C1C1C1
Pass
h2 Join gamers keeping …11.67:13.0:1
#000000
#C1C1C1
Pass
h3 Highlights11.67:13.0:1
#000000
#C1C1C1
Pass
h3 Featured11.67:13.0:1
#000000
#C1C1C1
Pass
h3 10th Anniversary Cel…11.67:13.0:1
#000000
#C1C1C1
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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback