Open jnurthen opened 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
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