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 Structure3 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
B404 Error PageHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 76/100 — 4 failing, 13 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.
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 |
|---|
Install div.content_width > ul#menu > li > a |
Documentation div.content_width > ul#menu > li > a |
Support div.content_width > ul#menu > li > a |
GitHub div.content_width > ul#menu > li > a |
b13 li.both > div > div > a |
IO Belgium li.both > div > div > a |
This site and all of its contents are Copyright © 2002-2026 by Derick Rethans.
… body > footer.content_width > p |
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 |
|---|
Projects body > main.content_width > div.front_announcements > h3 |
These are opportunities to improve keyboard navigation in your application.
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
AHeading Hierarchy3 headings, 1 skip(s)PASS
- H1 Xdebug
- H3 Projects skipped
- H3 Announcements
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+Alt Text QualityAll 12 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality1 issue(s) across 36 links and 0 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://github.com/xdebug/xdebug | GitHub | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#business_supporters
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
Add '(opens in new tab)' to link text or aria-label.
https://github.com/xdebug/xdebug
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 |
|---|---|---|---|---|---|
| h3 Projects | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Announcements | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Xdebug - Debugger an… | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a Install | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a Documentation | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a Support | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a GitHub | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| div If you find Xdebug u… | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a supporting the proje… | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| p Xdebug is an extensi… | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a PHP | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| p , and provides a ra… | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| a Step Debugging | 12.26:1 | 4.5:1 | #000000 | #A5D471 | Pass |
| dd A way to step throug… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Improvements to PHP'… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| dd An improved | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a var_dump() | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| dd function, stack trac… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Tracing | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| dd Writes every functio… | 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.