obsidian/raw/_processed/admin__accessibility.md
2026-05-15 15:13:56 +01:00

1.8 KiB

title label order desc keywords source
Accessibility Accessibility 50 Our commitment and approach to accessibility within the admin panel. admin, accessibility, a11y, custom, documentation, Content Management System, cms, headless, javascript, node, react, nextjs https://payloadcms.com/docs/admin/accessibility

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.

We are actively working towards full compliance with WCAG 2.2 AA standards. If you encounter any accessibility issues, please report them in our{' '} GitHub Discussion {' '} page.

Compliance standards

Standard Status Description
WCAG 2.2 AA In Progress Web 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.