Re: SUGGESTIONS ON LABELLEDBY

It might also help to use an example that more sighted people would relate to, because landmark navigation is not commonly understood unless you're familiar with modern screen readers. Perhaps using a "dialog" instead of "main" might be better:

> <div role="dialog" aria-labelledby="myDialogHeading">
>     <h1 id="myDialogHeading">Top News Stories </h1>
>     <!-- more dialog contents -->
> </div>


Thoughts?
James



On Jan 19, 2013, at 2:54 PM, David MacDonald <david100@sympatico.ca> wrote:

> Oops that would be
> 
> http://www.w3.org/WAI/GL/wiki/Using_aria-labelledby_to_name_controls
> 
> This is a technique for labelledby. I don't think we should confuse Example
> one by using a role=header, and a aria-level...
> Why not just make it a regular heading? Let's keep first examples as simple
> as possible to increase uptake and understanding,
> 
> <div role="main" aria-labelledby="hdr1">
> <h1 id="hdr1">
>    Top News Stories
> ....
> 
> 
> Cheers
> David MacDonald
> 
> CanAdapt Solutions Inc.
>  Adapting the web to all users
>            Including those with disabilities
> www.Can-Adapt.com
> 
> 
> -----Original Message-----
> From: Joshue O Connor [mailto:joshue.oconnor@cfit.ie] 
> Sent: January-14-13 4:28 AM
> To: WCAG
> Cc: w3c-wai-pf@w3.org PF
> Subject: [html-techs-tf] Agenda Jan 14, 2013
> 
> Hi y'all,
> 
> Apologies for late agenda.The Joint WCAG & PF Task Force for HTML5 and
> WAI-ARIA WCAG Techniques will be meeting on Monday 14th January, 2013 at
> 17:00 UTC, 3 AM Eastern Australia, 6 PM CET, 12 Noon EDT, 9AM PDT, 6PM IST
> 
> Agenda:
> 
> 1) Actions for dealing with technique feedback.
> 2) Progressing the new 'User Agent Testing Methodology and Notes' 
> document. [1]
> 
> [1] http://www.w3.org/WAI/GL/wiki/Techniques/UAtesting
> 
> Call Details:
> 
> 2013-01-07, 17:00Z (for 60 minutes) - 4 AM Eastern Australia, 6 PM CET,
> 12 Noon EDT, 9AM PDT
> Dial the Zakim bridge using either SIP or the PSTN.
> PSTN: +1.617.761.6200 (This is a U.S. number).
> SIP: zakim@voip.w3.org
> You should be prompted for a pass code,
> This is
> 9224#
> (WCAG#)
> 
> IRC: irc.w3.org <http://irc.w3.org/> <http://irc.w3.org/> port: 6665 channel
> #html-techs-tf
> 
> Cheers
> 
> 
> Josh
> 
> 
> 
> 
> 

Received on Monday, 21 January 2013 23:50:32 UTC