Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #toggle-4272 | checkbox | Feature Status | for/id |
| #toggle-9988 | checkbox | Documentation | for/id |
| #toggle-4282 | checkbox | Policies | for/id |
| #toggle-4274 | checkbox | Contribute | for/id |
| #toggle-4270 | checkbox | Blog | for/id |
| #menu-main-menu-toggle | checkbox | (none) | none |
| s | search | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="menu-main-menu-toggle">; <input type="search" name="s">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
BLink & Button Quality6 issue(s) across 58 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://webkit.org/blog/17917/release-no… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Release Notes For Safari Technology Preview 241 | |||
| https://webkit.org/blog/17899/introducin… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Introducing The Jetstream 3 Benchmark Suite | |||
| https://webkit.org/blog/17862/webkit-fea… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Webkit Features For Safari 26 4 | |||
| https://webkit.org/blog/17818/announcing… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Announcing Interop 2026 | |||
| https://webkit.org/blog/17798/webkit-fea… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Webkit Features For Safari 26 3 | |||
Links without text are announced as raw URLs by screen readers.
a (#163 on page)
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
Generic link text like 'click here' doesn't describe the destination.
https://webkit.org/blog/17917/release-notes-for-safari-technology-preview-241/ ("Read more"); https://webkit.org/blog/17899/introducing-the-jetstream-3-benchmark-suite/ ("Read more"); https://webkit.org/blog/17862/webkit-features-for-safari-26-4/ ("Read more"); https://webkit.org/blog/17818/announcing-interop-2026/ ("Read more"); https://webkit.org/blog/17798/webkit-features-for-safari-26-3/ ("Read more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 A fast, open sourc… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 Release Notes for Sa… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 Introducing the JetS… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 WebKit Features for … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 Announcing Interop 2… | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| h1 WebKit features for … | 19.60:1 | 3.0:1 | #000000 | #F7F7F7 | Pass |
| title WebKit | 1.45:1 | 4.5:1 | #000000 | #002C45 | Fail |
| div WebKit | 1.46:1 | 4.5:1 | #000000 | #002D46 | Fail |
| a Downloads | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| label Feature Status | 1.48:1 | 4.5:1 | #000000 | #002E47 | Fail |
| a CSS Features | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| a Standards Positions | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| label Documentation | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| a Web Inspector | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| a Tracking Prevention | 1.50:1 | 4.5:1 | #000000 | #002F49 | Fail |
| label Policies | 1.50:1 | 4.5:1 | #000000 | #002F49 | Fail |
| a Project Goals | 1.50:1 | 4.5:1 | #000000 | #002F49 | Fail |
| a Bug Prioritization | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| a Bug Report Guideline… | 1.48:1 | 4.5:1 | #000000 | #002E48 | Fail |
| a Code Style Guideline… | 1.47:1 | 4.5:1 | #000000 | #002D48 | 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.
CLighthouse Accessibility AuditsActionScore 78/100 — 4 failing, 14 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
safari technology preview icon div.tile > div.background-image > svg > use |
performance icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More Blog Posts main#content > div.page-width > div.pagination > a.page-numbers |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
These items highlight common accessibility best practices.
ALandmark Structure5 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
AHeading Hierarchy6 headingsPASS
- H1 A fast, open source web browser engine.
- H1 Release Notes for Safari Technology Preview 241 duplicate H1
- H1 Introducing the JetStream 3 Benchmark Suite duplicate H1
- H1 WebKit Features for Safari 26.4 duplicate H1
- H1 Announcing Interop 2026 duplicate H1
- H1 WebKit features for Safari 26.3 duplicate H1
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central