- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 08:04:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27931 Modified Files: Overview.html Log Message: Clarify what 0-value means. (whatwg r3494) Index: Overview.html =================================================================== 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:04:29 UTC