[html5] r8250 - [e] (0) Disambiguate the meaning of 'after' here in the Date definition Fixing h [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 1 15:59:26 PDT 2013


Author: ianh
Date: 2013-11-01 15:59:23 -0700 (Fri, 01 Nov 2013)
New Revision: 8250

Modified:
   complete.html
   index
   source
Log:
[e] (0) Disambiguate the meaning of 'after' here in the Date definition
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23699
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-10-31 22:25:17 UTC (rev 8249)
+++ complete.html	2013-11-01 22:59:23 UTC (rev 8250)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 31 October 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 1 November 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -3617,8 +3617,8 @@
 
     <p>When this specification requires a user agent to <dfn id=create-a-date-object>create a <code>Date</code> object</dfn>
     representing a particular time (which could be the special value Not-a-Number), the milliseconds
-    component of that time, if any, must be truncated to an integer and the time value of the newly
-    created <code>Date</code> object must represent the time after that truncation.</p>
+    component of that time, if any, must be truncated to an integer, and the time value of the newly
+    created <code>Date</code> object must represent the resulting truncated time.</p>
 
     <p class=example>For instance, given the time 23045 millionths of a second after 01:00 UTC on
     January 1st 2000, i.e. the time 2000-01-01T00:00:00.023045Z, then the <code>Date</code> object

Modified: index
===================================================================
--- index	2013-10-31 22:25:17 UTC (rev 8249)
+++ index	2013-11-01 22:59:23 UTC (rev 8250)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 31 October 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 1 November 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -3617,8 +3617,8 @@
 
     <p>When this specification requires a user agent to <dfn id=create-a-date-object>create a <code>Date</code> object</dfn>
     representing a particular time (which could be the special value Not-a-Number), the milliseconds
-    component of that time, if any, must be truncated to an integer and the time value of the newly
-    created <code>Date</code> object must represent the time after that truncation.</p>
+    component of that time, if any, must be truncated to an integer, and the time value of the newly
+    created <code>Date</code> object must represent the resulting truncated time.</p>
 
     <p class=example>For instance, given the time 23045 millionths of a second after 01:00 UTC on
     January 1st 2000, i.e. the time 2000-01-01T00:00:00.023045Z, then the <code>Date</code> object

Modified: source
===================================================================
--- source	2013-10-31 22:25:17 UTC (rev 8249)
+++ source	2013-11-01 22:59:23 UTC (rev 8250)
@@ -2359,8 +2359,8 @@
 
     <p>When this specification requires a user agent to <dfn>create a <code>Date</code> object</dfn>
     representing a particular time (which could be the special value Not-a-Number), the milliseconds
-    component of that time, if any, must be truncated to an integer and the time value of the newly
-    created <code>Date</code> object must represent the time after that truncation.</p>
+    component of that time, if any, must be truncated to an integer, and the time value of the newly
+    created <code>Date</code> object must represent the resulting truncated time.</p>
 
     <p class="example">For instance, given the time 23045 millionths of a second after 01:00 UTC on
     January 1st 2000, i.e. the time 2000-01-01T00:00:00.023045Z, then the <code>Date</code> object




More information about the Commit-Watchers mailing list