- From: Philip Taylor <excors+whatwg@gmail.com>
- Date: Thu, 17 May 2007 01:31:16 +0100
On 17/05/07, Ian Hickson <ian at hixie.ch> wrote: > I've changed the spec to say to ignore extra arguments and raise an > exception for too few arguments. What happens when someone calls drawImage(image, dx, dy, dw)? That's too few arguments for "void drawImage(in HTMLImageElement image, in float dx, in float dy, in float dw, in float dh)", but too many for "void drawImage(in HTMLImageElement image, in float dx, in float dy)". -- Philip Taylor excors at gmail.com
Received on Wednesday, 16 May 2007 17:31:16 UTC