- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Nov 2008 09:25:24 +0900 (JST)
- To: public-html-diffs@w3.org
Include an example of changing the value of a text field. Make terminology consistent. (whatwg r2394) Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1566.html#status-of-this-document 4.10.4.4 Common event behaviors http://people.w3.org/mike/diffs/html5/spec/Overview.1.1566.html#common-event-behaviors interactively validate the constraints http://people.w3.org/mike/diffs/html5/spec/Overview.1.1566.html#interactively-validate-the-constraints A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1566.html#a-vocabulary-and-associated-apis-for-html-and-xhtml Editor's Draft 12 November 2008 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1566.html#editor-s-draft-date-zzz-9-june-2008 change http://people.w3.org/mike/diffs/html5/spec/Overview.1.1566.html#event-input-change http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1565&r2=1.1566&f=h http://html5.org/tools/web-apps-tracker?from=2393&to=2394 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1565 retrieving revision 1.1566 diff -u -d -r1.1565 -r1.1566 --- Overview.html 11 Nov 2008 22:46:12 -0000 1.1565 +++ Overview.html 12 Nov 2008 00:22:37 -0000 1.1566 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->11 November 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->12 November 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 11 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 12 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -21603,7 +21603,12 @@ may wait for a suitable break in the user's interaction before queuing the task; for example, a user agent could wait for the user to have not hit a key for 100ms, so as to only fire the event when - the user pauses, instead of continuously for each keystroke.<p>When the <dfn id=event-input-change title=event-input-change><code>change</code></dfn> event applies, + the user pauses, instead of continuously for each keystroke.<p class=example>Examples of a user changing the element's <a href=#concept-fe-value title=concept-fe-value>value</a> would include the user typing + into a text field, pasting a new value into the field, or undoing an + edit in that field. Some user interactions do not cause changes to + the value, e.g. hitting the "delete" key in an empty text field, or + replacing some text in the field with text from the clipboard that + happens to be exactly the same text.<p>When the <dfn id=event-input-change title=event-input-change><code>change</code></dfn> event applies, if the element does not have an <a href=#activation-behavior>activation behavior</a> defined but uses a user interface that involves an explicit commit action, then any time the user commits a change to the element's @@ -22601,10 +22606,10 @@ the user's attention. User agents may report more than one constraint violation. User agents may coalesce related constraint violation reports if appropriate (e.g. if multiple radio buttons in - a set are marked as required, only one error need be reported). If - one of the controls is not visible to the user (e.g. it has the - <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute set) then user - agents may report a script error.</li> + a <a href=#radio-button-group title="radio button group">group</a> are marked as + required, only one error need be reported). If one of the controls + is not visible to the user (e.g. it has the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute set) then user agents + may report a script error.</li> <li><p>Return a <i>negative</i> result.</li>
Received on Wednesday, 12 November 2008 00:26:02 UTC