html5/spec Overview.html,1.1413,1.1414

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

Modified Files:
	Overview.html 
Log Message:
WF2: typo (whatwg r2241)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1413
retrieving revision 1.1414
diff -u -d -r1.1413 -r1.1414
--- Overview.html	25 Sep 2008 11:01:26 -0000	1.1413
+++ Overview.html	25 Sep 2008 11:03:02 -0000	1.1414
@@ -30030,7 +30030,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
@@ -30045,7 +30045,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>
@@ -31315,9 +31315,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>

Received on Thursday, 25 September 2008 11:03:42 UTC