This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14816 - It should be possible to reverse the direction of a vertical slider as well as a horizontal one, by using 'direction: rtl' or another property, so the lowest value can be at the top instead.
Summary: It should be possible to reverse the direction of a vertical slider as well a...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 22:51 UTC by contributor
Modified: 2012-08-09 16:45 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-11-13 22:51:35 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html
Multipage: http://www.whatwg.org/C#the-input-element-as-a-range-control
Complete: http://www.whatwg.org/c#the-input-element-as-a-range-control

Comment:
It should be possible to reverse the direction of a vertical slider as well as
a horizontal one, by using 'direction: rtl' or another property, so the lowest
value can be at the top instead.

Posted from: 81.187.41.228
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7
Comment 1 Ian 'Hixie' Hickson 2011-12-07 23:48:10 UTC
That's really a rendering issue, but yeah.

'direction' is probably the right solution; are RTL trackbars reversed in this way? Anyone know?
Comment 2 Ian 'Hixie' Hickson 2011-12-09 22:21:31 UTC
In the absence of further information, I'll put a paragraph in the rendering section that mentions that UAs are expected to honour 'direction' here.
Comment 3 contributor 2012-07-18 07:59:43 UTC
This bug was cloned to create bug 18002 as part of operation convergence.
Comment 4 contributor 2012-08-09 16:45:43 UTC
Checked in as WHATWG revision r7230.
Check-in comment: Mention that 'direction' is supposed to affect <input type=range>
http://html5.org/tools/web-apps-tracker?from=7229&to=7230