Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure4 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 Hierarchy15 headingsREVIEW
- H2 Trending
- H2 Tech
- H2 Entertainment
- H2 Creator Hub
- H2 Gift Guides
- H2 Games
- H2 Digital Culture
- H2 Watch Now
- H2 Life
- H2 Reviews
- H2 Best Products
- H2 Social Good
- H2 Science
- H2 Deals
- H2 Watch Guides
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
CLink & Button QualityAction9 issue(s) across 408 links and 26 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://games.mashable.com/ | Games | new tab | Add '(opens in new tab)' to text |
| https://mashable.com/category/creators | Creator Hub | new tab | Add '(opens in new tab)' to text |
| https://games.mashable.com/ | Games | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/ztg-privacy-po… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.j2global.com/careers/jobs/?b… | We're Hiring | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/mashable/ | Mashable Facebook Page | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/mashable | Mashable Twitter Page | new tab | Add '(opens in new tab)' to text |
| http://instagram.com/Mashable | Mashable Instagram Page | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/mashable | Mashable Youtube Page | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/mashable/ | Mashable Pinterest Page | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@mashable | Mashable Tiktok Page | new tab | Add '(opens in new tab)' to text |
| https://flipboard.com/@Mashable | Mashable Flipboard Page | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/mashabl… | Mashable Linkedin Page | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/ | Ziff Davis | new tab | Add '(opens in new tab)' to text |
| https://www.cnet.com/ | CNET | new tab | Add '(opens in new tab)' to text |
| https://www.zdnet.com/ | ZDNet | new tab | Add '(opens in new tab)' to text |
| https://www.pcmag.com/ | PCMag | new tab | Add '(opens in new tab)' to text |
| https://www.lifehacker.com/ | Lifehacker | new tab | Add '(opens in new tab)' to text |
| https://www.askmen.com/ | AskMen | new tab | Add '(opens in new tab)' to text |
| https://www.extremetech.com/ | Extreme Tech | new tab | Add '(opens in new tab)' to text |
| https://www.ign.com/ | IGN | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/about | About Ziff Davis | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/ztg-privacy-po… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://ziffmedia.com/ | Advertise | new tab | Add '(opens in new tab)' to text |
| https://www.ziffdavis.com/accessibility | Accessibility | new tab | Add '(opens in new tab)' to text |
| https://www.bbb.org/us/ny/new-york/profi… | BBB Accredited Business Logo | 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 |
| <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 |
| <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 |
Add '(opens in new tab)' to link text or aria-label.
https://games.mashable.com/; https://mashable.com/category/creators; https://games.mashable.com/; https://www.ziffdavis.com/terms-of-use; https://www.ziffdavis.com/ztg-privacy-policy; https://www.j2global.com/careers/jobs/?brand=Mashable; https://www.facebook.com/mashable/; https://twitter.com/mashable; http://instagram.com/Mashable; https://www.youtube.com/user/mashable (+18 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.lg:hidden (#972 on page); button.lg:hidden (#1006 on page); button.lg:hidden (#1021 on page); button.lg:hidden (#1041 on page); button.lg:hidden (#1052 on page); button.lg:hidden (#1074 on page); button.lg:hidden (#1093 on page); button.lg:hidden (#1126 on page); button.lg:hidden (#1140 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding8 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 |
|---|---|---|---|---|---|
| h2 Trending | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Tech | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Entertainment | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Creator Hub | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Gift Guides | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Games | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Digital Culture | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Watch Now | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Life | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Reviews | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Best Products | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Social Good | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Science | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Deals | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| h2 Watch Guides | 2.82:1 | 3.0:1 | #000000 | #555555 | Fail |
| title Mashable | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a The Mashable 101 | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a Creator Hub | 1.71:1 | 4.5:1 | #000000 | #4C157D | Fail |
| a Tech | 1.62:1 | 4.5:1 | #000000 | #44117D | Fail |
| a Science | 2.05:1 | 4.5:1 | #000000 | #403876 | 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.
A+Alt Text QualityAll 63 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | input | Search Mashable Content | aria-label |
| input | aria-label |
ALighthouse Accessibility AuditsScore 90/100 — 3 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.
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 |
|---|
ul.flex > li > div.flex > button.lg:hidden ul.flex > li > div.flex > button.lg:hidden |
li > div > div.flex > button.lg:hidden li > div > div.flex > button.lg:hidden |
li > div.pt-8 > div.flex > button.lg:hidden li > div.pt-8 > div.flex > button.lg:hidden |
li > div.pt-8 > div.flex > button.lg:hidden li > div.pt-8 > div.flex > button.lg:hidden |
li > div > div.flex > button.lg:hidden li > div > div.flex > button.lg:hidden |
li > div.pt-8 > div.flex > button.lg:hidden li > div.pt-8 > div.flex > button.lg:hidden |
li > div > div.flex > button.lg:hidden li > div > div.flex > button.lg:hidden |
li > div > div.flex > button.lg:hidden li > div > div.flex > button.lg:hidden |
li > div.pt-8 > div.flex > button.lg:hidden li > div.pt-8 > div.flex > button.lg:hidden |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > div.flex > form.flex > input div.flex > div.flex > form.flex > input |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Our Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |