[html5] r2283 - [e] (0) minor editorial tweaks for change event
whatwg at whatwg.org
whatwg at whatwg.org
Sun Oct 5 02:22:01 PDT 2008
Author: ianh
Date: 2008-10-05 02:22:01 -0700 (Sun, 05 Oct 2008)
New Revision: 2283
Modified:
index
source
Log:
[e] (0) minor editorial tweaks for change event
Modified: index
===================================================================
--- index 2008-10-05 09:19:54 UTC (rev 2282)
+++ index 2008-10-05 09:22:01 UTC (rev 2283)
@@ -26096,7 +26096,7 @@
defined but uses a user interface that involves an explicit commit
action, then the user agent must <a href=#queue-a-task>queue a task</a> to
<a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-change>change</code> at the <code><a href=#the-input-element>input</a></code> element
- any time the <em>user</em> commits a change to the element's <a href=#concept-fe-value title=concept-fe-value>value</a> or list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>.</p>
+ any time the user commits a change to the element's <a href=#concept-fe-value title=concept-fe-value>value</a> or list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>.</p>
<p class=example>An example of a user interface with a commit
action would be a <a href=#file-upload-state title=attr-input-type-file>File
@@ -26112,7 +26112,7 @@
explicit commit step, selecting a date from the drop down calendar
and then dismissing the drop down would be a commit action.</p>
- <p>In addition, when the <code title=event-input-change><a href=#event-input-change>change</a></code> event applies, <code title=event-change>change</code> events can also be fired as part
+ <p class=note>In addition, when the <code title=event-input-change><a href=#event-input-change>change</a></code> event applies, <code title=event-change>change</code> events can also be fired as part
of the element's <span>action behavior</span> and as part of the
<a href=#unfocusing-steps>unfocusing steps</a>.</p>
Modified: source
===================================================================
--- source 2008-10-05 09:19:54 UTC (rev 2282)
+++ source 2008-10-05 09:22:01 UTC (rev 2283)
@@ -29165,7 +29165,7 @@
action, then 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
- any time the <em>user</em> commits a change to the element's <span
+ any time the user commits a change to the element's <span
title="concept-fe-value">value</span> or list of <span
title="concept-input-type-file-selected">selected files</span>.</p>
@@ -29184,7 +29184,7 @@
explicit commit step, selecting a date from the drop down calendar
and then dismissing the drop down would be a commit action.</p>
- <p>In addition, when the <code
+ <p class="note">In addition, when the <code
title="event-input-change">change</code> event applies, <code
title="event-change">change</code> events can also be fired as part
of the element's <span>action behavior</span> and as part of the
More information about the Commit-Watchers
mailing list