- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 00:13:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23901
Modified Files:
Overview.html
Log Message:
consistency (whatwg r6356)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5078
retrieving revision 1.5079
diff -u -d -r1.5078 -r1.5079
--- Overview.html 3 Aug 2011 00:08:39 -0000 1.5078
+++ Overview.html 3 Aug 2011 00:13:01 -0000 1.5079
@@ -528,7 +528,7 @@
<ol>
<li><a href="#non-negative-integers"><span class="secno">2.5.4.1 </span>Non-negative integers</a></li>
<li><a href="#signed-integers"><span class="secno">2.5.4.2 </span>Signed integers</a></li>
- <li><a href="#real-numbers"><span class="secno">2.5.4.3 </span>Real numbers</a></li>
+ <li><a href="#floating-point-numbers"><span class="secno">2.5.4.3 </span>Floating-point numbers</a></li>
<li><a href="#percentages-and-dimensions"><span class="secno">2.5.4.4 </span>Percentages and lengths</a></li>
<li><a href="#lists-of-integers"><span class="secno">2.5.4.5 </span>Lists of integers</a></li>
<li><a href="#lists-of-dimensions"><span class="secno">2.5.4.6 </span>Lists of dimensions</a></ol></li>
@@ -3719,7 +3719,7 @@
<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.5.4.3 </span>Real numbers</h5><p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it
+ </ol></div><h5 id="floating-point-numbers"><span class="secno">2.5.4.3 </span>Floating-point 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>
<li>A series of one or more characters in the range U+0030 DIGIT
Received on Wednesday, 3 August 2011 00:13:06 UTC