w3c / wcag

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

F102 and F105 have redundant hard-coded Applicability information #3925

Open kfranqueiro opened 5 months ago

kfranqueiro commented 5 months ago

In F102, the following lines are redundant of content that is automatically generated by the build:

https://github.com/w3c/wcag/blob/ba81e62b839c64fb3789dff714934c514514eec0/techniques/failures/F102.html#L19-L22

In F105, the same goes for the second line of the paragraph here:

https://github.com/w3c/wcag/blob/ba81e62b839c64fb3789dff714934c514514eec0/techniques/failures/F105.html#L17-L18

These pieces of information end up displaying redundantly in the XSLT process output. The Eleventy process in #3917 currently has workarounds to avoid this duplication.