1. Standards Compliance
This website aims to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA. WCAG defines requirements for designers and developers to improve accessibility for individuals with disabilities.
2. Features Implemented
- Semantic HTML5 elements (
<header>
,<nav>
,<main>
,<footer>
) to improve screen reader navigation. - All images include meaningful
alt
attributes or are marked decorative. - Logical heading structure (
h1
–h3
) for content hierarchy. - Keyboard navigation support—interactive elements are focusable and operable via keyboard.
- Sufficient color contrast ratios (minimum 4.5:1 for normal text).
- ARIA attributes where necessary (e.g.,
aria-expanded
for collapsible panels). - Responsive design ensuring content is accessible on all devices and zoom levels.
3. Known Limitations
While we aim for full compliance, some third-party embeds (e.g., videos or analytics scripts) may not fully meet WCAG. We are working to improve these areas and welcome feedback.
4. Feedback
We welcome your suggestions and feedback on how to improve accessibility. Please contact us at [email protected] or call +61 2 4984 1022. If you encounter any accessibility barriers, let us know the page URL, the specific issue, and any assistive technology you use.
5. How We Test
We regularly test pages with automated tools (axe, Lighthouse) and manual keyboard-only navigation. We also use screen reader software (NVDA, VoiceOver) to verify content clarity.
6. Technical Specifications
- HTML5, CSS3, JavaScript (ES6+)
- ARIA 1.1 roles and properties
- WCAG 2.1 Level AA standards
7. Updates to This Statement
This statement was last updated on the date above. We review accessibility practices annually and update this page to reflect improvements.