html5/spec-author-view Overview.html,1.1643,1.1644 common-microsyntaxes.html,1.571,1.572 spec.html,1.1773,1.1774 spec.preprocessed.html,1.625,1.626

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv23560

Modified Files:
	Overview.html common-microsyntaxes.html spec.html 
	spec.preprocessed.html 
Log Message:
Allow omission of the number before the period in a floating point number. (whatwg r6635)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1643
retrieving revision 1.1644
diff -u -d -r1.1643 -r1.1644
--- Overview.html	5 Oct 2011 17:57:05 -0000	1.1643
+++ Overview.html	5 Oct 2011 18:57:06 -0000	1.1644
@@ -169,7 +169,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5319.</p> 
+      This is revision 1.5320.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1773
retrieving revision 1.1774
diff -u -d -r1.1773 -r1.1774
--- spec.html	5 Oct 2011 17:57:06 -0000	1.1773
+++ spec.html	5 Oct 2011 18:57:07 -0000	1.1774
@@ -170,7 +170,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5319.</p> 
+      This is revision 1.5320.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -2249,15 +2249,19 @@
   HYPHEN-MINUS, subtracted from zero.</p><h5 id="floating-point-numbers"><span class="secno">2.4.4.3 </span>Floating-point numbers</h5><p>A string is a <dfn aria-haspopup="true" id="valid-floating-point-number" role="button" tabindex="0">valid floating point number</dfn> if it
   consists of:</p><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
-   ZERO (0) to U+0039 DIGIT NINE (9).</li>
+   <li>One or both of the following, in the given order:
 
-   <li>Optionally:
+    <ol><li>A series of one or more characters in the range U+0030 DIGIT
+     ZERO (0) to U+0039 DIGIT NINE (9).</li>
 
-    <ol><li>A single U+002E FULL STOP character (.).</li>
+     <li>
 
-     <li>A series of one or more characters in the range U+0030 DIGIT
-     ZERO (0) to U+0039 DIGIT NINE (9).</li>
+      <ol><li>A single U+002E FULL STOP character (.).</li>
+
+       <li>A series of one or more characters in the range U+0030 DIGIT
+       ZERO (0) to U+0039 DIGIT NINE (9).</li>
+
+      </ol></li>
 
     </ol></li>
 

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -d -r1.625 -r1.626
--- spec.preprocessed.html	5 Oct 2011 17:57:13 -0000	1.625
+++ spec.preprocessed.html	5 Oct 2011 18:57:11 -0000	1.626
@@ -183,7 +183,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5319.</p> 
+      This is revision 1.5320.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -1804,15 +1804,19 @@
   HYPHEN-MINUS, subtracted from zero.</p><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" role="button" tabindex="0" aria-haspopup="true">valid floating point number</dfn> if it
   consists of:</p><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
-   ZERO (0) to U+0039 DIGIT NINE (9).</li>
+   <li>One or both of the following, in the given order:
 
-   <li>Optionally:
+    <ol><li>A series of one or more characters in the range U+0030 DIGIT
+     ZERO (0) to U+0039 DIGIT NINE (9).</li>
 
-    <ol><li>A single U+002E FULL STOP character (.).</li>
+     <li>
 
-     <li>A series of one or more characters in the range U+0030 DIGIT
-     ZERO (0) to U+0039 DIGIT NINE (9).</li>
+      <ol><li>A single U+002E FULL STOP character (.).</li>
+
+       <li>A series of one or more characters in the range U+0030 DIGIT
+       ZERO (0) to U+0039 DIGIT NINE (9).</li>
+
+      </ol></li>
 
     </ol></li>
 

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -d -r1.571 -r1.572
--- common-microsyntaxes.html	4 Oct 2011 17:57:24 -0000	1.571
+++ common-microsyntaxes.html	5 Oct 2011 18:57:06 -0000	1.572
@@ -229,15 +229,19 @@
   HYPHEN-MINUS, subtracted from zero.<h5 id="floating-point-numbers"><span class="secno">2.4.4.3 </span>Floating-point numbers</h5><p>A string is a <dfn aria-haspopup="true" id="valid-floating-point-number" role="button" tabindex="0">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
-   ZERO (0) to U+0039 DIGIT NINE (9).</li>
+   <li>One or both of the following, in the given order:
 
-   <li>Optionally:
+    <ol><li>A series of one or more characters in the range U+0030 DIGIT
+     ZERO (0) to U+0039 DIGIT NINE (9).</li>
 
-    <ol><li>A single U+002E FULL STOP character (.).</li>
+     <li>
 
-     <li>A series of one or more characters in the range U+0030 DIGIT
-     ZERO (0) to U+0039 DIGIT NINE (9).</li>
+      <ol><li>A single U+002E FULL STOP character (.).</li>
+
+       <li>A series of one or more characters in the range U+0030 DIGIT
+       ZERO (0) to U+0039 DIGIT NINE (9).</li>
+
+      </ol></li>
 
     </ol></li>
 

Received on Wednesday, 5 October 2011 18:57:20 UTC