html5/spec-author-view Overview.html,1.1733,1.1734 common-microsyntaxes.html,1.577,1.578 spec.html,1.1867,1.1868 spec.preprocessed.html,1.715,1.716

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

Modified Files:
	Overview.html common-microsyntaxes.html spec.html 
	spec.preprocessed.html 
Log Message:
Limit the number of digits in the fraction part of a seconds time component to 3, since more than that and you lose precision when converting to milliseconds, e.g. for use with Date objects in the API. (whatwg r6892)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1733
retrieving revision 1.1734
diff -u -d -r1.1733 -r1.1734
--- Overview.html	11 Jan 2012 01:01:12 -0000	1.1733
+++ Overview.html	11 Jan 2012 23:58:54 -0000	1.1734
@@ -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.5489.</p> 
+      This is revision 1.5490.</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.1867
retrieving revision 1.1868
diff -u -d -r1.1867 -r1.1868
--- spec.html	11 Jan 2012 01:01:17 -0000	1.1867
+++ spec.html	11 Jan 2012 23:58:57 -0000	1.1868
@@ -171,7 +171,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.5489.</p> 
+      This is revision 1.5490.</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
@@ -2441,7 +2441,7 @@
 
       <ol><li>A 002E FULL STOP character (.)</li>
 
-       <li>One or more <a href="#concept-datetime-digit" id="concept-datetime-digit_8" title="concept-datetime-digit">digits</a>, representing the
+       <li>One, two, or three <a href="#concept-datetime-digit" id="concept-datetime-digit_8" title="concept-datetime-digit">digits</a>, representing the
        fractional part of <var title="">second</var></li>
 
       </ol></li>
@@ -2664,7 +2664,7 @@
          number of seconds.</p></li>
 
          <li><p>Optionally, a U+002E FULL STOP character (.) followed
-         by one or more <a href="#concept-datetime-digit" id="concept-datetime-digit_17" title="concept-datetime-digit">digits</a>, representing a
+         by one, two, or three <a href="#concept-datetime-digit" id="concept-datetime-digit_17" title="concept-datetime-digit">digits</a>, representing a
          fraction of a second.</p></li>
 
          <li><p>A U+0053 LATIN CAPITAL LETTER S character.</p></li>
@@ -2699,7 +2699,7 @@
 
      <li><p>If the <a href="#duration-time-component-scale" id="duration-time-component-scale_2">duration time component scale</a>
      specified is 1 (i.e. the units are seconds), then, optionally, a
-     U+002E FULL STOP character (.) followed by one or more <a href="#concept-datetime-digit" id="concept-datetime-digit_19" title="concept-datetime-digit">digits</a>, representing a
+     U+002E FULL STOP character (.) followed by one, two, or three <a href="#concept-datetime-digit" id="concept-datetime-digit_19" title="concept-datetime-digit">digits</a>, representing a
      fraction of a second.</p></li>
 
      <li><p>Zero or more <a href="#space-character" id="space-character_3" title="space character">space

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -d -r1.715 -r1.716
--- spec.preprocessed.html	11 Jan 2012 01:01:22 -0000	1.715
+++ spec.preprocessed.html	11 Jan 2012 23:59:15 -0000	1.716
@@ -184,7 +184,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.5489.</p> 
+      This is revision 1.5490.</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
@@ -1994,7 +1994,7 @@
 
       <ol><li>A 002E FULL STOP character (.)</li>
 
-       <li>One or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the
+       <li>One, two, or three <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the
        fractional part of <var title="">second</var></li>
 
       </ol></li>
@@ -2217,7 +2217,7 @@
          number of seconds.</p></li>
 
          <li><p>Optionally, a U+002E FULL STOP character (.) followed
-         by one or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing a
+         by one, two, or three <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing a
          fraction of a second.</p></li>
 
          <li><p>A U+0053 LATIN CAPITAL LETTER S character.</p></li>
@@ -2252,7 +2252,7 @@
 
      <li><p>If the <a href="#duration-time-component-scale">duration time component scale</a>
      specified is 1 (i.e. the units are seconds), then, optionally, a
-     U+002E FULL STOP character (.) followed by one or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing a
+     U+002E FULL STOP character (.) followed by one, two, or three <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing a
      fraction of a second.</p></li>
 
      <li><p>Zero or more <a href="#space-character" title="space character">space

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -d -r1.577 -r1.578
--- common-microsyntaxes.html	14 Dec 2011 01:58:35 -0000	1.577
+++ common-microsyntaxes.html	11 Jan 2012 23:58:56 -0000	1.578
@@ -357,7 +357,7 @@
 
       <ol><li>A 002E FULL STOP character (.)</li>
 
-       <li>One or more <a href="#concept-datetime-digit" id="concept-datetime-digit_8" title="concept-datetime-digit">digits</a>, representing the
+       <li>One, two, or three <a href="#concept-datetime-digit" id="concept-datetime-digit_8" title="concept-datetime-digit">digits</a>, representing the
        fractional part of <var title="">second</var></li>
 
       </ol></li>
@@ -580,7 +580,7 @@
          number of seconds.</li>
 
          <li><p>Optionally, a U+002E FULL STOP character (.) followed
-         by one or more <a href="#concept-datetime-digit" id="concept-datetime-digit_17" title="concept-datetime-digit">digits</a>, representing a
+         by one, two, or three <a href="#concept-datetime-digit" id="concept-datetime-digit_17" title="concept-datetime-digit">digits</a>, representing a
          fraction of a second.</li>
 
          <li><p>A U+0053 LATIN CAPITAL LETTER S character.</li>
@@ -615,7 +615,7 @@
 
      <li><p>If the <a href="#duration-time-component-scale" id="duration-time-component-scale_2">duration time component scale</a>
      specified is 1 (i.e. the units are seconds), then, optionally, a
-     U+002E FULL STOP character (.) followed by one or more <a href="#concept-datetime-digit" id="concept-datetime-digit_19" title="concept-datetime-digit">digits</a>, representing a
+     U+002E FULL STOP character (.) followed by one, two, or three <a href="#concept-datetime-digit" id="concept-datetime-digit_19" title="concept-datetime-digit">digits</a>, representing a
      fraction of a second.</li>
 
      <li><p>Zero or more <a href="#space-character" id="space-character_3" title="space character">space

Received on Thursday, 12 January 2012 00:01:23 UTC