Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 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
BHeading Hierarchy1 headingsREVIEW
- H2 (empty)
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| title OpenBSD | 5.20:1 | 4.5:1 | #000000 | #728556 | Pass |
| header About OpenBSD | 2.94:1 | 4.5:1 | #000000 | #505C3F | Fail |
| a Project Goals | 1.42:1 | 4.5:1 | #000000 | #242A1D | Fail |
| a Hardware Platforms | 4.77:1 | 4.5:1 | #000000 | #5A7D90 | Pass |
| a Security | 2.69:1 | 4.5:1 | #000000 | #525252 | Fail |
| a Crypto | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Events and Papers | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Innovations | 17.85:1 | 4.5:1 | #000000 | #FCE8E8 | Pass |
| header Getting OpenBSD | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Download | 14.25:1 | 4.5:1 | #000000 | #D3D3E8 | Pass |
| header Getting Source | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a AnonCVS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a CVSWeb | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a GitHub Mirror | 14.45:1 | 4.5:1 | #000000 | #D6D6D6 | Pass |
| a GotHub Mirror | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| header OpenBSD Resources | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Changelog | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a FAQ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Manual Pages | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Patches | 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.
ALandmark Structure9 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+Alt Text QualityAll 2 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality42 links, 0 buttons — all OKPASS
ALighthouse Accessibility AuditsScore 92/100 — 1 failing, 12 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.
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 |
|---|
Project Goals nav > ul > li > a |
Hardware Platforms nav > ul > li > a |
Security nav > ul > li > a |
Crypto nav > ul > li > a |
Events and Papers nav > ul > li > a |
Innovations nav > ul > li > a |
AnonCVS nav > ul > li > a |
CVSWeb nav > ul > li > a |
GitHub Mirror nav > ul > li > a |
GotHub Mirror nav > ul > li > a |
Changelog nav > ul > li > a |
FAQ nav > ul > li > a |
Manual Pages nav > ul > li > a |
Patches nav > ul > li > a |
Reporting Problems nav > ul > li > a |
Mailing Lists nav > ul > li > a |
Hackathons nav > ul > li > a |
User Groups nav > ul > li > a |
Commercial Support nav > ul > li > a |
Donations nav > ul > li > a |
Art Merchandise nav > ul > li > a |
OpenBSD Foundation nav > ul > li > a |
These items highlight common accessibility best practices.