w3c / wcag

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

Some pages have duplicate sections #3922

Open kfranqueiro opened 5 months ago

kfranqueiro commented 5 months ago

The following pages have multiple sections with the same id and heading.

In one case, the XSLT build process preserves both sections separately but the table of contents links to the first, which contains duplicate content from the previous section; the Eleventy build process in #3917 correctly removes the earlier section to handle this particular issue until we resolve it.

In the other cases below, both build processes merge the duplicate sections together. The Eleventy process also prints a warning about it.

kfranqueiro commented 5 months ago

FYI, I've addressed the Label in Name / Benefits instance in #3939, since that involved looking at nested Benefits sections anyway.

kfranqueiro commented 3 months ago

H63 is addressed in https://github.com/w3c/wcag/pull/4009