Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction9 of 23 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 9 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FFavicon & BrandingAction1 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
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
B404 Error PageHTTP 404, custom pageREVIEW
AHeading Hierarchy11 headings, 1 skip(s)PASS
- H1 scikit-learn
- H4 Machine Learning in Python skipped
- H4 Classification
- H4 Regression
- H4 Clustering
- H4 Dimensionality reduction
- H4 Model selection
- H4 Preprocessing
- H4 News
- H4 Community
- H4 Who uses scikit-learn?
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | Search the docs ... | aria-label |
ALink & Button Quality112 links, 9 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://github.com/scikit-learn/scikit-l… | GitHub | new tab | Add '(opens in new tab)' to text |
| https://github.com/scikit-learn/scikit-l… | GitHub | new tab | Add '(opens in new tab)' to text |
| https://scikit-learn.org/dev/developers/… | contributing | new tab | Add '(opens in new tab)' to text |
| about.html#funding | scikit-learn development and m… | img no alt | Add alt attribute to the image |
Add '(opens in new tab)' to link text or aria-label.
https://github.com/scikit-learn/scikit-learn; https://github.com/scikit-learn/scikit-learn; https://scikit-learn.org/dev/developers/contributing.html
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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 scikit-learn | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title scikit-learn: machin… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Back to top | 8.39:1 | 4.5:1 | #000000 | #38AFE1 | Pass |
| kbd Ctrl | 9.09:1 | 4.5:1 | #000000 | #4EB6E0 | Pass |
| a Install | 9.81:1 | 4.5:1 | #000000 | #65BCDF | Pass |
| a User Guide | 10.70:1 | 4.5:1 | #000000 | #7BC3DE | Pass |
| a API | 11.60:1 | 4.5:1 | #000000 | #91C9DD | Pass |
| a Examples | 12.70:1 | 4.5:1 | #000000 | #A7D0DC | Pass |
| a Community | 13.82:1 | 4.5:1 | #000000 | #BDD6DC | Pass |
| button More | 15.14:1 | 4.5:1 | #000000 | #D3DDDB | Pass |
| a Getting Started | 16.46:1 | 4.5:1 | #000000 | #E9E3DA | Pass |
| a Release History | 17.82:1 | 4.5:1 | #000000 | #FDE9D8 | Pass |
| a Glossary | 17.20:1 | 4.5:1 | #000000 | #FEE4CE | Pass |
| a Development | 16.56:1 | 4.5:1 | #000000 | #FEDFC3 | Pass |
| a FAQ | 15.84:1 | 4.5:1 | #000000 | #FED9B9 | Pass |
| a Support | 15.11:1 | 4.5:1 | #000000 | #FDD3AE | Pass |
| a Related Projects | 14.54:1 | 4.5:1 | #000000 | #FDCEA4 | Pass |
| a Roadmap | 13.90:1 | 4.5:1 | #000000 | #FDC899 | Pass |
| a Governance | 13.34:1 | 4.5:1 | #000000 | #FCC38F | 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+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 24 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.
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 |
|---|
News div.container > div.row > div.col-md-4 > h4.sk-landing-call-header |
scikit-learn 1.9 (Changelog) div.col-md-4 > ul.sk-landing-call-list > li > a |
Changelog div.col-md-4 > ul.sk-landing-call-list > li > a |
Changelog div.col-md-4 > ul.sk-landing-call-list > li > a |
Changelog div.col-md-4 > ul.sk-landing-call-list > li > a |
Changelog div.col-md-4 > ul.sk-landing-call-list > li > a |
Changelog div.col-md-4 > ul.sk-landing-call-list > li > a |
Changelog div.col-md-4 > ul.sk-landing-call-list > li > a |
What's new (Changelog) div.col-md-4 > ul.sk-landing-call-list > li > a |
What's new ul.sk-landing-call-list > li > a > strong |
Community div.container > div.row > div.col-md-4 > h4.sk-landing-call-header |
people div.col-md-4 > ul.sk-landing-call-list > li > a |
contributing div.col-md-4 > ul.sk-landing-call-list > li > a |
related projects div.col-md-4 > ul.sk-landing-call-list > li > a |
FAQ div.col-md-4 > ul.sk-landing-call-list > li > a |
Support div.col-md-4 > ul.sk-landing-call-list > li > a |
Discussions div.col-md-4 > ul.sk-landing-call-list > li > a |
Stack Overflow div.col-md-4 > ul.sk-landing-call-list > li > a |
mailing list div.col-md-4 > ul.sk-landing-call-list > li > a |
blog.scikit-learn.org div.col-md-4 > ul.sk-landing-call-list > li > a |
logos and branding div.col-md-4 > ul.sk-landing-call-list > li > a |
calendar div.col-md-4 > ul.sk-landing-call-list > li > a |
scikit-learn central div.col-md-4 > ul.sk-landing-call-list > li > a |
linkedin/scikit-learn div.col-md-4 > ul.sk-landing-call-list > li > a |
bluesky/scikit-learn.org div.col-md-4 > ul.sk-landing-call-list > li > a |
@sklearn div.col-md-4 > ul.sk-landing-call-list > li > a |
youtube.com/scikit-learn div.col-md-4 > ul.sk-landing-call-list > li > a |
@scikitlearnofficial div.col-md-4 > ul.sk-landing-call-list > li > a |
@scikitlearnofficial div.col-md-4 > ul.sk-landing-call-list > li > a |
@scikit.learn div.col-md-4 > ul.sk-landing-call-list > li > a |
@scikit-learn div.col-md-4 > ul.sk-landing-call-list > li > a |
our code of conduct. div.col-md-4 > ul.sk-landing-call-list > li > a |
Who uses scikit-learn? div.container > div.row > div.col-md-4 > h4.sk-landing-call-header |
More testimonials... div.row > div.col-md-4 > p.sk-more-testimonials > a |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Machine Learning in Python div.container > div.row > div.col-md-6 > h4.sk-landing-subheader |
These are opportunities to improve keyboard navigation in your application.