We build software for the disability sector, so accessibility is not an afterthought for us. This statement covers our marketing website, the OneForce Care web platform, and the OneForce Care Worker App. It is written by Wondertree Studios Pty Ltd (ACN 699 886 498, ABN 82 699 886 498), of Level 10, 387 George Street, Sydney NSW 2000, Australia.
We describe our current state honestly below. We have not commissioned an independent accessibility audit, and we do not yet run automated accessibility testing in our build pipeline. Accessibility is an ongoing program of work, not a one-off project, and we prioritise fixes as we become aware of them.
Our target
We aim to meet the Web Content Accessibility Guidelines (WCAG) 2.2 at Level AA as our standard across the website, the web platform, and the Worker App. This is a goal we are working towards, not a claim of current, verified conformance.
What’s in place today
Keyboard access and focus. Interactive controls across the web platform, including buttons, links, and form fields, are built to be reachable and operable by keyboard, with a visible focus outline shown when navigating with a keyboard (:focus-visible) rather than only on mouse click. We use semantic HTML elements (buttons, form labels, headings in order) as the default building blocks rather than generic clickable elements wherever practical.
Colour and contrast. The web platform and website use a single, token-based colour system, applied consistently in both light and dark modes, so text, borders, and interactive states are drawn from a small, deliberate palette rather than ad hoc colours. The palette is designed with readable contrast in mind, though we have not run a systematic contrast audit against every text and background combination in the product, and some lower-emphasis text (for example, tertiary labels) may not always meet AA contrast at small sizes. We treat contrast issues reported to us as bugs.
Reduced motion. Both the web platform and the Worker App respect your operating system’s “reduce motion” preference. On the web platform, a prefers-reduced-motion: reduce media query minimises animation and transition durations across the interface. In the Worker App, list entrances, staggered item animations, and layout transitions are built to check the device’s reduced-motion setting and skip straight to their end state when it is on, rather than animating.
Responsive layout. The website and web platform use responsive, flexible layouts intended to remain usable and readable as the viewport shrinks, rather than a fixed desktop-only layout.
Assistive technology labelling. Icon-only buttons and non-text controls across the web platform and Worker App are labelled for screen readers (using aria-label on the web, and accessibility labels and roles in the Worker App) where we have identified the need, though this coverage is not yet complete across every screen.
Known limitations
Some areas do not yet fully meet our WCAG 2.2 AA target, including:
- data-dense screens such as rosters, scheduling grids, and tables, which can be harder to navigate with a screen reader than simpler content pages;
- some lower-emphasis text and status indicators that may not meet AA contrast ratios at small sizes;
- third-party and embedded content we do not control, such as our electronic signature provider’s signing pages, mapping components, and payment or accounting provider screens, which are subject to that provider’s own accessibility practices; and
- areas of the product we have not yet reviewed against WCAG 2.2 specifically, since we have not completed a full audit.
We treat accessibility issues as bugs, not feature requests, and prioritise fixing barriers that stop someone from completing a task over cosmetic issues.
Feedback
If you encounter a barrier using our website, the web platform, or the Worker App, or you need information in a different format, please tell us. Email hello@oneforce.com.au with the page or task, the assistive technology or browser you were using if relevant, and what went wrong. We will do our best to help you complete what you were trying to do, and to fix the underlying issue.