Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
BFavicon & Branding8 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Landmark Structure11 landmarksPASS
A+Heading Hierarchy13 headingsPASS
- H1 Welcome to the RIPE NCC
- H2 Latest news
- H2 Service Announcements
- H2 The RIPE Community
- H3 Policy Proposals
- H3 RIPE Documents
- H3 Task Forces
- H3 Mailing Lists
- H2 Meetings and Events
- H2 About the RIPE NCC
- H3 Become a RIPE NCC Member
- H3 Analysis
- H3 Training and Certification
A+Alt Text QualityAll 9 images OKPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-query | search | Search query | aria-label |
| #mobile-menu-check | checkbox | Toggle mobile menu | aria-label |
| #search-bar-check | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="search-bar-check">
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
ALink & Button Quality1 issue(s) across 464 links and 10 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://lirportal.ripe.net | LIR Portal | new tab | Add '(opens in new tab)' to text |
| https://status.ripe.net/ | Visit status page | new tab | Add '(opens in new tab)' to text |
| /meetings/regional-meetings/see/see-14/ | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: See 14 | |||
Generic link text like 'click here' doesn't describe the destination.
/meetings/regional-meetings/see/see-14/ ("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
Add '(opens in new tab)' to link text or aria-label.
https://lirportal.ripe.net; https://status.ripe.net/
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
A404 Error PageHTTP 404, custom pagePASS
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 Welcome to the RIPE … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Service Announcement… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The RIPE Community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Meetings and Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About the RIPE NCC | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Policy Proposals | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 RIPE Documents | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Task Forces | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Mailing Lists | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Become a RIPE NCC Me… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Analysis | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Training and Certifi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Welcome to RIPE and … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a IPs & ASNs | 15.76:1 | 4.5:1 | #000000 | #F5D9D4 | Pass |
| div IPs & ASNs | 15.42:1 | 4.5:1 | #000000 | #F5D6D1 | Pass |
| p We distribute Intern… | 15.31:1 | 4.5:1 | #000000 | #F5D5D0 | Pass |
| a Visit page | 15.29:1 | 4.5:1 | #000000 | #F4D5D1 | Pass |
| a IPv4 | 15.74:1 | 4.5:1 | #000000 | #F4D9D6 | 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 97/100 — 1 failing, 30 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 |
|---|
IPs & ASNs div.sm:col-span-2 > nav.block > div.flex > a.text-lg |
These items highlight common accessibility best practices.