Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.14 KB

accessibility.md

File metadata and controls

20 lines (14 loc) · 1.14 KB

Accessibility checks

April-2023: we are currently
[re-evaluating how we do accessibility checks](https://github.com/pydata/pydata-sphinx-theme/issues/1168)
and reporting, so this may change soon.

In general, accessibility-checking tools can find a limited number of common HTML patterns which assistive technology can't help users understand.

Accessibility checks as part of our development process

We run a Lighthouse job in our CI/CD, which generates a "score" for all pages in our Kitchen Sink example documentation. The configuration for Lighthouse can be found in the .github/workflows/lighthouserc.json file.

For more information about configuring Lighthouse, see the Lighthouse documentation. For more information about Accessibility in general, see .

We have also recently added automated tests using Playwright and axe-core to improve our accessibility testing and reporting.