Open
Description
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:
- The old file had a property
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. - Some technique titles are truncated in the middle (F7, F12, F36, F46, G10, G135).
- Technique SCR21 is missing completely (despite being listed at https://www.w3.org/WAI/WCAG22/quickref/).