HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3473

SVNBugCommentTime (UTC)
3473[Gecko] [Internet Explorer] [Opera] [Webkit] Make 'input' and 'change' events bubble.2009-07-27 23:11
Index: source
===================================================================
--- source	(revision 3472)
+++ source	(revision 3473)
@@ -35812,7 +35812,7 @@
   title="dom-input-indeterminate">indeterminate</code> DOM attribute
   back to the values they had before the <span>pre-click activation
   steps</span> were run. The <span>activation behavior</span> is to
-  <span>fire a simple event</span> called <code
+  <span>fire a simple event</span> that bubbles called <code
   title="event-change">change</code> at the element<!-- It's not
   cancelable. Once this fires, the control is checked, end of
   story. -->, then <span>broadcast <code
@@ -35974,9 +35974,10 @@
   true. The <span>canceled activation steps</span> consist of setting
   the element's <span title="concept-fe-checked">checkedness</span> to
   false. The <span>activation behavior</span> is to <span>fire a
-  simple event</span> called <code title="event-change">change</code>
-  at the element<!-- It's not cancelable. Once this fires, the control
-  is checked, end of story. -->, then <span>broadcast <code
+  simple event</span> that bubbles called <code
+  title="event-change">change</code> at the element<!-- It's not
+  cancelable. Once this fires, the control is checked, end of
+  story. -->, then <span>broadcast <code
   title="event-formchange">formchange</code> events</span> at the
   element's <span>form owner</span>.</p>
 
@@ -37591,9 +37592,9 @@
   <p>When the <dfn title="event-input-input"><code>input</code></dfn>
   event applies, any time the user causes the element's <span
   title="concept-fe-value">value</span> to change, the user agent must
-  <span>queue a task</span> to <span>fire a simple event</span> called
-  <code title="event-input">input</code> at the <code>input</code>
-  element, then <span>broadcast <code
+  <span>queue a task</span> to <span>fire a simple event</span> that
+  bubbles called <code title="event-input">input</code> at the
+  <code>input</code> element, then <span>broadcast <code
   title="event-forminput">forminput</code> events</span> at the
   <code>input</code> element's <span>form owner</span>. User agents
   may wait for a suitable break in the user's interaction before
@@ -37618,8 +37619,9 @@
   <span title="concept-fe-value">value</span> or list of <span
   title="concept-input-type-file-selected">selected files</span>, the
   user agent must <span>queue a task</span> to <span>fire a simple
-  event</span> called <code title="event-change">change</code> at the
-  <code>input</code> element, then <span>broadcast <code
+  event</span> that bubbles called <code
+  title="event-change">change</code> at the <code>input</code>
+  element, then <span>broadcast <code
   title="event-formchange">formchange</code> events</span> at the
   <code>input</code> element's <span>form owner</span>.</p>
 
@@ -37647,8 +37649,9 @@
 
    <li>If the <code title="event-input-input">input</code> event
    applies, <span>queue a task</span> to <span>fire a simple
-   event</span> called <code title="event-input">input</code> at the
-   <code>input</code> element.</li>
+   event</span> that bubbles called <code
+   title="event-input">input</code> at the <code>input</code>
+   element.</li>
 
    <li>If the <code title="event-input-input">input</code> event
    applies, <span>broadcast <code
@@ -37657,8 +37660,9 @@
 
    <li>If the <code title="event-input-change">change</code> event
    applies, <span>queue a task</span> to <span>fire a simple
-   event</span> called <code title="event-change">change</code> at the
-   <code>input</code> element.</li>
+   event</span> that bubbles called <code
+   title="event-change">change</code> at the <code>input</code>
+   element.</li>
 
    <li>If the <code title="event-input-change">change</code> event
    applies, <span>broadcast <code
@@ -37980,8 +37984,8 @@
   set the <span
   title="concept-option-selectedness">selectedness</span> of the
   picked <code>option</code> element to true and then <span>queue a
-  task</span> to <span>fire a simple event</span> called <code
-  title="event-change">change</code> at the <code>select</code>
+  task</span> to <span>fire a simple event</span> that bubbles called
+  <code title="event-change">change</code> at the <code>select</code>
   element, using the <span>user interaction task source</span> as the
   task source, then <span>broadcast <code
   title="event-formchange">formchange</code> events</span> at the
@@ -38032,10 +38036,10 @@
   before the relevant user interaction event <!-- interaction event
   spec point --> is queued (e.g. before a related <span
   title="event-click">click</span> event), the user agent must
-  <span>queue a task</span> to <span>fire a simple event</span> called
-  <code title="event-change">change</code> at the <code>select</code>
-  element, using the <span>user interaction task source</span> as the
-  task source, then <span>broadcast <code
+  <span>queue a task</span> to <span>fire a simple event</span> tgat
+  bubbles called <code title="event-change">change</code> at the
+  <code>select</code> element, using the <span>user interaction task
+  source</span> as the task source, then <span>broadcast <code
   title="event-formchange">formchange</code> events</span> at the
   element's <span>form owner</span>.</p>
 
@@ -38751,8 +38755,9 @@
   editable by the user. Any time the user causes the element's <span
   title="concept-textarea-raw-value">raw value</span> to change, the
   user agent must <span>queue a task</span> to <span>fire a simple
-  event</span> called <code title="event-input">input</code> at the
-  <code>textarea</code> element, then <span>broadcast <code
+  event</span> that bubbls called <code
+  title="event-input">input</code> at the <code>textarea</code>
+  element, then <span>broadcast <code
   title="event-forminput">forminput</code> events</span> at the
   <code>textarea</code> element's <span>form owner</span>. User agents
   may wait for a suitable break in the user's interaction before
@@ -63373,15 +63378,15 @@
    title="concept-fe-value">value</span> or its list of <span
    title="concept-input-type-file-selected">selected files</span>
    while the control was focused without committing that change, then
-   <span>fire a simple event</span> called <code
+   <span>fire a simple event</span> that bubbles called <code
    title="event-change">change</code> at the element, then
    <span>broadcast <code title="event-formchange">formchange</code>
    events</span> at the element's <span>form owner</span>.</p>
 
    <li><p>Unfocus the element.</p></li>
 
-   <li><p><span>Fire a simple event</span> that doesn't bubble called
-   <code title="event-blur">blur</code> at the element.</p></li>
+   <li><p><span>Fire a simple event</span> called <code
+   title="event-blur">blur</code> at the element.</p></li>
 
   </ol>
 

|