[html5] r2177 - [] (0) WF2: fix errors and redundant text in today's checkins.

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 13 03:17:21 PDT 2008


Author: ianh
Date: 2008-09-13 03:17:21 -0700 (Sat, 13 Sep 2008)
New Revision: 2177

Modified:
   index
   source
Log:
[] (0) WF2: fix errors and redundant text in today's checkins.

Modified: index
===================================================================
--- index	2008-09-13 10:13:34 UTC (rev 2176)
+++ index	2008-09-13 10:17:21 UTC (rev 2177)
@@ -26716,8 +26716,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.
@@ -27586,7 +27586,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
@@ -27614,7 +27614,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
@@ -27624,8 +27624,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

Modified: source
===================================================================
--- source	2008-09-13 10:13:34 UTC (rev 2176)
+++ source	2008-09-13 10:17:21 UTC (rev 2177)
@@ -24058,7 +24058,8 @@
   title="concept-form-reset">reset</span> the <code>form</code>
   element.</p>
 
-  <p>If the <dfn title="dom-form-checkValidity">checkValidity()</dfn>
+  <p>If the <dfn
+  title="dom-form-checkValidity"><code>checkValidity()</code></dfn>
   method is invoked, the user agent must <span>statically validate the
   constraints</span> of the <code>form</code> element, and return true
   if the constraint validation return a <i>positive</i> result, and
@@ -24723,7 +24724,7 @@
    order</span>.</p></li>
 
    <li><p>Let <var title="">invalid controls</var> be an initially
-   empty list of elements.</p></l>
+   empty list of elements.</p></li>
 
    <li>
 
@@ -24751,7 +24752,7 @@
    return a <i>positive</i> result and abort these steps.</p></li>
 
    <li><p>Let <var title="">unhandled invalid controls</var> be an
-   initially empty list of elements.</p></l>
+   initially empty list of elements.</p></li>
 
    <li>
 
@@ -24762,8 +24763,8 @@
     <ol>
 
      <li><p><span>Fire a simple event</span> named <code
-     title="event-invalid">invalid</code> at <var title="">field</var>
-     that is cancelable.</p></li>
+     title="event-invalid">invalid</code> at <var
+     title="">field</var>.</p></li>
 
      <li><p>If the event was not canceled, then add <var
      title="">field</var> to <var title="">unhandled invalid




More information about the Commit-Watchers mailing list