disabilityemployment.org.au • Generated 19 March 2026
Automated accessibility testing was performed using three industry-standard tools: Google Lighthouse, axe-core, and Pa11y. Results indicate generally good accessibility with specific areas requiring attention.
The following issues were identified across the tested pages, prioritized by impact level.
| Issue | Impact | Occurrences | Pages Affected |
|---|---|---|---|
| Links missing discernible names Images used as links without alt text, icon links without labels |
Serious | 24 | All pages |
| Select elements missing labels Dropdown filters without associated label elements |
Critical | 5 | Events, Directory |
| Color contrast insufficient Text colors not meeting WCAG AA contrast ratios |
Serious | 13 | Homepage, Events |
| Missing main landmark Page lacks <main> element for screen reader navigation |
Moderate | 1 | Directory |
| Skip link not focusable Skip-to-content link target doesn't exist |
Moderate | 2 | Events, Directory |
| Content outside landmarks Page content not contained within ARIA landmark regions |
Moderate | 63 | Directory |
| Duplicate IDs SVG elements reusing same ID attributes |
Moderate | 4 | Homepage |
| Search forms missing submit buttons Keyboard users cannot submit search forms |
Serious | 2 | Homepage |
Screen readers cannot determine the purpose of these links. Add meaningful alt text to images or aria-label to icon links.
Affected elements:
Dropdown selects in the Events and Directory filters need associated labels for screen readers.
Some text elements don't meet WCAG AA minimum contrast ratio of 4.5:1 for normal text or 3:1 for large text.
The "Skip to content" link points to #top which doesn't exist. Add an ID to the main content area.
The Provider Directory page is missing a <main> landmark, and much content exists outside any landmark region.
<main role="main"><header role="banner"><footer role="contentinfo"><nav> for navigation sectionsSVG icons are reusing IDs like mask0_12_198 and clip0_12_198. Each ID must be unique.
Run these tests periodically to monitor accessibility compliance:
Visual feedback about accessibility issues directly on the page.
Run WAVE Test βFull Lighthouse audit including accessibility, performance, SEO.
Run PageSpeed Test βCheck HTML content for accessibility problems against WCAG standards.
Run AChecker Test βMicrosoft's accessibility testing tools for web.
Get Accessibility Insights βVerify color combinations meet WCAG contrast requirements.
Check Contrast βPriority fixes to achieve WCAG 2.1 AA compliance:
<main id="top">This audit tests against WCAG 2.1 Level AA standards. Key principles:
| Tool | Version | Standard |
|---|---|---|
| Google Lighthouse | Latest | axe-core 4.11 |
| axe-core CLI | 4.11.1 | WCAG 2.1 AA |
| Pa11y | Latest | WCAG 2.1 AA (HTML_CodeSniffer) |
Note: Automated testing can only detect approximately 30-50% of accessibility issues. Manual testing with screen readers (NVDA, VoiceOver) and keyboard-only navigation is recommended for comprehensive accessibility compliance.