Re: ARIA style sheet

On Mon, 23 Feb 2009 16:54:38 +0100, Chris Blouch  
<chris.blouch@corp.aol.com> wrote:
> Why didn't we think of this before? Matt Machell had the bright idea  
> that we should apply aria attributes to a page using the same css  
> selector process we use for styling. Something like this:
>
> #first {
>   role: slider;
>   described-by: #second;
>   value-min: 10;
>   value-max: 30;
> }
>
> He then went on to write 12 lines of JQuery script to implement the  
> technique. See
>
> http://www.kryogenix.org/days/2009/02/22/a-wai-aria-stylesheet
>
> This just seems like  an infinitely useful solution that ought to be  
> developed and implemented native in the browsers.

CSS is optional, ARIA affects meaning of the page to a certain extend, so  
this seems like the wrong approach.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Tuesday, 24 February 2009 03:35:03 UTC