Accessibility
We want everyone to be able to read, order, and book at Ikigailand. This page describes our commitment, the standard we hold ourselves to, and how to tell us when we fall short.
The standard
The Ikigailand website is built to conform with WCAG 2.2 Level AA. We test every public page against this standard using both automated tooling (axe-core) and manual review (keyboard navigation, screen reader pass-through).
We also work within the spirit of the Disability Discrimination Act 1992 (Cth), which prohibits discrimination on the basis of disability in the provision of goods, services, and facilities.
What we've done
- Keyboard: every interactive element is reachable and operable by keyboard alone. Focus is always visible.
- Screen readers: semantic HTML, descriptive
aria-labels on icon-only buttons, skip-to-content link at the top of every page. - Contrast: body text contrast ≥ 4.5:1; large text ≥ 3:1.
- Motion: users with
prefers-reduced-motion: reducesee no hero animations, no auto-scroll, no parallax. - Forms: clear labels, helpful error messages, fields announced by screen readers,
aria-liveregions for form feedback. - Images: every meaningful image has descriptive alt text.
- Languages: the page declares its language as English (Australian).
- Predictable navigation: the same header and footer on every page, with the same item order.