-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Pointer input" definition has broken reference in understanding documents #2535
Comments
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? |
There's also a whole litany of references in Contrast (minimum), which is particularly interesting because they appear under Intent which is strictly part of the informative docs (as opposed to the term definitions which originate under Resolving this will require implementing the equivalent of ReSpec's bibliography functionality within the build process for techniques/understanding, which I presume means we'd need to generate a Bibliography section similar to how we generate Key Terms. It also necessitates scanning text in all definitions + all |
I am not sure that we need a "bibliography" section in the same way as is in REC documents. I think adding in the link would be sufficient. |
I'm posting an update here after closing out other issues referencing the same root cause. We have several of these bibliographical references in various states of resolvability:
I have a solution for the first two buckets. Regarding the third, I'm not sure if it's feasible to fish up approrpriate URLs for them. |
Refs #2535 This adds support to the Eleventy build system for resolving bibliographical references within paragraphs in the format `[[ref]]`, and converting them into links within single brackets instead. This resolves against both specref.org and the local bibliography configured in `biblio.js` in this repo. Note that there are some references that have no resolution in either of these sources, which is why I'm not marking this as fully resolving the related issue. Details at #2535 (comment)
In the 3rd bucket, I think these affect background-audio and contrast. Could we just use the references and add those as text to the resources section? |
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
The text was updated successfully, but these errors were encountered: