Skip to content
https://voidlogue.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
74
GRADE
C
FIX
3
REVIEW
4
PASS
6
INFO
0
Checks
13
6 PASS 4 REVIEW 3 FIX
D
404 Error Page
Action
HTTP 404, bare page
FIX
HTTP 404, bare page
Info::
Correct 404 status code returned
Got: HTTP 404
Warning::
Bare server default 404 page
The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.
Info::
Homepage link present on 404 page
404 Page Quality Default 404 Page
Status Code HTTP 404 Custom Styling Navigation Homepage Link Search Form
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
1 navigation pattern(s)
FIX
1 navigation pattern(s)
Info::
Skip navigation link detected
Info::
2 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 2 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
3 of 6 testable patterns navigation patterns detected. Strong navigation UX with multiple discovery paths.
B
Landmark Structure
12 landmarks
REVIEW
12 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
2 <nav> landmark(s) found
Info::
All <nav> elements are properly labeled
Info::
Skip navigation link present
Page Structure — as a screen reader sees it
BANNER header NAV "Site navigation" MAIN (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

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

C
Favicon & Branding
Action
8 icon(s) detected
REVIEW
8 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Present
Multiple Sizes Present
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
Dark-specific theme-color detected
A theme-color with media='(prefers-color-scheme: dark)' adapts the browser toolbar for dark mode.
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 #0d9e9e CSS indicators Detected

Detection limited to meta tags and inline styles.

B
Lighthouse Accessibility Audits
Score 86/100 — 4 failing, 23 passed
REVIEW
86

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.

ARIA

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
● E2E ENCRYPTED Are you somewhere safe to talk? Say something… Play again ↺ div#main-content > section.tg-void > div.tg-void__inner > div.tg-void__mockup

These are opportunities to improve the usage of ARIA in your application which 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
Void a.tg-mkt-nav__brand > span.tg-logo > span.tg-logo__text > span.tg-logo__void
INVISIBLE. ETERNAL. HIGHLY SECURE. div#main-content > header.tg-hero > div.tg-hero__content > p.tg-hero__eyebrow
Install header.tg-hero > div#pwa-banner > div.tg-pwa-banner__action > button#pwa-install-btn
CONVERSATION header.tg-hero > div.tg-product-cards > article.tg-product-card > p.tg-product-card__eyebrow
Start talking free div.tg-product-cards > article.tg-product-card > div.tg-product-card__actions > a.tg-btn
REVELATION header.tg-hero > div.tg-product-cards > article.tg-product-card > p.tg-product-card__eyebrow
they'll know. div.tg-product-cards > article.tg-product-card > h2.tg-product-card__tagline > em
THE VOIDLOGUE PHILOSOPHY body.tg-body > div#main-content > section.tg-manifesto > p#manifesto-heading
● E2E ENCRYPTED div.tg-void__mockup > div#void-mockup > div.tg-void-chat__header > span.tg-void-enc-badge
PROTECTS YOU FROM section.tg-promise > div.tg-promise__grid > div.tg-promise__col > h3.tg-promise__col-heading
End-to-end encrypted div#main-content > section.tg-trust > div.tg-trust__badges > span.tg-trust-badge
No message history div#main-content > section.tg-trust > div.tg-trust__badges > span.tg-trust-badge
Open codename model div#main-content > section.tg-trust > div.tg-trust__badges > span.tg-trust-badge
No email stored div#main-content > section.tg-trust > div.tg-trust__badges > span.tg-trust-badge
No ads. Ever. div#main-content > section.tg-trust > div.tg-trust__badges > span.tg-trust-badge
MOST POPULAR section.tg-pricing > div.tg-pricing__grid > div.tg-pricing-card > div.tg-pricing-card__badge
Start Personal section.tg-pricing > div.tg-pricing__grid > div.tg-pricing-card > a.tg-btn
View full pricing and feature comparison → div#main-content > section.tg-pricing > p.tg-pricing__more > a
Void div.tg-footer__brand > span.tg-logo > span.tg-logo__text > span.tg-logo__void

These are opportunities to improve the legibility of your content.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta
body.tg-body > meta body.tg-body > meta

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

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
Buttons have an accessible name
ARIA attributes are used as specified for the element's role
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
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
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.
Image elements have `[alt]` attributes
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
No element has a `[tabindex]` value greater than 0
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.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
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+
Heading Hierarchy
23 headings
PASS
23 headings
Info::
Single H1 present
  • H1 Leave no trace.Speak from the void.
  • H2 Said once.Gone forever.
  • H2 When the time comes,they'll know.
  • H2 A sanctuary for the dialogues that must never be heard.
  • H2 A vault for the dialogues that were never had.
  • H2 How it works
  • H3 Agree on a codename
  • H3 Open the chat
  • H3 It disappears when you're done
  • H2 One message.Then it's gone.
  • H2 What we protect.What we don't.
  • H3 Protects you from
  • H3 Does not protect from
  • H2 Built without compromise
  • H3 Triple-Blind Identity
  • H3 Client-Side Encryption
  • H3 No Metadata Accumulation
  • H3 Open-Source Cryptography
  • H2 Latest from our blog
  • H3 Privacy from the People You Love
  • H3 The Psychology of Ephemeral Communication
  • H2 Start free. Upgrade when you need more.
  • H2 Your words. Your moment.
A+
Alt Text Quality
All 2 images OK
PASS
All 2 images OK
Info::
2 decorative image(s) correctly marked
2 images 2 decorative
All images have appropriate alt text.
A+
Form Accessibility
No form controls
PASS
No form controls
Info::
No form controls on this page
No form controls found.
A+
Web Manifest
PWA-ready
PASS
PWA-ready
Info::
Meets PWA install criteria
Info::
Name present: Voidlogue
Info::
192x192 icon present
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Installable
Name Voidlogue 192×192 icon 512×512 icon Start URL / Display Mode standalone
Name Voidlogue Display Mode standalone Theme Color #0D9E9E Background Color #0a0a0a Icons 4 icon(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
h1 Leave no trace.19.64:13.0:1
#000000
#F9F7F4
Pass
h2 Said once.19.64:13.0:1
#000000
#F9F7F4
Pass
h2 When the time comes,19.64:13.0:1
#000000
#F9F7F4
Pass
h2 How it works19.64:13.0:1
#000000
#F9F7F4
Pass
h2 One message.19.64:13.0:1
#000000
#F9F7F4
Pass
h2 Then it's gone.19.64:13.0:1
#000000
#F9F7F4
Pass
h2 What we protect.19.64:13.0:1
#000000
#F9F7F4
Pass
h2 What we don't.19.64:13.0:1
#000000
#F9F7F4
Pass
h2 Built without compro…19.64:13.0:1
#000000
#F9F7F4
Pass
h2 Latest from our blog19.64:13.0:1
#000000
#F9F7F4
Pass
h2 Start free. Upgrade …19.64:13.0:1
#000000
#F9F7F4
Pass
h2 Your words. Your mom…19.64:13.0:1
#000000
#F9F7F4
Pass
h3 Agree on a codename19.64:13.0:1
#000000
#F9F7F4
Pass
h3 Open the chat19.64:13.0:1
#000000
#F9F7F4
Pass
h3 It disappears when y…19.64:13.0:1
#000000
#F9F7F4
Pass
h3 Protects you from19.64:13.0:1
#000000
#F9F7F4
Pass
h3 Does not protect fro…19.64:13.0:1
#000000
#F9F7F4
Pass
h3 Triple-Blind Identit…19.64:13.0:1
#000000
#F9F7F4
Pass
h3 Client-Side Encrypti…19.64:13.0:1
#000000
#F9F7F4
Pass
h3 No Metadata Accumula…19.64:13.0:1
#000000
#F9F7F4
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