ipython / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
https://ipython.readthedocs.org
BSD 3-Clause "New" or "Revised" License
16.19k stars 4.42k forks source link

WAI-ARIA accessibility guidelines for Notebook #7979

Open techtonik opened 9 years ago

techtonik commented 9 years ago

https://en.wikipedia.org/wiki/WAI-ARIA describes a way how to make HTML5 pages friendly for screenreaders. It should be possible to implement these in IPython Notebook.

The topic of accessible IDE for Python was brought up on python-ideas here: https://groups.google.com/d/topic/python-ideas/DnK6f4trlUk/discussion

minrk commented 9 years ago

We should definitely be working on this. Do you know about testing/coverage tools for such things?

techtonik commented 9 years ago

@minrk, no. But it would be interesting to research. If there are any funds that can back this up, I know a few people who can help.