- From: Matt King <a11ythinker@gmail.com>
- Date: Thu, 16 Feb 2017 12:59:09 -0800
- To: "'Gunderson, Jon R'" <jongund@illinois.edu>, "'James Nurthen'" <james.nurthen@oracle.com>
- Cc: "'ARIA Working Group'" <public-aria@w3.org>
- Message-ID: <046301d28897$8541d8d0$8fc58a70$@gmail.com>
Jon, we can chat a bit after the regular agenda is complete. I can stay after the meeting for this. BTW, Iād just remove the aria-label from the td. The button is already labeled ā13ā by its content. Presumably the grid has a label of the month and the col has a header with the day name. So, they are creating excess verbosity and putting a good experience out of reach by adding the unnecessary labeling. Matt From: Gunderson, Jon R [mailto:jongund@illinois.edu] Sent: Wednesday, February 15, 2017 5:22 PM To: Matt King <notifications@github.com>; James Nurthen <james.nurthen@oracle.com> Cc: 'ARIA Working Group' <public-aria@w3.org> Subject: Re: ARIA Authoring practices and grid based date picker (link to demos and GitHub repository) I forgot to include a link to the current demos of the development version of JQUERY-UI date picker: https://rawgit.com/jquery/jquery-ui/datepicker/demos/datepicker/index.html Here is the github repository: https://github.com/jquery/jquery-ui/tree/datepicker Jon From: Jon Gunderson <jongund@illinois.edu <mailto:jongund@illinois.edu> > Date: Wednesday, February 15, 2017 at 7:19 PM To: Matt King <notifications@github.com <mailto:notifications@github.com> >, James Nurthen <james.nurthen@oracle.com <mailto:james.nurthen@oracle.com> > Cc: 'ARIA Working Group' <public-aria@w3.org <mailto:public-aria@w3.org> > Subject: ARIA Authoring practices and grid based date picker Matt and James, Could we send a few minutes on accessible datepicker patterns. I am working with the JQuery-UI team working on the next generation datepicker and I have some questions to ask the group. For example each date cell is: <td role="gridcell" aria-selected="false" aria-label="Monday, 2/13/17" aria-describedby="ui-id-1-month-label" id="ui-id-1-2017-1-13"> <button class="ui-state-default" tabindex="-1" data-ui-calendar-timestamp="1486965600000">13</button> </td> I think they are putting focus on the button and not the grid cell, so it seems the labeling is on the wrong element. Hope we can talk about this for a few minutes. Jon Jon Gunderson, Ph.D. Coordinator Accessible IT Group Disability Resources and Education Services College of Applied Health Sciences University of Illinois at Urbana-Champaign E-mail: jongund@illinois.edu <mailto:jongund@illinois.edu> WWW: http://disability.illinois.edu/academic-support/aitg
Received on Thursday, 16 February 2017 20:59:47 UTC