Re: [ARIA] [Review] ACTION-1493: Text explaining "implicit value for role" and default values.

Hi Michiel,

On 2015-07-06 11:57 AM, Michiel Bijl wrote:
> Should aria-valuenow contain a range in case of two-thumbed slider?
>
> e.g. <input type=“range” aria-valuemin=“0” aria-valuemax=“50” 
> aria-valuenow=“20-40” />
>

No, since aria-valuenow's value type is number:
http://w3c.github.io/aria/aria/aria.html#valuetype_number

You need two sliders to make this work -- see the examples links I 
provided.  I'm not sure can do that with two <input type="range"> 
elements since their rendering is defined by the browser; however, maybe 
you *can* override that with CSS.  I don't know.

-- 
;;;;joseph.

'Array(16).join("wat" - 1) + " Batman!"'
            - G. Bernhardt -

Received on Monday, 6 July 2015 16:12:08 UTC