-
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
Annotations #749
Comments
Also https://www.w3.org/WAI/ARIA/track/issues/670
|
https://www.w3.org/WAI/ARIA/track/actions/1454
|
https://www.w3.org/WAI/ARIA/track/actions/1455
|
The TR for web annotations, including commenting and highlighting: |
I've put an updated draft proposal on the Wiki: |
The J Paul Getty Trust would formally object to this unless it is at least aligned with existing W3C standards for Annotation. |
Hi @azaroth42. Thanks for your review and feedback. Could you please let us know what specifically you find is not in alignment and/or what you find objectionable? The ARIA Working Group would find this information helpful before proceeding. Thanks!! |
I'm still catching up with the markup specifics, but one thing that would move this closer to matching the Web Annotation spec would be to change the "annotation types" listed in the draft proposal on the Wiki to match the motivations (aka purposes) listed in the Web Annotation spec. Any missing ones could be added by this group with help from @azaroth42, myself, @iherman, @tcole3, or others who understand the format well. |
Our concerns are identical to @BigBlueHat, above. |
Hi @BigBlueHat and @azaroth42, thanks for the feedback. I actually started out with the motivations linked above and even used the same wording, e.g. with "ing" at the end of each. Personally I was fine with it, but my original reviewers found it awkward to use the "ing" at the end of each, e.g. aria-annotation="commenting" or role="annotation-commenting". It was suggested to me that we did not need to exactly duplicate the motivations, and that we just be able to map from the motivations linked above to the ARIA annotations. What do you think? Also, I'm not really sure we really want all of of the motivations. For example, "highlighting" doesn't really necessarily contain in-page content to link to. It might be more suitable to use role="mark" or something like that. Would it be alright if we started with a subset of the motivations? Another question I have is about footnotes, endnotes etc. What motivation would you use for that one? The DPUB roles for this are doc-footnote and doc-endnote. Therefore we decided we would like to use the role attribute in order to avoid duplication or conflicting markup. |
One of the things the Web Annotation (and Open Annotation before it) works hard to do is avoid creating "annotation types" preferring, instead, a more generic and flexible model centered around targets and bodies (see the intro for more). The danger of typing annotations it that you end up creating narrow data models specific to things which are often nearly (or sometimes exactly) identical...but with different names. The motivation/purpose labeling system is intended to avoid restricting the data model while still giving hints about the purpose and intent expressed in the annotation. The underlying data model remains the same regardless. This has the advantage that tools can focus on finding/selecting/presenting "targets" and displaying or linking to their "bodies" (text, images, other web pages) in relation to them. The result is that annotation users and developers aren't forced to determine if something is a suggestion, or a comment, or a comment that's making a suggestion and describing the presence of another comment. 😁 In the end, this intention informed the choice of gerunds for motivations, so that you can have a single annotation that's "editing commenting questioning" and contains individual bodies for "tagging" and "identifying" and "editing". The data model for the target(s) and the bodies would be consistent regardless. The motivations and purposes would be used to signal different intended uses and experiences for the annotations (or the links/highlights which reference them--depending on your planned use). The core argument being that consistent data model will scale better over time--especially when it essentially boils down to pointing at things and "talking" about them...whatever one's motivation. 😄 |
We don't have much of a data model, pretty much this is just a pointer somewhere else in the page with a type. But for a screen reader user, being able to navigate among all of the comments, and not get any footnotes, or vice-versa, is very useful |
@BigBlueHat @azaroth42 Can you help us understand what would be satisfactory? Please keep in mind we've determined we only require a type and a pointer to visible same-page content. We're optimizing for something different than you are, it looks like.
|
I would say ...
|
@aleventhal this is really interesting. I think it's great that you are working on accessible annotations, and this could have significant impact. I'm curious about the choice to superclass to A word of caution from DPUB-ARIA - I have been hearing that although there is great support from the Accessibility APIs, there has not been much uptake from AT. |
Knowing the expected or assumed UX for any of these would be helpful. Maybe this is already done somewhere I/we've not seen? (sorry...still playing catch-up here.) Also, keeping the The ideal situation would be for groups like hypothes.is and Apache Annotator to easily express Web Annotations into accessibly annotations as well as easily extract HTML-based annotations into Web Annotations--i.e. shortening the distance between the two would helpfully mean more tooling for everyone. |
Isn't the other direction the more important one?
I'll bring it up at the next ARIA WG meeting. I'm fine with it, but when I proposed it originally, others didn't feel it fit with ARIA stylistically. If it helps move things forward it could be practical, but I don't think having ing or not should be a blocker as long as there is a mapping.
Question: what would the linked in-page content for a "highlighting" annotation? My thoughts: I'll bring this up at the next ARIA WG meeting as well. However, for ARIA, we are specifically talking about something that links to in-page content. Basically, the user may want to navigate from comment to comment, or from commented text to commented text, as well as back and forth between the annotated content and the annotation. This UX doesn't make sense unless there is linked is in-page content.
I don't see how we could do this with the way screen readers, ARIA and accessibility APIs work today. Perhaps in the future if/when accessibility develops an extensibility mechanism. |
Thank you, hope so!
Specifics are obviously up to the individual AT, but the general idea is:
We're relying on the exposure of details, and something that describes essentially the type of details linked to. At the last ARIA WG we decided it would be better to use role, so that for footnotes, endnotes, etc. where there is already a DPUB role we could just use that and avoid redundant/conflicting markup situations.
The AT can get the role as a string. We'll be working with different screen reader vendors to support whatever we come up with.
At Google we care about support for at least some of the DPUB-ARIA stuff. We'll be using it in Google Docs and asking screen reader vendors to support through our relationships. |
I answered this one above.
There is some support for this kind of thing in screen reader support for Microsoft Word.
I see the usefulness in going from W3C annotations to ARIA, but not so much the other way around. Do you agree? Or what would be the use case or going from ARIA to W3C annotations?
I don't really see the second one happening. If we need way to express annotations in web content and going back to the rich web annotations model, I don't think ARIA is the right choice. We call ARIA semantics but it really is more of a presentation layer for ATs. The accessibility model today doesn't even handle IRIs. Perhaps using the same term, "annotations", is confusing things, and what we really want to do in ARIA is describe what aria-details was used for. Keeping things to these 2 properties really helps with documentation and more consistent adoption. And it's a requirement for accessibility right now to keep everything to same-page links. This is really for screen reader and perhaps magnifier support, and we really only make stuff that a sighted user would also get on the page accessible. |
Reopening, because the annotations-aria proposal is deprecated. It was going to create a separate specification. The new proposal is to add markup to core ARIA and summarized here in this combo explainer/proposal: |
Please put feedback for the new proposal in issue #1109 |
Relates to ARIA Annotations, issue #749
Relates to ARIA Annotations, issue #749 Fix tabs Fix tabs
1) Support multiple elements. 2) Support types of information/annotations that are not descriptions. Refers to issue #749.
This is now landed in Chrome Canary (Chrome 81). I filed some follow-up issues: Updated existing WebKit bug - https://bugs.webkit.org/show_bug.cgi?id=165842 CORE-AAM doesn't need any changes, it already says there could be multiple elements. |
1) Support multiple elements. 2) Support types of information/annotations that are not descriptions. Refers to issue #749.
Refers to issue #749 Co-Authored-By: Carolyn MacLeod <[email protected]> Co-Authored-By: Matt King <[email protected]>
* Relates to ARIA Annotations, issue #749 Co-Authored-By: Carolyn MacLeod <[email protected]> Co-Authored-By: Matt King <[email protected]>
Relates to ARIA Annotations, issue #749 Fix tabs Fix tabs
@aleventhal requested public comment. No concerns re: ARIA Annotations from Apple Accessibility Engineering. I'll stop short of a formal "Intent to Implement," but it's an area of interest that we hope to implement at some point in the future. Congrats on shipping it in Chrome and Firefox. |
Refers to issue #749 Co-Authored-By: Carolyn MacLeod <[email protected]> Co-Authored-By: Matt King <[email protected]>
* Relates to ARIA Annotations, issue #749 Co-Authored-By: Carolyn MacLeod <[email protected]> Co-Authored-By: Matt King <[email protected]>
I think this can be closed as resolved. |
from https://www.w3.org/WAI/ARIA/track/issues/655
The text was updated successfully, but these errors were encountered: