Skip to main content

Accessibility Statement

Last updated: May 2026

Our Commitment

RREF Calculator is committed to making our calculators and educational content accessible to all users, including those using assistive technologies. We aim for conformance with WCAG 2.1 Level AA guidelines.

Current Accessibility Features

  • Keyboard navigation: All calculator inputs support Tab, arrow keys, and Enter for navigation. No mouse required for core functionality.
  • ARIA labels: Matrix cells have ARIA labels identifying their row and column position (e.g., "Row 2, Column 3").
  • Color contrast: Text and interactive elements meet WCAG AA contrast ratios. No information is conveyed through color alone.
  • Semantic HTML: Headings follow a logical hierarchy (h1 → h2 → h3). Lists use proper list markup. Tables use appropriate table markup.
  • Focus indicators: All interactive elements have visible focus rings with sufficient contrast.
  • Responsive design: The site is fully functional on mobile devices and adapts to zoom up to 200% without horizontal scrolling.

Known Limitations

  • Math rendering (KaTeX): Mathematical formulas rendered by KaTeX have limited screen reader support. The underlying LaTeX source is not always exposed to assistive technologies. We are working on providing alternative text for key formulas.
  • Step-by-step display: Complex matrix states in the step-by-step panel may be difficult to navigate with a screen reader. Each matrix cell has ARIA labels, but the spatial layout is not conveyed audibly.

Feedback

If you encounter an accessibility barrier on this site, please contact us via the contact page. Describe the barrier and include the URL of the page where you encountered it. We aim to resolve accessibility issues within 5 business days.

Technical Specification

This site is built with Next.js 15 (React 18), Tailwind CSS, and standard HTML5. It is tested with keyboard-only navigation. Screen reader testing is ongoing.