[Bug 21434] Need to spec liveness of Gamepad objects

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21434

--- Comment #3 from Ted Mielczarek [:ted] <ted@mielczarek.org> ---
I chatted with another implementer and they were curious as to whether
(assuming that Gamepad objects are snapshots):

navigator.getGamepads()[0] == navigator.getGamepads()[0]

ought to be true. It looks like it currently is in Chrome, but not in the IE
developer preview.

We agreed that sensible spec language would allow that to be true, and in fact
the spec should allow implementations to return the same snapshot for a Gamepad
until the data changes (the gamepad has been interacted with in some way).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 23 June 2014 18:41:44 UTC