-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
links that should point back to ARIA are now all broken in github.io editors draft #181
Comments
Hey Michael -- I'm not sure why, but it looks like this recent change from you caused this breakage: ed79fdf If I checkout out the commit before, the bug isn't there, so I tried your change to index.js line by line -- and its updating:
to
That causes the links to break?? I'm pretty confused, I wonder if you understand why? |
The document header needs a CRD entry for the ARIA specs so it knows where to point in that version.
The other entries also need updating. I think the above are the correct values. |
Shouldn't the main branch stay "ED", and a branch be add for CRD? |
Why? Isn’t the whole point of evergreen that we push PRs to the real spec once they are merged? |
I can update those based on what we decide. I would say that it makes sense to have the main branch be the CRD branch as @jnurthen suggests. |
SHA: dbf9bc2 Reason: push, by daniel-montalvo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
In the published editors draft: https://w3c.github.io/core-aam/
Any role or attribute link which used to go back to the ARIA spec now just adds a URL fragment to the role or attribute.
For example:
The text was updated successfully, but these errors were encountered: