w3c / aria-common

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

roleinfo.js unversioned #71

Open michael-n-cooper opened 3 years ago

michael-n-cooper commented 3 years ago

The roleinfo.js file contains information about ARIA taken from the main branch. However, ARIA modules may not extend the latest version. DPub-ARIA extends ARIA 1.1, and ends up with inherited properties it should not (and consequently broken links to the 1.1 spec). A way to ensure modules get the correct version of this file is needed.

jnurthen commented 3 years ago

Would the easiest way to resolve this to be to publish roleInfo.js on TR along with the spec? Specs which require a versioned reference could then reference it from an absolute reference on TR.