[Bug 10988] add slider element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10988

--- Comment #16 from Jim Michaels <jmichae3@yahoo.com> 2010-10-10 05:33:29 UTC ---
I have one last thing I forgot to add (lost this feature in the translation):

layout=[horizontal-top]|horizontal-bottom|vertical-left|vertical-right 
horizontal-top being the default if layout not specified.
or, this may be shorted to
layout=vertical|[horizontal]  


and possibly an associated stylesheet property
input-range-layout:vertical|[horizontal];  default
or
input-range-layout:[horizontal-top]|horizontal-bottom|vertical-left|vertical-right;


I forgot to add this in.  the layout was an important feature.  as CSS3 invites
vertical layouts to text and other elements, <input type="range" .../> should
also have the possibility of a vertical layout.  whether that is done through
an existing css3 property (which I previously saw, don't know if it still
exists), or whether it is specified through attributes, I think this needs to
be done also.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Sunday, 10 October 2010 05:33:31 UTC