-
Notifications
You must be signed in to change notification settings - Fork 287
wcag.json is a mess #4393
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
Comments
One for @kfranqueiro. I think the first step is to document (e.g. in the readme) what the wcag.json is intended to do, including why |
Thanks for reporting these issues and feedback. General background:
|
This repository used to contain a file
wcag.json
which had a machine-readable list of guidelines, success criteria, techniques, etc. This was apparently removed in #4301 and replaced by a file which is not in the repository but which seems to be available at https://www.w3.org/WAI/WCAG22/wcag.json, although I had to find this out by trial and error. This replacement file has some issues:techniques
which (through a rather complicated structure) containedid
andtitle
for each technique. This has disappeared and instead there is a propertytechniquesHtml
which has to be run through an HTML parser to try and extract similar information.The text was updated successfully, but these errors were encountered: