Skip to content

wcag.json is a mess #4393

Open
Open
@jribbens

Description

@jribbens

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) contained id and title for each technique. This has disappeared and instead there is a property techniquesHtml 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/).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions