Skip to content

Commit

Permalink
[giow] (0) Mention that 'direction' is supposed to affect <input type…
Browse files Browse the repository at this point in the history
…=range>

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14816
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7230 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2012
1 parent 53f2620 commit 80f3ca5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -97901,6 +97901,12 @@ <h4 id=the-input-element-as-a-range-control><span class=secno>14.5.6 </span>The
<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>


Expand Down
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -97901,6 +97901,12 @@ input[type=range i] { binding: <i title="">input-range</i>; }</pre>
<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>


Expand Down
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -114393,6 +114393,12 @@ input[type=range i] { binding: <i title="">input-range</i>; }</pre>
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>


Expand Down

0 comments on commit 80f3ca5

Please sign in to comment.