Accessibility Statement
Last updated: April 10, 2026
Worker's AdvoKit is built for everyone — including people using screen readers, keyboard navigation, or other assistive technologies. Accessibility is not an afterthought here. Our tools are meant to help people in stressful situations, and a tool that some people can't use isn't really free.
Our Commitment
We target conformance with the Web Content Accessibility Guidelines (WCAG) 2.1, Level AA (opens in new tab). That means every tool on this site is designed to work with screen readers, keyboard-only navigation, and high-contrast display modes.
What We Do
- Semantic HTML — We use proper heading structure, landmark regions, and native HTML elements so screen readers can navigate the page logically.
- Keyboard navigation — All interactive elements (buttons, inputs, dropdowns, links) are reachable and operable with a keyboard alone.
- Screen reader support — Form fields have visible labels tied to their inputs. Results are announced clearly. No information is conveyed by color alone.
- Touch target sizing — Interactive elements are at least 44×44px on mobile, which is the minimum recommended for comfortable touch use.
- Focus indicators — Keyboard focus is always visible. We do not suppress the browser focus ring.
- Color contrast — Text and UI elements meet WCAG AA contrast ratios (4.5:1 for normal text, 3:1 for large text and UI components).
- Reduced motion — We respect the system-level reduced motion preference wherever animations are used.
Known Limitations
We are a small, continuously improving project. Some areas we are actively working on:
- Some complex multi-step tool flows may announce step changes inconsistently across all screen reader and browser combinations. We are testing and improving these.
- Third-party embeds (such as our Ko-fi support widget) are outside our direct control. We have added ARIA attributes where possible, but full accessibility of third-party content is not guaranteed.
If you encounter a specific barrier, please let us know (see below) — we take these reports seriously and address them as fast as we can.
Report an Accessibility Issue
If you run into a barrier — something you can't reach, read, or operate — please tell us. We want to know.
- Email admin@workersadvokit.org
- Describe the page you were on, what you were trying to do, and what assistive technology you use (if any). We will follow up and post fixes.
Technical Approach
Worker's AdvoKit is built with Next.js (React) and Tailwind CSS. All calculations run entirely in your browser — there are no server round-trips for tool inputs, and no page reloads between steps. We are progressively adding ARIA live regions to announce dynamic content updates to screen readers.
Questions about this statement? See our About page or email admin@workersadvokit.org.