Skip to content

Commit 170a850

Browse files
committed
Editorial: Delete <emu-note> in TimeClip clause
PR tc39#1827 (among other things) removed step 4 from the algorithm for TimeClip, obsoleting the accompanying emu-note that describes "the point of step 4". Conceivably, the note could be reworded to describe the effect of 'ToInteger' on step 3, but I don't think it'd be worth the bother.
1 parent 2479fb1 commit 170a850

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28561,9 +28561,6 @@ <h1>TimeClip ( _time_ )</h1>
2856128561
1. If abs(_time_) &gt; 8.64 &times; 10<sup>15</sup>, return *NaN*.
2856228562
1. Return ! ToInteger(_time_).
2856328563
</emu-alg>
28564-
<emu-note>
28565-
<p>The point of step 4 is that an implementation is permitted a choice of internal representations of time values, for example as a 64-bit signed integer or as a 64-bit floating-point value. Depending on the implementation, this internal representation may or may not distinguish *-0* and *+0*.</p>
28566-
</emu-note>
2856728564
</emu-clause>
2856828565

2856928566
<emu-clause id="sec-date-time-string-format">

0 commit comments

Comments
 (0)