[whatwg] several messages

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