Skip to content
https://xpenv.com

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
83
GRADE
B
FIX
5
REVIEW
4
PASS
15
INFO
0
Checks
24
15 PASS 4 REVIEW 5 FIX
D
Mobile Keyboard & Autofill
Action
6/7 eligible field(s) missing autocomplete or inputmode
FIX
6/7 eligible field(s) missing autocomplete or inputmode
Warning::
3 field(s) missing recommended autocomplete attribute
WCAG 1.3.5 (Level AA): inputs whose purpose maps to a Common Input Purpose value should declare it via `autocomplete=`. Required for password managers, browser autofill, and assistive tech that customizes inputs (e.g., simplified keyboards). Mobile autofill in particular cuts form-completion time by 30-50% when these are present. Affected purposes: current-password.
Got: <input type="password" id="register-password">, <input type="password" id="register-password-confirm">, <input type="password" id="profile-unlock-password">
Warning::
3 field(s) would benefit from inputmode attribute
Mobile browsers pick the on-screen keyboard layout from `inputmode=` when present (numeric pad, tel dialpad, email keyboard). Without it, users see the default text keyboard and must mode-switch -- 2-3 extra taps per phone-number or numeric-ID field. Type-based defaults exist (`type=tel` shows the tel keyboard on most browsers) but `inputmode` is the explicit, cross-browser way to control this. Affected types: numeric.
Got: <input type="number" id="compose-gift-usd">, <input type="number" id="compose-charge-usd">, <input type="number" id="compose-expire-value">
F
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.
404 Page Quality Default 404 Page
Status Code HTTP 404 Custom Styling Navigation Homepage Link Search Form
D
Dark Mode Support
Action
Theme color only
FIX
Theme color only
Info::
Theme-color present but no dark variant
A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
Got: #1a1a2e
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModePartial Dark Mode
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

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::
5 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 5 <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
Heading Hierarchy
9 headings
REVIEW
9 headings
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
  • H2 No new messages
  • H3 Send new email
  • H3 Confirm send / fee
  • H3 Log in / Register profile
  • H3 Read message
  • H3 Enter Profile Password
  • H4 Received memos
  • H3 Confirm live chat / fee
  • H3 Unlock live chat

Every page should have one H1 that describes the page content.

Why this matters

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

