[html5] r8286 - [e] (0) Mention that scripted changes don't fire 'input' and 'change' on <input> [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 15 08:30:53 PST 2013


Author: ianh
Date: 2013-11-15 08:30:51 -0800 (Fri, 15 Nov 2013)
New Revision: 8286

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that scripted changes don't fire 'input' and 'change' on <input>.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23413
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-15 16:18:34 UTC (rev 8285)
+++ complete.html	2013-11-15 16:30:51 UTC (rev 8286)
@@ -43490,6 +43490,11 @@
   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>
 
@@ -101832,6 +101837,7 @@
   Matthew Thomas,
   Mattias Waldau,
   Max Romantschuk,
+  Menachem Salomon,
   Menno van Slooten,
   Micah Dubinko,
   Michael 'Ratt' Iannarelli,

Modified: index
===================================================================
--- index	2013-11-15 16:18:34 UTC (rev 8285)
+++ index	2013-11-15 16:30:51 UTC (rev 8286)
@@ -43490,6 +43490,11 @@
   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>
 
@@ -101832,6 +101837,7 @@
   Matthew Thomas,
   Mattias Waldau,
   Max Romantschuk,
+  Menachem Salomon,
   Menno van Slooten,
   Micah Dubinko,
   Michael 'Ratt' Iannarelli,

Modified: source
===================================================================
--- source	2013-11-15 16:18:34 UTC (rev 8285)
+++ source	2013-11-15 16:30:51 UTC (rev 8286)
@@ -47545,6 +47545,11 @@
   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>
 
@@ -113736,6 +113741,7 @@
   Matthew Thomas,
   Mattias Waldau,
   Max Romantschuk,
+  Menachem Salomon,
   Menno van Slooten,
   Micah Dubinko,
   Michael 'Ratt' Iannarelli,




More information about the Commit-Watchers mailing list