Skip to content

Commit

Permalink
[e] (0) Clarify this to make it clear that Chrome and IE's behaviours…
Browse files Browse the repository at this point in the history
… are wrong with <input type=range onchange>.

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

git-svn-id: http://svn.whatwg.org/webapps@7787 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 1, 2013
1 parent ec3c988 commit 4865ad5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -50007,6 +50007,11 @@ <h5 id=common-event-behaviors><span class=secno>4.10.7.5 </span>Common event beh
selecting a date from the drop down calendar and then dismissing the drop down would be a commit
action.</p>

<p class=example>A third example of a user interface with a commit action would be a <a href="#range-state-(type=range)" title=attr-input-type-range>Range</a> controls that use a slider. While the user is dragging
the control's knob, <code title=event-input>input</code> events would fire whenever the position
changed, whereas the <code title=event-change>change</code> event would only fire when the user
let go of the knob, committing to a specific value.</p>

<p>When the user agent changes the element's <a href=#concept-fe-value title=concept-fe-value>value</a> on behalf
of the user (e.g. as part of a form prefilling feature), the user agent must follow these
steps:</p>
Expand Down
5 changes: 5 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -50007,6 +50007,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
selecting a date from the drop down calendar and then dismissing the drop down would be a commit
action.</p>

<p class=example>A third example of a user interface with a commit action would be a <a href="#range-state-(type=range)" title=attr-input-type-range>Range</a> controls that use a slider. While the user is dragging
the control's knob, <code title=event-input>input</code> events would fire whenever the position
changed, whereas the <code title=event-change>change</code> event would only fire when the user
let go of the knob, committing to a specific value.</p>

<p>When the user agent changes the element's <a href=#concept-fe-value title=concept-fe-value>value</a> on behalf
of the user (e.g. as part of a form prefilling feature), the user agent must follow these
steps:</p>
Expand Down
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -59354,6 +59354,12 @@ You cannot submit this form when the field is incorrect.</samp></pre>
selecting a date from the drop down calendar and then dismissing the drop down would be a commit
action.</p>

<p class="example">A third example of a user interface with a commit action would be a <span
title="attr-input-type-range">Range</span> controls that use a slider. While the user is dragging
the control's knob, <code title="event-input">input</code> events would fire whenever the position
changed, whereas the <code title="event-change">change</code> event would only fire when the user
let go of the knob, committing to a specific value.</p>

<p>When the user agent changes the element's <span title="concept-fe-value">value</span> on behalf
of the user (e.g. as part of a form prefilling feature), the user agent must follow these
steps:</p>
Expand Down

0 comments on commit 4865ad5

Please sign in to comment.