3.9.22 Meeting Minutes
Contents
3.9.22 Meeting Minutes#
Attendees#
Martha
Tony
Jason W
Jenn
Isabela
Gabriel
Agenda#
Gabriel
What do developers want/what would you all find helpful in the jupyter/accessibility repo
People can give feedback and ideas later via issues (or PRs if you have something you want to contribute) on jupyter/accessibility.
What I’m working on, just FYI:
Jason W
JupyterLab cell toolbar PR 12028 — Feedback sought on usability, accessibility, etc.
Tab behavior is consistent throughout JupyterLab (which is good), but it’s JupyterLab’s tab behavior that doesn’t make sense. This may need to be a separate issue.
Tabbing through regions is discussed in https://github.com/jupyterlab/jupyterlab/issues/9688
Focus is working throughout, so there is nothing that relies solely on a hover state (good!)
How this interacts with a cell’s command versus edit state is interesting. Navigating the toolbar happens in command mode, but tabbing fully through the toolbar transitions to edit mode with no immediate way back (instead users must return to the start of command mode outside the cell). This is to preserve the use of tab for code completion in a cell, something we do need to preserve.
Jenn
Grant!
Tony
brings up discussion at matplotlib/matplotlib #15971 Improve the accessibility of figures shown with
_repr_html_
around deprecation oflongdesc
and if there are ways this can be solved in a better experience and not only one-off tags.