[html5] r7230 - [giow] (0) Mention that 'direction' is supposed to affect <input type=range> Fix [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 9 09:45:38 PDT 2012
Author: ianh
Date: 2012-08-09 09:45:37 -0700 (Thu, 09 Aug 2012)
New Revision: 7230
Modified:
complete.html
index
source
Log:
[giow] (0) Mention that 'direction' is supposed to affect <input type=range>
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14816
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2012-08-09 15:57:08 UTC (rev 7229)
+++ complete.html 2012-08-09 16:45:37 UTC (rev 7230)
@@ -97901,6 +97901,12 @@
<p>Predefined suggested values (provided by the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute) are expected to be
shown as tick marks on the slider, which the slider can snap to.</p>
+ <p>User agents are expected to use the used value of the 'direction'
+ property on the element to determine the direction in which the
+ slider operates. Typically, a left-to-right ('ltr') horizontal
+ control would have the lowest value on the left and the highest
+ value on the right, and vice versa.</p>
+
</div>
Modified: index
===================================================================
--- index 2012-08-09 15:57:08 UTC (rev 7229)
+++ index 2012-08-09 16:45:37 UTC (rev 7230)
@@ -97901,6 +97901,12 @@
<p>Predefined suggested values (provided by the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute) are expected to be
shown as tick marks on the slider, which the slider can snap to.</p>
+ <p>User agents are expected to use the used value of the 'direction'
+ property on the element to determine the direction in which the
+ slider operates. Typically, a left-to-right ('ltr') horizontal
+ control would have the lowest value on the left and the highest
+ value on the right, and vice versa.</p>
+
</div>
Modified: source
===================================================================
--- source 2012-08-09 15:57:08 UTC (rev 7229)
+++ source 2012-08-09 16:45:37 UTC (rev 7230)
@@ -114393,6 +114393,12 @@
title="attr-input-list">list</code> attribute) are expected to be
shown as tick marks on the slider, which the slider can snap to.</p>
+ <p>User agents are expected to use the used value of the 'direction'
+ property on the element to determine the direction in which the
+ slider operates. Typically, a left-to-right ('ltr') horizontal
+ control would have the lowest value on the left and the highest
+ value on the right, and vice versa.</p>
+
</div>
More information about the Commit-Watchers
mailing list