Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction2 issue(s) across 133 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.bdg.com/info/privacy-policy | View Privacy Policy | new tab | Add '(opens in new tab)' to text |
| partners | new tab | Add '(opens in new tab)' to text | |
| /entertainment/silent-hill-2006-movie-re… | Rewind'Silent Hill' Was The Fi… | img no alt | Add alt attribute to the image |
| /entertainment/elden-ring-movie-release-… | CheatsheetHere’s Everything … | img no alt | Add alt attribute to the image |
| https://www.amazon.com/Cartoon-Network-O… | Over The Garden Wall S1 Blu-ra… | new tab | Add '(opens in new tab)' to text |
| https://www.amazon.com/The-Deer-Hunter-4… | The Deer Hunter 4K Blu-ray Ste… | new tab | Add '(opens in new tab)' to text |
| https://www.amazon.com/Gilda-Criterion-C… | Gilda Criterion 4K Blu-ray$39.… | new tab | Add '(opens in new tab)' to text |
| https://www.amazon.com/Salems-Lot-4K-Blu… | Salem's Lot 4K Blu-rayAmazon$3… | new tab | Add '(opens in new tab)' to text |
| https://www.criterion.com/films/34202-te… | Testament Criterion 4K Blu-ray… | new tab | Add '(opens in new tab)' to text |
| https://www.amazon.com/The-Girl-Who-Leap… | The Girl Who Leapt Through Tim… | new tab | Add '(opens in new tab)' to text |
| https://www.arrowvideo.com/p/excalibur-l… | Excalibur Limited Edition 4K B… | new tab | Add '(opens in new tab)' to text |
| https://www.amazon.com/Knight-Seven-King… | A Knight Of The Seven Kingdoms… | new tab | Add '(opens in new tab)' to text |
| https://www.arrowvideo.com/p/westworld-l… | Westworld 4K Blu-RayArrow Vide… | new tab | Add '(opens in new tab)' to text |
| https://www.criterion.com/films/29064-de… | Dead ManCriterion$49.95$39.96 | new tab | Add '(opens in new tab)' to text |
| https://www.amazon.com/Se7en-4K-Blu-ray/… | Seven 4K Blu-RayAmazon$29.98$2… | new tab | Add '(opens in new tab)' to text |
| https://lionsgatelimited.com/products/do… | Dogma 4K UHDLionsgate$49.99$39… | new tab | Add '(opens in new tab)' to text |
| https://www.bdg.com/info/terms-of-servic… | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://www.bdg.com/info/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/inverse | new tab | Add '(opens in new tab)' to text | |
| https://x.com/inversedotcom | X | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/inverse | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/inversedotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.bdg.com/inverse | About Us | 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 |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/entertainment/silent-hill-2006-movie-retrospective-gaming"]; a[href="/entertainment/elden-ring-movie-release-date-cast-plot"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.bdg.com/info/privacy-policy; ; https://www.amazon.com/Cartoon-Network-Over-Garden-Blu-ray/dp/B0GJ4LBVKK; https://www.amazon.com/The-Deer-Hunter-4K-Blu-ray/dp/B0GJFNB329; https://www.amazon.com/Gilda-Criterion-Collection-Blu-ray-Hayworth/dp/B016R7C3E0; https://www.amazon.com/Salems-Lot-4K-Blu-ray/dp/B0G8N8JBR5?tag=bluray-012-20&…; https://www.criterion.com/films/34202-testament?srsltid=AfmBOopgOW045VvCzcRj5…; https://www.amazon.com/The-Girl-Who-Leapt-Through-Time-4K-Blu-ray/dp/B0FD4595…; https://www.arrowvideo.com/p/excalibur-limited-edition-blu-ray/17631545/; https://www.amazon.com/Knight-Seven-Kingdoms-Complete-Season/dp/B0GLP6G1QB/re… (+11 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.fqX (#674 on page); button.fqX (#675 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
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
BForm Accessibility2 of 14 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #radio-0-190355629 | radio | Movies | for/id |
| #radio-1-190355629 | radio | TV | for/id |
| #radio-2-190355629 | radio | Games | for/id |
| #radio-3-190355629 | radio | Gear | for/id |
| Email address | aria-label | ||
| q | search | Search Inverse | aria-label |
| #subv_reset | reset | Hide subverticals | aria-label |
| #subv_entertainment | radio | Show subverticals | aria-label |
| #subv_gaming | radio | Show subverticals | aria-label |
| #subv_gear | radio | Show subverticals | aria-label |
| #subv_innovation | radio | Show subverticals | aria-label |
| #subv_mind-body | radio | Show subverticals | aria-label |
| #searchCheckbox | checkbox | (none) | none |
| #navCheckbox | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="navCheckbox">; <input type="checkbox" id="searchCheckbox">
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 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 |
|---|---|---|---|---|---|
| h1 Inverse | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The State of Hollywo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cool Stuff | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Inverse | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| span We value your privac… | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| a View Privacy Policy | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| span We and our 770 | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| a partners | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| span store and access inf… | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| div Please note that thi… | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| span MORE OPTIONS | 3.06:1 | 4.5:1 | #000000 | #555B63 | Fail |
| span AGREE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Rewind | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 'Silent Hill' Was Th… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p For better and worse… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div By Chrishaun Baker | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Bat-Origins | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 'The Batman 2' Might… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Cheatsheet | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
A+Heading Hierarchy3 headingsPASS
- H1 Inverse
- H2 The State of Hollywood Tech
- H2 Cool Stuff
A+Alt Text QualityAll 16 images OKPASS
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 26 passedPASS
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 |
|---|
'For All Mankind' Just Revealed A Secret Character And A Killer Cameo div.wml > div.DGg > div.Mkc > p.hvk |
BY RYAN BRITT div.wml > div.DGg > div.Mkc > div.lFD |
The legacy of the previous seasons isn't going away anytime soon. div.wml > div.DGg > div.Mkc > p.EJZ |
These are opportunities to improve the legibility of your content.