[html5] r2241 - [e] (0) WF2: typo

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 25 04:02:59 PDT 2008


Author: ianh
Date: 2008-09-25 04:02:58 -0700 (Thu, 25 Sep 2008)
New Revision: 2241

Modified:
   index
   source
Log:
[e] (0) WF2: typo

Modified: index
===================================================================
--- index	2008-09-25 11:01:22 UTC (rev 2240)
+++ index	2008-09-25 11:02:58 UTC (rev 2241)
@@ -30023,7 +30023,7 @@
    href="#selected" title=concept-input-value-datetime>selected UTC date and
    time</a> and a <a href="#minimum" title=concept-input-min-datetime>minimum
    UTC date and time</a>, if the former is less than the latter, the element
-   is <span>suffering from an underflow</span>.
+   is <a href="#suffering1">suffering from an underflow</a>.
 
   <p>The <code title=attr-input-max><a href="#max4">max</a></code> attribute,
    if specified, must have a value that is a <a href="#valid6">valid UTC date
@@ -30038,7 +30038,7 @@
    href="#selected" title=concept-input-value-datetime>selected UTC date and
    time</a> and a <a href="#maximum" title=concept-input-max-datetime>maximum
    UTC date and time</a>, if the former is more than the latter, the element
-   is <span>suffering from an overflow</span>.
+   is <a href="#suffering2">suffering from an overflow</a>.
 
   <p class=big-issue>... <code title=attr-input-step><a
    href="#step0">step</a></code>
@@ -31308,9 +31308,9 @@
   <p class=big-issue>... <dfn id=suffering0>suffering from being too
    long</dfn>
 
-  <p class=big-issue>... <dfn id=suffering1>suffering from on underflow</dfn>
+  <p class=big-issue>... <dfn id=suffering1>suffering from an underflow</dfn>
 
-  <p class=big-issue>... <dfn id=suffering2>suffering from on overflow</dfn>
+  <p class=big-issue>... <dfn id=suffering2>suffering from an overflow</dfn>
 
   <p class=big-issue>... <dfn id=suffering3>suffering from a step
    mismatch</dfn>

Modified: source
===================================================================
--- source	2008-09-25 11:01:22 UTC (rev 2240)
+++ source	2008-09-25 11:02:58 UTC (rev 2241)
@@ -27651,9 +27651,9 @@
   <p class="big-issue">... <dfn>suffering from being too
   long</dfn></p>
 
-  <p class="big-issue">... <dfn>suffering from on underflow</dfn></p>
+  <p class="big-issue">... <dfn>suffering from an underflow</dfn></p>
 
-  <p class="big-issue">... <dfn>suffering from on overflow</dfn></p>
+  <p class="big-issue">... <dfn>suffering from an overflow</dfn></p>
 
   <p class="big-issue">... <dfn>suffering from a step
   mismatch</dfn></p>




More information about the Commit-Watchers mailing list