w3c / wcag

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

Some pages have duplicate sections #3922

Open kfranqueiro opened 1 month ago

kfranqueiro commented 1 month 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 3 weeks ago

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