[Bug 25059] Web IDL doesn't seem to have "number" type

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

Andrey Botalov <botalov.andrey@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Andrey Botalov <botalov.andrey@gmail.com> ---
"number" is still present in some places where it doesn't seem to be
appropriate:

14.2.1.1:
void moveTo (optional WebElement? id, optional number x, optional number y);

14.2.1.2:
void wait (optional number? ms);
void longPress (WebElement id, optional number x, optional number y);

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

Received on Saturday, 15 March 2014 09:08:12 UTC