This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21369 - TimeClip(time) - time not defined/explained
Summary: TimeClip(time) - time not defined/explained
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: JavaScript (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: Unsorted
Assignee: Mathias Bynens
QA Contact: sideshowbarker+javascript
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 00:06 UTC by Jim Michaels
Modified: 2014-06-21 12:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Jim Michaels 2013-03-22 00:06:25 UTC
ecmascript 262 15.9.1.14 TimeClip(time) does not define/explain what time is or how to build it. all that is said is that it is a Number, but there are no semantics regarding this Number. for example, is it supposed to be 
time = ms + seconds*1000 + minutes*1000*60 + hours*60*60*1000
?
is it milliseconds, or is it something else? please explain in the spec.
Comment 1 Mathias Bynens 2014-06-21 12:52:45 UTC
This is outside the scope of the JavaScript / Web ECMAScript spec. See <http://javascript.spec.whatwg.org/#goals>.

To propose new features to the ECMAScript language, please file a bug on https://bugs.ecmascript.org/.