Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CLink & Button QualityAction3 issue(s) across 14 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://newsroom.snap.com/?lang=en-US | NEWS | new tab | Add '(opens in new tab)' to text |
| https://investor.snap.com/overview/defau… | INVESTORS | new tab | Add '(opens in new tab)' to text |
| https://careers.snap.com/?lang=en-US | CAREERS | new tab | Add '(opens in new tab)' to text |
| https://www.snapchat.com/?lang=en-US | Snapchat is a visual messaging… | new tab | Add '(opens in new tab)' to text |
| https://www.spectacles.com/?lang=en-US | Spectacles make computing more… | new tab | Add '(opens in new tab)' to text |
| https://ar.snap.com/lens-studio?lang=en-… | Lens Studio is a creative tool… | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://citizen.snap.com/?utm_source=sna… | CitizenSnap | new tab | Add '(opens in new tab)' to text |
| https://values.snap.com/privacy/privacy-… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.snap.com/cookie-policy?lang=… | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /
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://newsroom.snap.com/?lang=en-US; https://investor.snap.com/overview/default.aspx?lang=en-US; https://careers.snap.com/?lang=en-US; https://www.snapchat.com/?lang=en-US; https://www.spectacles.com/?lang=en-US; https://ar.snap.com/lens-studio?lang=en-US; https://citizen.snap.com/?utm_source=snap_com&utm_medium=referral&utm_campaig…; https://values.snap.com/privacy/privacy-policy?utm_source=snap_com&utm_medium…; https://www.snap.com/cookie-policy?lang=en-US
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.css-12z3p7m (#199 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
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 We contribute to hum… | 5.32:1 | 3.0:1 | #000000 | #808080 | Pass |
| h2 Cookies | 5.32:1 | 3.0:1 | #000000 | #808080 | Pass |
| h3 Cookies help us: | 5.32:1 | 3.0:1 | #000000 | #808080 | Pass |
| title We are Snap Inc. | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span NEWS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span INVESTORS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span CAREERS | 9.90:1 | 4.5:1 | #000000 | #B2B2B2 | Pass |
| div OUR PRODUCTS & SERVI… | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| p Snapchat is a visual… | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| p Spectacles make comp… | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| p Lens Studio is a cre… | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| a CitizenSnap | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| a Other Terms & Polici… | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| a Privacy Policy | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| a Terms of Service | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| label Language | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| button English (US) | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| button English (US) | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| p Power this website a… | 5.32:1 | 4.5:1 | #000000 | #808080 | Pass |
| p Remember your prefer… | 5.32:1 | 4.5:1 | #000000 | #808080 | 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.
BLighthouse Accessibility AuditsScore 87/100 — 3 failing, 23 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 |
|---|
nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 |
nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 |
nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 |
English (US) li#2GC85My5nmT83kImSgBtt4 > div.css-1jnci4s > div.sdsm-dropdown-menu > button.sdsm-default |
English (US) div.modal-header > div.locale-container > div.sdsm-dropdown-menu > button.sdsm-dropdown-button |
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.sdsm-footer-bar > ul.css-1wmipba > li > a.css-u550gm div.sdsm-footer-bar > ul.css-1wmipba > li > a.css-u550gm |
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 |
|---|
nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 |
nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 |
nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 nav.css-1q2lbmy > ul.css-3ityw4 > li > button.css-o1iof8 |
These items highlight common accessibility best practices.
ALandmark Structure11 landmarksPASS
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
A+Heading Hierarchy3 headingsPASS
- H1 We contribute to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.
- H2 Cookies
- H3 Cookies help us:
A+Alt Text Quality1 of 4 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |