- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 20:06:28 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: typo (whatwg r2241) suffering from a step mismatch http://people.w3.org/mike/diffs/html5/spec/Overview.1.1414.html#suffering3 suffering from an overflow http://people.w3.org/mike/diffs/html5/spec/Overview.1.1414.html#suffering2 suffering from an underflow http://people.w3.org/mike/diffs/html5/spec/Overview.1.1414.html#suffering1 suffering from being too long http://people.w3.org/mike/diffs/html5/spec/Overview.1.1414.html#suffering0 maximum UTC date and time http://people.w3.org/mike/diffs/html5/spec/Overview.1.1414.html#maximum minimum UTC date and time http://people.w3.org/mike/diffs/html5/spec/Overview.1.1414.html#minimum http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1413&r2=1.1414&f=h http://html5.org/tools/web-apps-tracker?from=2240&to=2241 =================================================================== 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:07:06 UTC