WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessible datepicker?

for

From: Jennifer Vine
Date: Apr 22, 2015 12:40PM


Thanks for testing the freqdec demo, Paul. It is using aria-describedby to connect the day of the week to the date, so I would have expected it to pass on that specific issue. Is aria-describedby something that is configured differently by individual users?

The Web Experience Toolkit widget is interesting, but it defaults to the basic HTML5 input type="date" when that is supported by the browser. That means a different experience for different users and/or contexts, which is not ideal.

JV

Jennifer Vine
UX Designer
Stanford University Libraries

> From: "Paul J. Adam" < <EMAIL REMOVED> >
> Subject: Re: [WebAIM] Accessible datepicker?
> Date: April 22, 2015 9:13:20 AM PDT
> To: WebAIM Discussion List < <EMAIL REMOVED> >
>
>
> I tried out your linked date picker demo in VoiceOver OS X Safari and it does not speak out the name of the day of the week like "monday, tue. etc." so it's not useful if they still have to guess what day April 26 is or pull out their calendar.
>
> I've frequently recommended the Web Experience Toolkit's Date Picker widget as it's always accessible when I've tested it, http://wet-boew.github.io/wet-boew/demos/datepicker/datepicker-en.html <http://wet-boew.github.io/wet-boew/demos/datepicker/datepicker-en.html>; It speaks the name of the day of the week for each date cell.
>
> Would love to see other accessible examples too!
>
> Paul J. Adam
> Accessibility Evangelist
> www.deque.com <http://www.deque.com/>;
>> On Apr 21, 2015, at 8:11 PM, Jennifer Vine < <EMAIL REMOVED> > wrote:
>>
>> This feels like it might be a frequently-asked question here, but I've not found anything recent; only some discussion about jQuery UI a couple of years ago. Forgive me if I missed something.
>>
>> We're working on a form where the user will be required to select a date. Allowable dates will be constrained by a range (e.g. earliest is day after tomorrow; latest is 6 months from today) and closed days (which will vary according to a previous selection on the form - some locations are open weekends, some aren't). The form gets a fairly high number of international users and one-time users.
>>
>> I'm wondering if anyone is familiar with this one:
>> http://freqdec.github.io/datePicker/demo/
>>
>> (I like that it does some clever stuff like convert typed input "April 23" into the correct date format.)
>>
>> Please share any other options you think are good.
>>
>> Many thanks,
>>
>> Jennifer Vine
>> UX Designer
>> Stanford University Libraries
>> >> >> >> >
>
>
>
> > > >