Open
Description
Important info
- URL to affected spec: https://w3c.github.io/aria/
- ReSpec version: 25.6.0
- I did a "hard refresh", but it's still busted.
Description of problem
ARIA (and a number of specs) have shared terms. We clean these up by removing any which are not referenced in https://github.com/w3c/aria-common/blob/master/script/resolveReferences.js which includes the following where it attempts to remove references from respec
$p.getDfnTitles().forEach(function( item ) {
if (respecConfig.definitionMap[item]) {
delete respecConfig.definitionMap[item];
}
});
This no longer works
This worked when we published in December so my guess is that this is caused by https://github.com/w3c/respec/pull/2682
Can you help us get this working again. I don't mind making minor code changes to get it working.