accessibility.
PaellaDoc is built for one human. That human can have any kind of body. I aim for WCAG 2.1 AA and I will keep working at it.
conformance status.
This site is partially conformant with WCAG 2.1 level AA. “Partially” means some content does not yet fully meet the standard — and I’d rather say so than pretend.
I audit on each major release and prioritize fixes that unblock real users.
technical specs.
The site uses semantic HTML, WAI-ARIA where helpful, CSS for presentation, and minimal JavaScript. The product CLI runs in your terminal — accessibility there inherits from your terminal emulator.
measures I take.
- Accessibility is part of design review for every page.
- Color contrast checked against WCAG AA on the brand palette (mostaza on near-black passes; terracota on near-black passes).
- Keyboard navigation works on all interactive elements.
- No reliance on color alone to convey state.
- Reduced-motion preferences respected (no marquees / cursor blinks if you set
prefers-reduced-motion).
feedback.
If you hit a barrier, tell me. I respond within 2 business days.
Email: joseluiscases@gmail.com · or open an issue on GitHub.
assessment approach.
Self-evaluation by me using axe DevTools, manual keyboard testing, and screen reader spot-checks (VoiceOver on macOS).
External audit pending — when done, I will publish the report here.