[WebIDL] Type conversions triggered by "any" can be lossy

I'm looking at http://dev.w3.org/2006/webapi/WebIDL/#es-any and it looks 
like if I pass NaN for an "any" value an exception will be thrown.  That 
seems wrong to me.  Presumably the "Number value" case should be using 
"unrestricted double", not "double".

-Boris

Received on Thursday, 11 October 2012 01:26:22 UTC