You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work on this project, it's awesome! In beginning to develop content through Jupyter Book I noticed there are several web accessibility issues which are present in the default builds. These seem like they could be addressed to help meet web accessibility standards. I tried searching for existing issues which cover this and noticed none that are still open. #436 acknowledges existing web accessibility issues but was closed due to not being specific / actionable enough. My hope here is to provide specific and actionable feedback on what could be addressed in the default builds using Jupyter Book.
// search form has no submit button"WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2",// heading tags detected with no content"WCAG2AA.Principle1.Guideline1_3.1_3_1.H42.2",// search form duplicate id"WCAG2AA.Principle4.Guideline4_1.4_1_1.F77"
Please see below for a reference to some example code which may be used to demonstrate these issues.
If possible, I'd also be interested in hearing about potential workarounds to help remedy the issues through template customization, etc. Just the same, it feels important that these are addressed in the default builds from Jupyter Book. Thank you for any thoughts or guidance you have on this topic!
Reproduce the bug
I used pa11y on the HTML files created from jupyter-book build using mostly default settings. Please see here for a reference to a GitHub Actions workflow run with the results that cite the above failure codes.
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
Thanks for the great work on this project, it's awesome! In beginning to develop content through Jupyter Book I noticed there are several web accessibility issues which are present in the default builds. These seem like they could be addressed to help meet web accessibility standards. I tried searching for existing issues which cover this and noticed none that are still open. #436 acknowledges existing web accessibility issues but was closed due to not being specific / actionable enough. My hope here is to provide specific and actionable feedback on what could be addressed in the default builds using Jupyter Book.
Specifically, I see that the following are issues based on WCAG 2 AA conformance standards.
Please see below for a reference to some example code which may be used to demonstrate these issues.
If possible, I'd also be interested in hearing about potential workarounds to help remedy the issues through template customization, etc. Just the same, it feels important that these are addressed in the default builds from Jupyter Book. Thank you for any thoughts or guidance you have on this topic!
Reproduce the bug
I used
pa11y
on the HTML files created fromjupyter-book build
using mostly default settings. Please see here for a reference to a GitHub Actions workflow run with the results that cite the above failure codes.List your environment
The text was updated successfully, but these errors were encountered: