Re: [html-techs-tf] Agenda Thursday May 30th HTML5 & ARIA techniques for WCAG TF

Hi All, in the last meeting I volunteered to create an example of form validation using WAI-ARIA assertive live regions: <http://pauljadam.com/demos/aria-alert-validation.html>.

Simple Form Validation Using Only WAI-ARIA role=alert or aria-live=assertive

This form validation example uses only WAI-ARIA assertive live regions. Both role=alert and aria-live=assertive function exactly the same, two examples are provided to demonstrate this. jQuery is used to test if the inputs are empty on submit and inject error messages into the live region containers if so. This has been tested successfuly on OS X+Safari+VoiceOver. It works decently on iOS 6 but on the 2nd submit the live region is not spoken. NVDA2013.1+FF20 & JAWS14+FF20 work well with a difference being that role=alert is announced as "Alert" and aria-live=assertive does not include that extra text. NVDA2013.1+IE8 does NOT work. IE8+JAWS14 ONLY works with aria-live=assertive. There are recommendations on the web to use BOTH role=alert & aria-live=assertive on the error container for wider UA/AT support.

I did not use any other ARIA properties or attributes to keep it focused on just the assertive live regions. I can tweak the example with feedback from the group. Please let me know if you have any questions or we can talk about it in the meeting. 

Thanks!

Paul J. Adam
Accessibility Evangelist 
www.deque.com

On May 29, 2013, at 5:40 PM, James Nurthen <james.nurthen@oracle.com> wrote:

> Apologies for the late agenda.
> 
> The Joint WCAG & PF Task Force for HTML5 and WAI-ARIA WCAG Techniques will be meeting on Thursday 30th May, 2013 at 20:00 UTC. Please note this is the call time formerly used for the WCAG call.
> 
> Meeting Information
> Time: 20:00 UTC, 6 AM Eastern Australia, 10 PM Central Europe, 4 PM Eastern US
> World Clock: <http://tinyurl.com/ctya6v6>
> Length: 60 minutes
> Bridge: +1.617.761.6200 (US)
> SIP: zakim@voip.w3.org
> Passcode: 9224#
> IRC: irc.w3.org port: 6667 channel #html-techs-tf
> 
> Survey - More ARIA techniques for 02 May 2013. *Question Number 2 ONLY* - https://www.w3.org/2002/09/wbs/35422/20130502tfaria2/
> Updates on other techniques. Is there anything else ready for survey - http://www.w3.org/WAI/GL/wiki/Techniques/ARIA
> Regards,
> James

Received on Thursday, 30 May 2013 00:00:09 UTC