RE: Microsoft's ARIA annotations proposal

I think Aaron’s proposals are developing in the right direction, and I would support the more expansive list of annotation types drawn from the Web Annotation work.

I can immediately think of use cases for “highlighting”, for example, in educational applications, where something more than attribute (e.g., font) changes is desirable to cue an assistive technology, and ultimately the user, to highlighting that is essential to understanding the content.

From: Aaron Leventhal <aleventhal@google.com>
Sent: Monday, May 14, 2018 1:19 PM
To: Schnabel, Stefan <stefan.schnabel@sap.com>
Cc: John Foliot <john.foliot@deque.com>; ARIA Working Group <public-aria@w3.org>; W3C PF - DPUB Joint Task Force <public-dpub-aria@w3.org>; DPUB mailing list <public-digipub-ig@w3.org>
Subject: Re: Microsoft's ARIA annotations proposal

I checked with Robert Sanderson offline about what he'd like to see regarding reusing the annotations spec motivations vocabulary<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3.org%2FTR%2Fannotation-vocab%2F%23named-individuals&data=02%7C01%7Cjjwhite%40ets.org%7C37c51a60e5fd46b1a19108d5b9bee35a%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636619151867098891&sdata=SFORaJtqhJ0GPLIKa3MqKMrrxgUSm%2B%2FfsIYhp9XSjyc%3D&reserved=0>. The idea is to use the existing motivations, which are: assessing, classifying, commenting, describing, editing, highlighting, identifying, linking, moderating, questioning, replying, tagging.

So, example ARIA markup might be:
<p>Here is some <span aria-details="comment-thread-1" aria-detailsmotive="commenting">commented text</span></p>
Alternatively, in order to avoid adding yet another new ARIA property, we use a prefixed role on the target annotation, like this:
<p>Here is some <span aria-details="comment-thread-1">commented text</span></p>
<div id="comment-thread-1" role="annotation-commenting">Comment 1...</div>

A second benefit of using the role attribute for the annotation type is that users could navigate by annotation type, e.g. discover comments first, and follow the reverse relation back to the text.
A third benefit of using the role attribute is that we do not have to deal with the additional complexity of specifying multiple motives when there are multiple details (aria-details is a space-separated list of ids).

This would not cover all of the code editing use cases requested by Microsoft, e.g. conditional breakpoints. However, we do have the flexibility of dealing with those separately.

As far as the use cases Microsoft pointed out about spelling and grammar errors, those are already covered by aria-invalid="spelling" | "grammar" -- no additional annotation markup is necessary.

This is all food for thought. I look forward to discussing it further.

Aaron


On Sun, May 13, 2018 at 4:58 AM Schnabel, Stefan <stefan.schnabel@sap.com<mailto:stefan.schnabel@sap.com>> wrote:
I highly second that proposal. Expecting MS to support it in UIA for Win 10 Fall release 2018 ;)

- Stefan
Von meinem iPad gesendet

Am 11.05.2018 um 17:37 schrieb John Foliot <john.foliot@deque.com<mailto:john.foliot@deque.com>>:
+1 to Aaron, and I suspect that the folks over in dPub WG would be interested and supportive of this as well.

JF

On Fri, May 11, 2018 at 9:35 AM, Aaron Leventhal <aleventhal@google.com<mailto:aleventhal@google.com>> wrote:
Hello, I was reading the ARIA annotations issue<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fw3c%2Faria%2Fissues%2F749&data=02%7C01%7Cjjwhite%40ets.org%7C37c51a60e5fd46b1a19108d5b9bee35a%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636619151867098891&sdata=xXNJIQjC3R7l%2FcGfW%2FJdwwOS%2BENYeGBk1OTVvpsN5%2Fs%3D&reserved=0> and the linked Microsoft Position Paper on Annotations<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3.org%2F2014%2F04%2Fannotation%2Fsubmissions%2FMicrosoft_Position_Paper_on_Annotations.pdf&data=02%7C01%7Cjjwhite%40ets.org%7C37c51a60e5fd46b1a19108d5b9bee35a%7C0ba6e9b760b34fae92f37e6ddd9e9b65%7C0%7C0%7C636619151867098891&sdata=TzZK0igg%2B2Ga5mmBmpVf66xaheBFuefVyh5zt7SogHw%3D&reserved=0>.

All I can say is, yes, we need this. With perhaps a few minor tweaks, the proposal is already pretty solid. It would solve a lot of real problems in group document editors. This would be very helpful for end users.

I'd like to see annotations sooner than the 1.4 time frame, and look forward to implementing in Chrome, and working with platform API specs and AT vendors as well.

I propose we get this on the agenda for an upcoming meeting.

Thank you,
Aaron







--
John Foliot
Principal Accessibility Strategist
Deque Systems Inc.
john.foliot@deque.com<mailto:john.foliot@deque.com>

Advancing the mission of digital accessibility and inclusion

________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________

Received on Monday, 14 May 2018 17:34:46 UTC