accessibility
Accessibility statement
Last reviewed 9 August 2026
A checklist tool you can't operate is a broken checklist tool. Checklistor aims to conform to WCAG 2.2 level AA, and accessibility is treated as a feature, not a compliance checkbox.
What's built in
- Full keyboard operation: adding, checking, renaming, moving and deleting items all work without a mouse (see the shortcut hints in the workspace).
- Visible focus indicators on every interactive element, and a skip link on every page.
- Semantic HTML with ARIA only where it adds information: progress bars expose values, menus announce themselves, toasts use live regions.
- Color contrast at or above AA in both the paper (light) and night (dark) themes; meaning is never carried by color alone.
prefers-reduced-motionis respected — animations collapse to instant state changes.- Text scales cleanly to 200% and layouts adapt to small screens and zoomed viewports.
Known limitations
- Reordering items uses menu buttons and Alt+arrow keys rather than drag-and-drop — deliberate, since drag interactions are hard to make accessible, but the wording of screen-reader feedback while moving items is still being improved.
- The embeddable widget inherits colors from the embedding site's configuration; embedders are responsible for choosing accessible combinations (the defaults pass AA).
Tell us what's broken
If anything on this site is hard to use with your setup (screen reader, switch access, magnification, anything), email hello@plainforge.com with the page and what happened. Accessibility reports get fixed first.