w3c / wcag

Web Content Accessibility Guidelines
https://w3c.github.io/wcag/guidelines/22/
Other
1.11k stars 252 forks source link

Programtically parse wcag2.1 spec #1729

Closed LukeButters closed 3 years ago

LukeButters commented 3 years ago

Hi, I am trying to programmatically parse the wcag 2.1 spec but I have ran into a number of issues:

  1. It is not clear what branch or tag I should be using.
  2. FLASH techniques seem to missing from the techniques folder yet they are visible on the w3c site
  3. When generating the JSON using the ant json task, some techniques seem to be missing

Would I be better of just parsing the html documents under https://www.w3.org/WAI/WCAG21/

alastc commented 3 years ago

Hi Luke,

I'm not clear what you are trying to get out of the parsing, so I'm not sure what to recommend.

  1. There is a WCAG-2.1 branch in github.
  2. Flash techniques will go in a future publication-run of the documents.
  3. The quickref data is out of date, but if you are parsing github or the public facing HTML pages that wouldn't be the case.

Overall, we don't have capacity to provide support for this kind of request, so I'm going to close the issue.