Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) minor editorial tweaks for change event
git-svn-id: http://svn.whatwg.org/webapps@2283 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 5, 2008
1 parent 4edc6d4 commit 9920c54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -26096,7 +26096,7 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand All @@ -26112,7 +26112,7 @@ function AddCloud(data, x, y) { ... }</pre>
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>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -29165,7 +29165,7 @@ function AddCloud(data, x, y) { ... }</pre>
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>

Expand All @@ -29184,7 +29184,7 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down

0 comments on commit 9920c54

Please sign in to comment.