B
Form Input Quality
2 input-semantic issue(s) across 13 form control(s)
REVIEW
2 input-semantic issue(s) across 13 form control(s)
Info::
3 password field(s) missing or with invalid `autocomplete`
Password managers fill / save passwords only when `autocomplete` is exactly `current-password` (login) or `new-password` (registration / change). Empty, `off`, `password`, or other values silently disable the manager UX. Sample: <input type="password" id="register-password">, <input type="password" id="register-password-confirm">, <input type="password" id="profile-unlock-password">.
Info::
2 login form field(s) missing `autocomplete=username` (or `email`)
On a page with a password input, the matching username / email field needs `autocomplete="username"` or `autocomplete="email"` -- otherwise the password manager can't identify which field carries the login identifier and silently skips autofill on the whole form. Sample: <input type="text" id="compose-field-to">, <input type="text" id="register-username">.
B
Favicon & Branding
4 icon(s) detected
REVIEW
4 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
Info::
SVG favicon detected — scales perfectly to any size
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Present
Manifest Icons Present
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h2 No new messages
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Send new email
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Confirm send / fee
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Log in / Register profile
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Read message
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Enter Profile Password
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Confirm live chat / fee
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Unlock live chat
1.23:1
#000000
on
#1A1A2E
needs 3.0:1 (large text)
19px · bottom of viewport
title XPENV — Private Web3 Messenger (offici…
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · top of page (header area)
a Privacy Policy
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · top of page (header area)
a Terms of Service
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · top of page (header area)
a Skip to main content
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · top of page (header area)
div XPENV
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · above the fold
p Private Web3 Messenger
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · above the fold
button Add site in desktop
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · above the fold
button Enter Freighter Wallet
1.23:1
#000000
on
#1A1A2E
needs 4.5:1 (normal text)
16px · above the fold
button Technical documentation
1.22:1
#000000
on
#19192D
needs 4.5:1 (normal text)
16px · above the fold
button Questions FAQ
1.20:1
#000000
on
#18182B
needs 4.5:1 (normal text)
16px · above the fold
button Warrant Canary
1.19:1
#000000
on
#171728
needs 4.5:1 (normal text)
16px · above the fold
p Privacy & data notice
1.18:1
#000000
on
#161628
needs 4.5:1 (normal text)
16px · above the fold
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 No new messages1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Send new email1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Confirm send / fee1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Log in / Register pr…1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Read message1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Enter Profile Passwo…1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Confirm live chat / …1.23:13.0:1
#000000
#1A1A2E
Fail
h3 Unlock live chat1.23:13.0:1
#000000
#1A1A2E
Fail
title XPENV — Private We…1.23:14.5:1
#000000
#1A1A2E
Fail
a Privacy Policy1.23:14.5:1
#000000
#1A1A2E
Fail
a Terms of Service1.23:14.5:1
#000000
#1A1A2E
Fail
a Skip to main content1.23:14.5:1
#000000
#1A1A2E
Fail
div XPENV1.23:14.5:1
#000000
#1A1A2E
Fail
p Private Web3 Messeng…1.23:14.5:1
#000000
#1A1A2E
Fail
button Add site in desktop1.23:14.5:1
#000000
#1A1A2E
Fail
button Enter Freighter Wall…1.23:14.5:1
#000000
#1A1A2E
Fail
button Technical documentat…1.22:14.5:1
#000000
#19192D
Fail
button Questions FAQ1.20:14.5:1
#000000
#18182B
Fail
button Warrant Canary1.19:14.5:1
#000000
#171728
Fail
p Privacy & data notic…1.18:14.5:1
#000000
#161628
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+
Landmark Structure
8 landmarks
PASS
8 landmarks
Info::
<main> landmark present
Info::
5 <nav> landmark(s) found
Info::
All <nav> elements are properly labeled
Info::
No banner (header) landmark
Info::
Skip navigation link present
Page Structure — as a screen reader sees it
BANNER (missing!) NAV "Legal policy URLs for automated review" MAIN ASIDE CONTENTINFO footer
A+
Heading Text Quality
All 9 heading(s) have substantive, well-formed text
PASS
All 9 heading(s) have substantive, well-formed text
Info::
Heading text quality is clean -- no placeholder, length, or styling issues
A+
Alt Text Quality
No images
PASS
No images
Info::
No images on this page
No images on this page.
A+
Form Accessibility
All 13 controls labeled
PASS
All 13 controls labeled
Info::
13 control(s) properly labeled
13 controls
13 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#compose-field-totextTo (username)for/id
#compose-field-subjecttextSubjectfor/id
#compose-field-messagetextareaMessagefor/id
#compose-attachment-inputfileChoose file to attacharia-label
#compose-gift-usdnumberSend money (USD · optional)for/id
#compose-charge-usdnumberRequest payment (USD · optional)for/id
#compose-expire-valuenumberExpires infor/id
#compose-expire-unitselectUnitfor/id
#register-usernametextUsernamefor/id
#register-passwordpasswordPasswordfor/id
#register-password-confirmpasswordConfirm Passwordfor/id
#profile-unlock-passwordpasswordPasswordfor/id
#live-chat-profile-unlock-pwpasswordProfile passwordfor/id
A+
Form Input Types
13 form control(s) checked, no type mismatches
PASS
13 form control(s) checked, no type mismatches
Info::
No input-type mismatches detected
A+
Document Language
Lang attribute set to "en"
PASS
Lang attribute set to "en"
Info::
<html lang="en"> is set and valid
Got: en
A+
Tabindex Anti-Patterns
1 explicit tabindex attribute(s) checked, no anti-patterns
PASS
1 explicit tabindex attribute(s) checked, no anti-patterns
Info::
No tabindex anti-patterns detected
A
Iframe Accessibility
1/1 iframe(s) missing title; 0 placeholder(s)
PASS
1/1 iframe(s) missing title; 0 placeholder(s)
Warning::
<iframe> missing title attribute (src="")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
A+
Tap Target Adequacy
All tap targets meet WCAG 2.5.5/2.5.8 sizing
PASS
All tap targets meet WCAG 2.5.5/2.5.8 sizing
Info::
All tap targets meet WCAG 2.5.5 (44x44px) sizing
A+
Mobile-Readable Font Sizes
All 30 visible text node(s) render at >= 12 CSS pixels
PASS
All 30 visible text node(s) render at >= 12 CSS pixels
Info::
All text uses legible mobile font sizes (>= 12 CSS px)
A+
Web Manifest
PWA-ready
PASS
PWA-ready
Info::
Meets PWA install criteria
Info::
Name present: XPENV - Private Web3 Messenger
Info::
192x192 icon present
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Installable
Name XPENV - Private Web3 Messenger 192×192 icon 512×512 icon Start URL ./index.html Display Mode standalone
Name XPENV - Private Web3 Messenger Display Mode standalone Theme Color #8ab4f8 Background Color #1a1a2e Icons 2 icon(s)
A+
PWA Depth
No PWA depth issues detected
PASS
No PWA depth issues detected
Info::
No PWA depth issues detected
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
Browser-chrome `theme-color` meta tag present
The page sets `<meta name="theme-color" content="...">`, which Android Chrome uses to tint the status bar and iOS Safari uses for the toolbar background. Brand polish that costs nothing and Just Works.
A+
Lighthouse Accessibility Audits
Score 96/100 — 1 failing, 22 passed
PASS
96

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Note: on some devices it may work only if you open this site inside the Freight… div#root > div.splash-screen > div.splash-mobile-desktop-notice > p.splash-mobile-desktop-notice__muted
Freighter app's built-in browser div.splash-screen > div.splash-mobile-desktop-notice > p.splash-mobile-desktop-notice__muted > em

These are opportunities to improve the legibility of your content.

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
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
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 are distinguishable without relying on color.
Links have a discernible name
Touch targets have sufficient size and spacing.
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Document has a main landmark.
Deprecated ARIA roles were not used
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
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
Heading elements appear in a sequentially-descending order
Image elements have `[alt]` attributes
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
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.
Identical links have the same purpose.
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.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback