Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ignored jupyter-book web accessibility issues (and remove ignore) #9

Open
2 tasks done
d33bs opened this issue Mar 19, 2024 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Member

d33bs commented Mar 19, 2024

Existing issue check

  • I found no existing issues covering this topic.

Description

When implementing #7 several web accessibility issues were discovered which stem from jupyter-book template-related HTML. This issue focuses on resolving those issues and removing the need for the ignore rules from pa11y.

Ignored rules (within pa11y.json):

// 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"

Reproducible example

n/a

Versions

Any

Would you like to work on a solution for this?

  • Yes I am willing to submit a PR!
@d33bs d33bs added the enhancement New feature or request label Mar 19, 2024
@d33bs
Copy link
Member Author

d33bs commented Mar 19, 2024

I've opened executablebooks/jupyter-book#2135 based on the current status here and what was mentioned in #7 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant