w3c / aria-common

Shared files for the ARIA repositories
Other
8 stars 15 forks source link

links in glossary entries pointing to other documents fail #60

Open jnurthen opened 3 years ago

jnurthen commented 3 years ago

The glossary entries are processed after the link resolution is run.

updateReferences https://github.com/w3c/aria-common/blob/3fa07bde50cb09a35211205ecd18d3b5b4260900/script/resolveReferences.js#L111 is called on it but this only takes care of pref, sref and rref references. It does not deal with specref, core-mapping, html-mapping or accname references.

The code which is run previously does. https://github.com/w3c/aria-common/blob/3fa07bde50cb09a35211205ecd18d3b5b4260900/script/resolveReferences.js#L47

Note - if we move references into the owning specs and use XREFS then this bug will go away