Skip to content

Commit

Permalink
[e] (0) Mention that scripted changes don't fire 'input' and 'change'…
Browse files Browse the repository at this point in the history
… on <input>.

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

git-svn-id: http://svn.whatwg.org/webapps@8286 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 15, 2013
1 parent 882cec2 commit 4543fb8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -43490,6 +43490,11 @@ <h5 id=common-event-behaviors><span class=secno>4.10.5.5 </span>Common event beh
also be fired as part of the element's <a href=#activation-behavior>activation behavior</a> and as part of the
<a href=#unfocusing-steps>unfocusing steps</a>.</p>

<p class=note>These events are not fired in response to changes made to the values of form
controls by scripts. (This is to make it easier to update the values of form controls in response
to the user manipulating the controls, without having to then filter out the script's own changes
to avoid an infinite loop.)</p>

<p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the
<a href=#user-interaction-task-source>user interaction task source</a>.</p>

Expand Down Expand Up @@ -101832,6 +101837,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Matthew Thomas,
Mattias Waldau,
Max Romantschuk,
Menachem Salomon,
Menno van Slooten,
Micah Dubinko,
Michael 'Ratt' Iannarelli,
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -43490,6 +43490,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
also be fired as part of the element's <a href=#activation-behavior>activation behavior</a> and as part of the
<a href=#unfocusing-steps>unfocusing steps</a>.</p>

<p class=note>These events are not fired in response to changes made to the values of form
controls by scripts. (This is to make it easier to update the values of form controls in response
to the user manipulating the controls, without having to then filter out the script's own changes
to avoid an infinite loop.)</p>

<p>The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the
<a href=#user-interaction-task-source>user interaction task source</a>.</p>

Expand Down Expand Up @@ -101832,6 +101837,7 @@ if (s = prompt('What is your name?')) {
Matthew Thomas,
Mattias Waldau,
Max Romantschuk,
Menachem Salomon,
Menno van Slooten,
Micah Dubinko,
Michael 'Ratt' Iannarelli,
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -47545,6 +47545,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
also be fired as part of the element's <span>activation behavior</span> and as part of the
<span>unfocusing steps</span>.</p>

<p class="note">These events are not fired in response to changes made to the values of form
controls by scripts. (This is to make it easier to update the values of form controls in response
to the user manipulating the controls, without having to then filter out the script's own changes
to avoid an infinite loop.)</p>

<p>The <span>task source</span> for these <span data-x="concept-task">tasks</span> is the
<span>user interaction task source</span>.</p>

Expand Down Expand Up @@ -113736,6 +113741,7 @@ if (s = prompt('What is your name?')) {
Matthew Thomas,
Mattias Waldau,
Max Romantschuk,
Menachem Salomon,
Menno van Slooten,
Micah Dubinko,
Michael 'Ratt' Iannarelli,
Expand Down

0 comments on commit 4543fb8

Please sign in to comment.