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

include wc validator in the pytest suite for the exported html #83

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

tonyfast
Copy link
Contributor

https://validator.w3.org/ is a good place to verify html source. in this project, we are designing from aria first principles which means that some tests use improper tag attribute combinations. we catch a lot of those with this approach of the validator integrated into ci.

right now the parameterization of the tests is janky and the file writing is janky, but we'll handle that in another effort.

i showed @bollwyvl the preliminary research for this work https://tonyfast.github.io/tonyfast/xxiii/2023-11-14-w3c-validator.html he's submitted conda-forge/staged-recipes#24509 to make the validator available on conda.

Copy link

A preview fo the exported examples will be rendered at
https://iota-school.github.io/notebooks-for-all/branch/test-validator/exports/html

@tonyfast tonyfast merged commit 66a84a1 into main Nov 17, 2023
3 checks passed
@tonyfast tonyfast mentioned this pull request Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant