Could anyone enlighten me as to why the following code does not render the HTML5 Range (slider) type in IE10 within an APEX application?
<input type="range" name="f42" min=0 max=100 step=20>
particularly when the example on this page does
http://www.wufoo.com/html5/types/8-range.html
APEX example here
http://apex.oracle.com/pls/apex/f?p=73000:14
Scott