spec/Overview.html 1.1456 2283 minor editorial tweaks for change event

minor editorial tweaks for change event (whatwg r2283)

change
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1456.html#event-input-change
4.10.5 The button element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1456.html#the-button-element

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1455&r2=1.1456&f=h
http://html5.org/tools/web-apps-tracker?from=2282&to=2283

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1455
retrieving revision 1.1456
diff -u -d -r1.1455 -r1.1456
--- Overview.html 5 Oct 2008 09:19:58 -0000 1.1455
+++ Overview.html 5 Oct 2008 09:22:05 -0000 1.1456
@@ -20952,7 +20952,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 class=example>An example of a user interface with a commit
+  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 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
   Upload</a> control that consists of a single button that brings
   up a file selection dialog: when the dialog is closed, if that the
@@ -20962,7 +20962,7 @@
   control that allows both text-based user input and user selection
   from a drop-down calendar: while text input might not have an
   explicit commit step, selecting a date from the drop down calendar
-  and then dismissing the drop down would be a commit action.<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
+  and then dismissing the drop down would be a commit action.<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>The <a href=#task-source>task source</a> for these <span title=concept-tasks>task</span> is the <a href=#user-interaction-task-source>user interaction task
   source</a>.<h4 id=the-button-element><span class=secno>4.10.5 </span>The <dfn><code>button</code></dfn> element</h4><dl class=element><dt>Categories</dt>

Received on Sunday, 5 October 2008 09:25:53 UTC