Re: WCAG 2.1.3 Date Picker

Will that please the UI designers?
One more Sailesh and thanks for your input

The SC requires 'all functionality' meaning ' all processes and outcomes achievable through user action' to be keyboard-accessible; not 'some functionality' or 'whatever functionality the tester considers sufficient'.

The Clear Button (X) in the text input fields in Internet Explorer cannot achievable using Keyboard interface. So to I simply take it out with the CSS below or find a way to make it work with Keyboard interface for SC 2.1.1?

.someinput::-ms-clear {z
     display: none;
}

1. IF you need to delete the text like said accessibility in the input field and if one have limitations of body movement. It will take 1 second to push the deleted button that will take 13 second to delete all the text. (Let not counting this 2 - Ctrl + A + try the new text or hold down the backspace).

2. For the mouse users and giving a tab in to the clear button + Enter to delete all the text in this way, this person will take 2 second.

So the processes and outcomes here is 13 second vs 2 second

The Clear Button (X) have no keyboard-accessible will it fail SC here?

Regards

Phuong Hoang

________________________________
From: Sailesh Panchang <sailesh.panchang@deque.com>
Sent: Monday, 21 August 2017 11:34:02 PM
To: Phuong Hoang
Cc: w3c-wai-ig@w3.org
Subject: Re: WCAG 2.1.3 Date Picker

One does not have to go as far as to check against SC 2.1.3 if it
fails SC 2.1.1 as it supposedly does in this case.
The SC requires 'all functionality' meaning ' all processes  and
outcomes achievable through user action' to be keyboard-accessible;
not 'some functionality' or 'whatever functionality the tester
considers sufficient'.
I strongly echo Jonathan's reasoning. The calendar is there on the
screen for a reason. If not, make it non mouse operable  and not
interactive at all or simply take it out. Will that please the UI
designers?
Thanks and best wishes,

On 8/21/17, Phuong Hoang <PhuongHoang1182@hotmail.com> wrote:
> Thanks all for your inputs. If information can achieve using a mouse and
> cannot achieve using a keyboard interface then it a fail SC2.1.3 (AAA) in my
> view.
>
>
> Regards
>
> Phuong Hoang
>
>
> ________________________________
> From: Fathauer, Laura <fathauer@ohio.edu>
> Sent: Wednesday, 26 July 2017 10:49 PM
> To: Mark Weiler; w3c-wai-ig@w3.org
> Subject: RE: WCAG 2.1.3 Date Picker
>
>
> Material seems to incorporate the similar things as ngAria. I haven¡¯t found
> specific accessibility documentation on AngularJS Material.  Ng Aria
> primarily works for your basic roles, and states.
>
>
>
> https://docs.angularjs.org/api/ngAria

>
>
>
> Laura
>
>
>
>
>
> From: Mark Weiler [mailto:mweiler@alumni.sfu.ca]
> Sent: Wednesday, July 26, 2017 5:45 AM
> To: w3c-wai-ig@w3.org
> Subject: Re: WCAG 2.1.3 Date Picker
>
>
>
> Are there AngularJS UI frameworks that assert to be WCAG 2.0 conformant?
>
>
>
> On Wednesday, July 26, 2017 4:03 AM, Sean Murphy (seanmmur)
> <seanmmur@cisco.com<mailto:seanmmur@cisco.com>> wrote:
>
>
>
> Question, when does common sense come into play? As I come across date
> pickers and I try pressing the first letter of the month for argument to see
> if it jumps to it or not. As I treat them like edit combo or lisviews. Of
> course this only works for PDekstop Web clients.
>
>
>
> [https://www.cisco.com/c/dam/m/en_us/signaturetool/images/banners/standard/08_standard_graphic.png]
>
>
>
>
>
> Sean Murphy
>
> ENGINEER.CUSTOMER SUPPORT
>
> seanmmur@cisco.com<mailto:seanmmur@cisco.com>
>
> Tel: +61 2 8446 7751
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Cisco Systems, Inc.
>
> The Forum 201 Pacific Highway
>
> ST LEONARDS
>
> 2065
>
> Australia
>
> cisco.com
>
>
>
>
> [http://www.cisco.com/assets/swa/img/thinkbeforeyouprint.gif]
>
>
> Think before you print.
>
>
> This email may contain confidential and privileged material for the sole use
> of the intended recipient. Any review, use, distribution or disclosure by
> others is strictly prohibited. If you are not the intended recipient (or
> authorized to receive for the recipient), please contact the sender by reply
> email and delete all copies of this message.
>
> Please click
> here<http://www.cisco.com/c/en/us/about/legal/terms-sale-software-license-agreement/company-registration-information.html>
> for Company Registration Information.
>
>
>
>
>
>
>
>
>
>
> From: Userite [mailto:richard@userite.com]
> Sent: Wednesday, 26 July 2017 5:44 PM
> To: Phuong Hoang
> <PhuongHoang1182@hotmail.com<mailto:PhuongHoang1182@hotmail.com>>;
> w3c-wai-ig@w3.org<mailto:w3c-wai-ig@w3.org>
> Subject: Re: WCAG 2.1.3 Date Picker
>
>
>
> I have come across some examples of the date picker and discovered that you
> can focus on the ¡°Enter Date¡± input and simply type the date, using the
> correct format.  In fact this approach is faster and easier than going
> through the calendar.  The problem is that there are no instructions about
> this available on the screen.  If there were instructions available, and the
> input was focusable, then I would probably consider this as accessible.
>
> Richard
>
>
>
> From: Phuong Hoang<mailto:PhuongHoang1182@hotmail.com>
>
> Sent: Wednesday, July 26, 2017 12:35 AM
>
> To: w3c-wai-ig@w3.org<mailto:w3c-wai-ig@w3.org>
>
> Subject: WCAG 2.1.3 Date Picker
>
>
>
> HI all..
>
>
>
> This is angularjs Date Picker pass SC 2.1.3 Keyboard (No Exception)?
>
> You cannot get in to the month of the Date Picker using a Keyboard
> interface.
>
>
>
> ¡¡ [cid:image003.png@01D305EC.16D9A760] [cid:image004.png@01D305EC.16D9A760]
>
> https://material.angularjs.org/latest/demo/datepicker

>
>
>
>
>


--
Sailesh Panchang
Principal Accessibility Consultant
Deque Systems Inc
Phone 703-225-0380 ext 105
Mobile: 571-344-1765

Received on Tuesday, 22 August 2017 23:34:47 UTC