Re: IDL: number types

On 3/21/13 10:58 PM, Rick Waldron wrote:
> If you have a 100% provable test case, please file bugs at
> http://bugs.jquery.com

Will do.  Clearly you don't consider things that change jQuery.attr or 
whatnot (which is used internally in jQuery code) interesting, right? 
What _do_ you consider interesting?

> I'd be interested in seeing jQuery's API overloads exposed as WebIDL.

Well, let's look at parseHTML.

It's not quite identical, because WebIDL will coerce the first argument 
to string and because WebIDL won't let you duck-type contexts with 
createElement on them, but:

   parseHTML(DOMString data, boolean context);
   parseHTML(DOMString data, optional Document? context,
             optional boolean keepScripts);

-Boris

Received on Friday, 22 March 2013 05:06:41 UTC