Re: [RequestAnimationFrame] don't invoke potentially modified methods

On Thu, 2014-07-03 at 12:02 +0200, Anne van Kesteren wrote:
> "Let time be the result of invoking the now method of the Performance
> interface within this context." Is wrong. You need to say something
> about the *initial value* of the now property. See e.g.
> http://xhr.spec.whatwg.org/#json-response for an example.

That seems an appropriate change since now() can be modified.

How about:
[[
1. Let time be the result of invoking the initial value of the now
property of the initial performance object, with no argument.
]]

Philippe

Received on Wednesday, 9 July 2014 20:53:10 UTC