Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
DAlt Text QualityAction2 of 19 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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 QualityAction9 issue(s) across 115 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.pathofexile.com/support | Contact Support | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/p/path-of-exil… | Xbox One | new tab | Add '(opens in new tab)' to text |
| https://www.playstation.com/games/path-o… | PS4 | new tab | Add '(opens in new tab)' to text |
| https://www.pathofexile.com/purchase | (empty) | empty | Add link text or aria-label |
| https://www.pathofexile.com/forum/view-t… | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://twitter.com/pathofexile | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/pathofexile | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/grindinggea… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.twitch.tv/directory/game/Pat… | Twitch | new tab | Add '(opens in new tab)' to text |
| <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://www.pathofexile.com/purchase; https://www.pathofexile.com/forum/view-thread/3926115; #; #; #; #
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.pathofexile.com/support; https://www.microsoft.com/p/path-of-exile/bwc95bzpfbs7?activetab=pivot:overvi…; https://www.playstation.com/games/path-of-exile-ps4/; https://twitter.com/pathofexile; https://www.facebook.com/pathofexile; https://www.youtube.com/user/grindinggear; https://www.twitch.tv/directory/game/Path%20of%20Exile
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#cboxPrevious; button#cboxNext; button#cboxSlideshow
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 SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BIframe Accessibility2/2 iframe(s) missing title; 0 placeholder(s)REVIEW
CTap Target AdequacyAction4 tap target(s) too small or too close togetherREVIEW
BMobile-Readable Font Sizes93% of visible text renders at >= 12 CSS px (7 below threshold)REVIEW
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
BPWA Depth3 PWA signal(s) surfacedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
7 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 |
|---|---|---|---|---|---|
| h1 News | 1.07:1 | 3.0:1 | #000000 | #0C0B0B | Fail |
| h3 Official Channels | 1.07:1 | 3.0:1 | #000000 | #0C0B0B | Fail |
| title News - Path of Exile… | 1.01:1 | 4.5:1 | #000000 | #010101 | Fail |
| a Log In | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Create Account | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Contact Support | 1.95:1 | 4.5:1 | #000000 | #4B3B21 | Fail |
| span Path of Exile | 1.68:1 | 4.5:1 | #000000 | #3F3219 | Fail |
| span Sign Up | 4.74:1 | 4.5:1 | #000000 | #8D744F | Pass |
| span Mac | 2.21:1 | 4.5:1 | #000000 | #7D2A11 | Fail |
| span Xbox One | 1.09:1 | 4.5:1 | #000000 | #0D0E10 | Fail |
| span PS4 | 3.50:1 | 4.5:1 | #000000 | #6F6243 | Fail |
| span Home | 1.06:1 | 4.5:1 | #000000 | #0D0907 | Fail |
| a News | 1.06:1 | 4.5:1 | #000000 | #0E0909 | Fail |
| a Create Account | 1.03:1 | 4.5:1 | #000000 | #030505 | Fail |
| a Log In | 1.54:1 | 4.5:1 | #000000 | #42280E | Fail |
| a Patch Notes | 1.66:1 | 4.5:1 | #000000 | #462E0F | Fail |
| span Game | 1.66:1 | 4.5:1 | #000000 | #3E3116 | Fail |
| a Videos | 1.36:1 | 4.5:1 | #000000 | #2D2313 | Fail |
| a Overview | 1.02:1 | 4.5:1 | #000000 | #070302 | Fail |
| a Passive Tree | 1.17:1 | 4.5:1 | #000000 | #1A1610 | 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.
CLighthouse Accessibility AuditsActionScore 71/100 — 6 failing, 14 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.
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 |
|---|
May 6, 2026, 6:41:43 PM div.layoutBoxContent > div.newsList > div.newsListItem > div.date |
Apr 30, 2026, 8:08:07 PM div.layoutBoxContent > div.newsList > div.newsListItem > div.date |
Apr 19, 2026, 6:12:54 PM div.layoutBoxContent > div.newsList > div.newsListItem > div.date |
These are opportunities to improve the legibility of your content.
Names and labels
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.layoutBoxContent > div#topSplash > a > img div.layoutBoxContent > div#topSplash > a > img |
div#mainNewsItems > div#secondaryNewsItem > a > img div#mainNewsItems > div#secondaryNewsItem > a > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layoutBoxContent > div#promotedNewsVideo > div.videoContainer > iframe.video div.layoutBoxContent > div#promotedNewsVideo > div.videoContainer > iframe.video |
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.header > div.controls > a#mainLogoLink div.container > div.header > div.controls > a#mainLogoLink |
div.layoutBox1 > div.layoutBoxContent > div#topSplash > a div.layoutBox1 > div.layoutBoxContent > div#topSplash > a |
div.layoutBoxContent > div#mainNewsItems > div#secondaryNewsItem > a div.layoutBoxContent > div#mainNewsItems > div#secondaryNewsItem > a |
div.column > ul > li > a div.column > ul > li > a |
div.column > ul > li > a div.column > ul > li > a |
div.column > ul > li > a div.column > ul > li > a |
div.column > ul > li > a div.column > ul > li > a |
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.
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 |
|---|
Home div.sitemap > div.column > h3 > a |
News div.column > ul > li > a |
Game div.sitemap > div.column > h3 > a |
Videos div.column > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-fontinregular-n4-active html.wf-fontinregular-n4-active |
These items highlight common accessibility best practices.
A+Heading Hierarchy11 headingsPASS
- H1 News
- H2 Return of the Ancients Livestream Twitch Drops
- H2 The Third Edict Mystery Box Microtransactions on Sale
- H2 Introducing Kelly - Lead Communications Manager
- H3 Home
- H3 Game
- H3 Forum
- H3 Events
- H3 Trade
- H3 Shop
- H3 Official Channels