[Bug 26181] Spec should specify the presentation of the array returned by navigator.getGamepads() w.r.t "holes"

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

--- Comment #19 from Ted Mielczarek [:ted] <ted@mielczarek.org> ---
The only tricky bit here right now is that WebIDL doesn't have a way to specify
"Gamepad or undefined" as a type. We could write "sequence<Gamepad?>
getGamepads()" to spec the Firefox behavior of "Gamepad or null", but if we
want to use undefined we'll have to have the WebIDL spec invent some way to say
that.

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

Received on Wednesday, 10 December 2014 18:47:23 UTC