Skip to content

Commit

Permalink
Merge pull request #133 from steff456/add-zoom-audit
Browse files Browse the repository at this point in the history
Add audits in the Jupyter ecosystem
  • Loading branch information
isabela-pf committed Jul 20, 2023
2 parents 3d31aca + 4928cec commit 3420956
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ parts:
- file: resources/useful-resources.md
- file: resources/map-jupyterlab-frontend-architecture/README.md
# ------------------------------------------------------
# Accessibility audits and improvement strategies
- caption: Accessibility audits
chapters:
- file: audits/index.md
# ------------------------------------------------------
# funded projects
- caption: Funded accessibility work
chapters:
Expand Down
25 changes: 25 additions & 0 deletions docs/audits/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Jupyter Accessibility Audits

This is the collection of accessibility audits in the Jupyter ecosystem. Each
one of these identifies the current accessibility and usability state of the
interface regarding a given area or topic, usability with assistive technology,
and improvement strategies in order to fix shortcomings and/or failures on each
of the topics.

The main goals of these audits are:

1. Identify accessibility barriers in the software.
2. Identify ways to remove the barriers found.

An overarching goal of this work is to improve usability for disabled users.

## JupyterLab Audits

- [JupyterLab 3.4.3 Zoom Audit (August 2022)](https://github.com/Quansight-Labs/jupyterlab-accessible-themes/issues/34#issuecomment-1210168155)
- [JupyterLab v2.2.6 for WCAG 2.1 audit (November 2021)](https://github.com/jupyterlab/jupyterlab/issues/9399)
- [JupyterLab Screen reader with keyboard shortcuts audit (June 2019)](https://github.com/jupyterlab/jupyterlab/issues/6573)

## Notebook Audits

- [Notebook v7.0.0 for WCAG 2.1 audit (March 2023)](https://github.com/jupyter/notebook/issues/6800)
- [Notebook 7 prerelease keyboard navigation review (October 2022)](https://github.com/jupyter/notebook/issues/6595)

0 comments on commit 3420956

Please sign in to comment.