- From: Joseph Scheuhammer <clown@alum.mit.edu>
- Date: Mon, 6 Jul 2015 12:11:37 -0400
- To: Michiel Bijl <michiel@agosto.nl>
- Cc: Fred Esch <fesch@us.ibm.com>, W3C WAI Protocols & Formats <public-pfwg@w3.org>
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