- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Sep 2008 19:20:22 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: fix errors and redundant text in today's checkins. (whatwg r2177) reset() http://people.w3.org/mike/diffs/html5/spec/Overview.1.1350.html#reset checkValidity() http://people.w3.org/mike/diffs/html5/spec/Overview.1.1350.html#checkvalidity statically validate the constraints http://people.w3.org/mike/diffs/html5/spec/Overview.1.1350.html#statically http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1349&r2=1.1350&f=h http://html5.org/tools/web-apps-tracker?from=2176&to=2177 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1349 retrieving revision 1.1350 diff -u -d -r1.1349 -r1.1350 --- Overview.html 13 Sep 2008 10:13:39 -0000 1.1349 +++ Overview.html 13 Sep 2008 10:17:25 -0000 1.1350 @@ -26723,8 +26723,8 @@ href="#form">form</a></code> element. <p>If the <dfn id=checkvalidity - title=dom-form-checkValidity>checkValidity()</dfn> method is invoked, the - user agent must <a href="#statically">statically validate the + title=dom-form-checkValidity><code>checkValidity()</code></dfn> method is + invoked, the user agent must <a href="#statically">statically validate the constraints</a> of the <code><a href="#form">form</a></code> element, and return true if the constraint validation return a <i>positive</i> result, and false if it returned a <i>negative</i> result. @@ -27593,7 +27593,7 @@ <li> <p>Let <var title="">invalid controls</var> be an initially empty list of - elements.</p> + elements. <li> <p>For each element <var title="">field</var> in <var @@ -27621,7 +27621,7 @@ <li> <p>Let <var title="">unhandled invalid controls</var> be an initially - empty list of elements.</p> + empty list of elements. <li> <p>For each element <var title="">field</var> in <var title="">invalid @@ -27631,8 +27631,7 @@ <ol> <li> <p><a href="#firing2">Fire a simple event</a> named <code - title=event-invalid>invalid</code> at <var title="">field</var> that - is cancelable. + title=event-invalid>invalid</code> at <var title="">field</var>. <li> <p>If the event was not canceled, then add <var title="">field</var> to
Received on Saturday, 13 September 2008 10:21:00 UTC