You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's indeed a regression. We recently stopped supporting the w3c-common profile, but I'll get the fix for this bug in.
Alternatively, if you could explain what exactly resolveReferences.js does, we might be able to integrate it in ReSpec. I've seen similar thing being used in json-ld specs if I'm not wrong.
@saschanaz I'm thinking of creating a side-channel for updates to w3c-common profile. We won't actively support it, but may add fixes for severe regressions. My plan is to branch off v25.5.0, build manually when needed (should be rare) and copy builds to /builds folder when we release.
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
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.
The text was updated successfully, but these errors were encountered: