Re: aria-role vs role -- from SVG

hi jim,
>If SVG is actually using "aria-role", though HTML should also at least
>support that spelling, for consistency.

i do not think that svg is using aria-role are:
http://dev.w3.org/SVG/profiles/1.2T/publish/struct.html#RoleAttribute

>no one in even the
>wai-xtech group noted the discrepancy, so it seems that the spelling
>*with* aria is far more natural to many people.


it does not follow that because people did not seek to correct chaals' use
of 'aria-role' that they feel its use is 'natural', it could simply be that
the incorrect use in context was not worth pointing out.

regards
stevef

2009/9/13 Jim Jewett <jimjjewett@gmail.com>

> I just noticed that in
> http://lists.w3.org/Archives/Public/wai-xtech/2009Sep/0004.html
> (Subject:  Re: SVG: Accessible Forms), Charles McCathieNevile wrote
> about integrating ARIA with SVG:
>
>        Yes. For most controls, you do something like
>
>          <g aria-role="date-picker">
>            <!-- some SVG to draw a date picker -->
>          </g>
>
>          <g aria-role="checkbox" aria-state="checked">
>            <!-- something to click on and a link to a small script
> library that
>        stores whether it was clicked, and updates the ARIA accordingly -->
>          </g>
>
> If SVG is actually using "aria-role", though HTML should also at least
> support that spelling, for consistency.
>
> Even if SVG is planning to use plain "role" for consistency with HTML,
> that message about the simple way to do it should weigh as additional
> evidence for supporting "aria-role" as well; no one in even the
> wai-xtech group noted the discrepancy, so it seems that the spelling
> *with* aria is far more natural to many people.
>
> -jJ
>
>


-- 
with regards

Steve Faulkner
Technical Director - TPG Europe
Director - Web Accessibility Tools Consortium

www.paciellogroup.com | www.wat-c.org
Web Accessibility Toolbar -
http://www.paciellogroup.com/resources/wat-ie-about.html

Received on Sunday, 13 September 2009 07:17:50 UTC