w3c / wcag

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

"Pointer input" definition has broken reference in understanding documents #2535

Open patrickhlauke opened 2 years ago

patrickhlauke commented 2 years ago

If you look at https://w3c.github.io/wcag/understanding/target-size-minimum.html#key-terms, note how the end of the "Pointer input" key term definition has an unprocessed [[!pointerevents]] at the end.

In the main WCAG document, this is correctly processed to a bibliography link - see https://w3c.github.io/wcag/guidelines/22/#dfn-pointer-inputs

alastc commented 1 year ago

We had a look at this, the same happens for the CSS pixel definition: https://w3c.github.io/wcag/understanding/target-size-enhanced.html#dfn-css-pixel

Looks like the template/generator doesn't do it's job in the understanding doc?