Re: tutorials aria twitter

Hi Shawn,

thanks for that!

On 9 Apr 2015, at 16:00, Shawn Henry wrote:

> Hi Eric,
>
> Just wanted to make sure you saw the recent exchanges on Twitter about 
> the tutorials, including:
>
> Oscar Cao @oscarcao
> Eck. @w3c @w3c_wai there's ARIA contradictions in your web #a11y tuts. 
> You guys are using role=main on main element. @stevefaulkner

As Steve noted this is totally OK, we will remove role="main" as soon as 
IE complies with the spec and gives the main role to the main element by 
default.

>
> Oscar Cao  @oscarcao
> Also you guys are using role=navigation on a link. According to spec, 
> should be on a collection element @w3c @w3c_wai 
> http://www.w3.org/TR/wai-aria/roles#navigation …

Hm, I guess this could be a loose interpretation of a collection ;-)

I don’t know if

<a href="#nav" class="btn btn-jump" role="navigation">Jump to the 
navigation</a> (current)

is really worse than

<nav role="navigation" aria-label="Skip links">
<a href="#nav" class="btn btn-jump">Jump to the navigation</a>
</nav>

But I guess the latter is better practice, so I will adopt :-)

Cheers,
Eric

>
> [...]
>
> Oscar Cao @oscarcao
> @stevefaulkner @w3c @w3c_wai oh, you are right. under grouping content 
> in section 4.4. my bad.
>
> ---
>
> fyi, Oscar Cao @oscarcao also said:
> #webdevs stop reinventing the wheel & make use of the great @w3c #a11y 
> tuts - naturally found on the @w3c_wai website 
> http://www.w3.org/WAI/tutorials/
>
> Cheers,
> ~Shawn




--

Eric Eggert
Web Accessibility Specialist
Web Accessibility Initiative (WAI) at Wold Wide Web Consortium (W3C)

Received on Thursday, 9 April 2015 14:13:23 UTC