Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FWeb ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #s | text | (Search) | placeholder only |
| #languages-dropdown | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select id="languages-dropdown">
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="s" id="s">
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
B404 Error PageHTTP 404, custom pageREVIEW
A+Landmark Structure11 landmarksPASS
A+Heading Hierarchy17 headingsPASS
- H1 Creative Commons
- H2 The commons belongs to us all
- H2 Tools for building the commons
- H2 Join us in shaping what’s next
- H2 Celebrate CC’s 25th Anniversary
- H2 Support CC In Style
- H2 Empowering access to knowledge
- H2 Protecting the Commons in the Age of AI
- H2 Support CC and stay connected
- H2 Recently from the blog
- H3 Celebrating 25 Years of Choosing to Share
- H3 CC Hosts Open Heritage Statement Event in Amsterdam
- H3 AI’s Infrastructure Era: Reflections from the AI Impact Summit in Delhi
- H3 CC Licenses, Data Governance, and the African Context: Conversations and Perspectives
- H2 Get the latest CC news, and join the community to empower individuals and communities around the world.
- H2 Contact Us
- H2 Subscribe to our newsletter
A+Alt Text QualityAll 18 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
ALink & Button Quality100 links, 8 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://bsky.app/profile/creativecommons… | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://mastodon.social/@creativecommons | Mastodon | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/creativ… | new tab | Add '(opens in new tab)' to text | |
| https://fontawesome.com/ | Font Awesome | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://bsky.app/profile/creativecommons.bsky.social; https://mastodon.social/@creativecommons; https://www.linkedin.com/company/creative-commons/; https://fontawesome.com/
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
AFavicon & Branding6 icon(s) detectedPASS
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 |
|---|---|---|---|---|---|
| h2 The commons belongs … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Tools for building t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join us in shaping w… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Celebrate CC’s 25t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Support CC In Style | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Empowering access to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Protecting the Commo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Support CC and stay … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Recently from the bl… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get the latest CC ne… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contact Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Subscribe to our new… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title The commons belongs … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Languages available | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option aragonés | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Azərbaycanca | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Bahasa Indonesia | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Basque | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option català | 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+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 23 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.