Back to Payload

Accessibility

docs/admin/accessibility.mdx

3.84.11.5 KB
Original Source

Payload is committed to ensuring that our admin panel is accessible to all users, including those with disabilities. We follow best practices and guidelines to create an inclusive experience.

<Banner type="info"> <p> We are actively working towards full compliance with WCAG 2.2 AA standards. If you encounter any accessibility issues, please report them in our{' '} <a href="https://github.com/payloadcms/payload/discussions/14489" target="_blank" rel="noopener noreferrer" > GitHub Discussion </a>{' '} page. </p> </Banner>

Compliance standards

StandardStatusDescription
WCAG 2.2 AAIn ProgressWeb Content Accessibility Guidelines (WCAG) 2.2 AA is a widely recognized standard for web accessibility.

You can view our report on the current state of the admin panel's accessibility compliance.

Our approach

  • Integrated Axe within our e2e test suites to ensure long term compliance.
  • Custom utilities to test keyboard navigation, window overflow and focus indicators across our components.
  • Manual testing with screen readers and other assistive technologies.