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
BLandmark Structure6 landmarksREVIEW
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search) | placeholder only |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 Sphinx | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get started | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 User guide | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Community guide | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Reference guide | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Navigation | 10.23:1 | 3.0:1 | #000000 | #9DB9CA | Pass |
| h3 On this page | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Sphinx — Sphinx do… | 2.44:1 | 4.5:1 | #000000 | #0A507A | Fail |
| span Sphinx | 2.44:1 | 4.5:1 | #000000 | #0A507A | Fail |
| a Documentation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sphinx | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sphinx | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Get started | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a User guide | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Community guide | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Reference guide | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span The Basics | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Installing Sphinx | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Getting started | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Build your first pro… | 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.
A+Heading Hierarchy7 headingsPASS
- H3 Navigation
- H3 On this page
- H1 Sphinx¶
- H2 Get started¶
- H2 User guide¶
- H2 Community guide¶
- H2 Reference guide¶
A+Alt Text Quality1 of 4 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Link & Button Quality165 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://github.com/sphinx-doc/sphinx | Source Code | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://github.com/sphinx-doc/sphinx
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
ALighthouse Accessibility AuditsScore 90/100 — 2 failing, 22 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.
ARIA
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Basics section#sphinx > section#get-started > div.toctree-wrapper > p.caption |
User guide section#sphinx > section#user-guide > div.toctree-wrapper > p.caption |
Community section#sphinx > section#community-guide > div.toctree-wrapper > p.caption |
Reference section#sphinx > section#reference-guide > div.toctree-wrapper > p.caption |
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.
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 |
|---|
Installing Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
PyPI package li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Conda package li.toctree-l1 > ul > li.toctree-l2 > a.reference |
OS-specific package manager li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Docker li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Installation from source li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Getting started div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Defining document structure li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Adding content li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Running the build li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Documenting objects li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Basic configuration li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Autodoc li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Intersphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
More topics to be covered li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Build your first project div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Getting started li.toctree-l1 > ul > li.toctree-l2 > a.reference |
More Sphinx customization li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Describing code in Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Where to go from here li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Using Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
reStructuredText li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Markdown li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Cross-references li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Configuration li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Builders li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Domains li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extensions li.toctree-l1 > ul > li.toctree-l2 > a.reference |
HTML theming li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Internationalization li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx Web Support li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extending Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Tutorials li.toctree-l1 > ul > li.toctree-l2 > a.reference |
How-tos li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx API div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Important objects li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Build phases li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extension metadata li.toctree-l1 > ul > li.toctree-l2 > a.reference |
LaTeX customization div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
LaTeX macros and environments li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Get support div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Contribute to Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Contributing to Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx’s release process li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx FAQ div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
How do I… li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Using Sphinx with… li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx vs. Docutils li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Epub info li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Texinfo info li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Sphinx authors div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Maintainers li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Contributors li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Former maintainers li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Command-line tools div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Core applications li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Additional applications li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Configuration div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Project tags li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Project information li.toctree-l1 > ul > li.toctree-l2 > a.reference |
General configuration li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Builder options li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Domain options li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extension options li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Example configuration file li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Extensions div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Built-in extensions li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Third-party extensions li.toctree-l1 > ul > li.toctree-l2 > a.reference |
reStructuredText div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
reStructuredText Primer li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Roles li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Directives li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Field Lists li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Glossary div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Changelog div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Prior releases li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Projects using Sphinx div.toctree-wrapper > ul > li.toctree-l1 > a.reference |
Documentation using Furo theme li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Books produced using Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
Theses produced using Sphinx li.toctree-l1 > ul > li.toctree-l2 > a.reference |
These items highlight common accessibility best practices.