-
Notifications
You must be signed in to change notification settings - Fork 125
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
Place to collect feedback on ARIA Annotations proposal #1109
Comments
Hi 👋 So what mechanism should we employ here you think? Pseudo markup follows as seed for discussion... Example document somearticle.html:
Example annotation using standard rel attribute and a local
What say ye wise peeps? |
There's no reason that an annotation can't point to an external resource via a link. It will be an extra hop for the screen reader user, but it works. User would navigate to the annotation that has a link, and then could activate the link. However, the aria-details (not aria-detail btw) should go on the thing that is being commented, and point to the comment. I was about to write some example code, but I'm not sure what you're looking to do. Are you looking to point from the comment back to the annotated content in the source document? ARIA Annotations work the other way, pointing from the annotated content to the annotation body. |
Thanks for your reply 🙂 ... Edited out this part as it needed more pondering 😉 ... The concept of referencing a local link from an aria-details attribute to point to an external resource is taken from the ARIA docs. Example 19 I will write a better example of my toughts on Monday when I'm back from vacation 🙂 |
I think this can be closed as resolved (all PRs have been merged). |
Please leave feedback here on proposal at https://github.com/aleventhal/aria-annotations
Original ARIA Annotations issue = #749
The text was updated successfully, but these errors were encountered: