- From: Aaron Leventhal <aleventhal@google.com>
- Date: Wed, 16 May 2018 14:20:50 -0400
- To: "Schnabel, Stefan" <stefan.schnabel@sap.com>
- Cc: James Nurthen <nurthen@adobe.com>, ARIA Working Group <public-aria@w3.org>
- Message-ID: <CA+1LECR7Ljp4wKpvPSGWW4r6sCB=yXx2J6p6wAZH2v2u4T_aSA@mail.gmail.com>
I'll be there for the annotations discussion. The short version of what I'm proposing at this point adds just a few new roles and nothing else. It reuses aria-details and some of the motivations vocabulary from the annotations spec. This markup handles 3 important use cases: comments, suggestions and footnotes. An advantage of the proposed markup is that browsers won't need to implement anything new. We can work with AT vendors to make it usable. Proposed markup: - aria-details on the annotated content, pointing to an annotation - On the target of the aria-details relation, describe the annotation using role="annotation-commenting"|"annotation-suggesting"|"annotation-describing"(default). - For footnotes, role="doc-footnote" on the aria-details target. (This is necessary because although DPub-ARIA provides footnote roles, I don't see a way to point to the footnote from the doc-noteref). - ins/del to mark up a suggested change (or ARIA 1.2 equivalents). These can be grouped in a span with aria-details pointing to a description of the change, using role="annotation-suggesting". Examples: <p>The word <span class="commented-text" aria-details="thread-1">cat</span> has a comment tied to it.</p> <p>Suggestion with comment: You suggest we eat <span role="annotation-suggesting" aria-details="thread-2" class="commented-text"><del>oranges</del><ins>clementines</ins></span>.</p> ... <div id="thread-1" role="annotation-commenting" aria-roledescription="Comments"> <div id="comment-1" role="group" aria-roledescription="Comment"> <p>Cats are liquid BTW<br>—Danny Ainge</p> </div> </div> <div id="thread-2" role="annotation-suggesting" aria-roledescription="Comments"> <div id="comment-2" role="group" aria-roledescription="Comment"> <p>Clementines taste far better than oranges IMO.<br>—Terry Rozier</p> </div> </div> Thanks, Aaron On Wed, May 16, 2018 at 3:30 AM Schnabel, Stefan <stefan.schnabel@sap.com> wrote: > Regrets. I am on a business trip. > > > > Have a good meeting > > Stefan > > > > *From:* James Nurthen [mailto:nurthen@adobe.com] > *Sent:* Tuesday, May 15, 2018 11:09 PM > *To:* ARIA Working Group <public-aria@w3.org> > *Subject:* Agenda for Thursday 17 May, 2018 - ARIA Working Group > > > > Meeting: WAI-ARIA Working Group – 17 May 2018 > > Time: 10:00 AM US Pacific, 1:00 PM US Eastern > > Duration: 1 hour > > Webex: https://www.w3.org/2017/08/telecon-info_aria > > IRC: irc.w3.org, port: 6665, channel: #aria > > > > Agenda: > > 1. AccName > > * CR Draft - https://rawgit.com/w3c/accname/2018-05_CR/index.html > > * Issues to be resolved - https://github.com/w3c/accname/milestone/1 > > 2. TPAC 2018 > > 3. HTML 5.3 Review > > * Request by APA https://lists.w3.org/Archives/Public/public-aria/2018May/0005.html > > * https://github.com/w3c/html/pull/1133 > > 4. Charter Update > > * https://www.w3.org/2018/03/draft-aria-charter > > 5. Annotations > > * See thread - https://lists.w3.org/Archives/Public/public-aria/2018May/thread.html#msg15 > > 6. IDL Reflections branch > > * https://github.com/w3c/aria/pull/708 > > * https://pr-preview.s3.amazonaws.com/w3c/aria/pull/708.html > > 7. Role Parity > > * https://github.com/w3c/aria/wiki/Plans-regarding-role-parity > > > > > > Time: > > https://www.timeanddate.com/worldclock/fixedtime.html?msg=WAI-ARIA+Working+Group+Meeting&iso=20180517T13&p1=43&ah=1 > > > > Decision Policy: https://www.w3.org/WAI/ARIA/decision-policy > > > > Minutes Last Meeting: https://www.w3.org/2018/05/10-aria-minutes.html > > > > > > >
Received on Wednesday, 16 May 2018 18:21:28 UTC