Skip to content

ARIA specs broken - definitionMap not defined #2848

Open
@jnurthen

Description

@jnurthen

Important info

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buglegacyFor supporting legacy profiles

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions