- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 17:04:41 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify what 0-value means. (whatwg r3494) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2692&r2=1.2693&f=h http://html5.org/tools/web-apps-tracker?from=3493&to=3494 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2692 retrieving revision 1.2693 diff -u -d -r1.2692 -r1.2693 --- Overview.html 29 Jul 2009 01:20:06 -0000 1.2692 +++ Overview.html 29 Jul 2009 08:04:16 -0000 1.2693 @@ -2265,7 +2265,8 @@ </ol></li> - <li><p>If <var title="">sign</var> is "positive", return <var title="">value</var>, otherwise return 0-<var title="">value</var>.</li> + <li><p>If <var title="">sign</var> is "positive", return <var title="">value</var>, otherwise return the result of subtracting + <var title="">value</var> from zero.</li> </ol></div><h5 id="real-numbers"><span class="secno">2.4.4.3 </span>Real numbers</h5><p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it consists of:<ol class="brief"><li>Optionally, a U+002D HYPHEN-MINUS ("-") character.</li>
Received on Wednesday, 29 July 2009 08:05:17 UTC