html5/spec Overview.html,1.1349,1.1350

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27775

Modified Files:
	Overview.html 
Log Message:
WF2: fix errors and redundant text in today's checkins. (whatwg r2177)

Index: Overview.html
===================================================================
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:18:02 UTC