Re: [WebIDL] questions

Kartikaya Gupta:
> Thanks for the quick fixes. I have one more (hopefully last) question:
> In section 4.5, the fourth bullet point says that interfaces with
> constants can't be implemented by ECMAScript native objects. Doesn't
> this exclude NodeFilter[1] from being implemented in native? This
> seems undesirable, since NodeFilter is meant to be implemented in
> native and passed in to the createNodeIterator/createTreeWalker
> methods, pretty much the same way EventListener works.

Good point.  I’ve loosened it to allow interfaces with constants and
operations to be implemented by native objects (though nothing need be
done with the constants):

  http://dev.w3.org/2006/webapi/WebIDL/#native-objects

Thanks,

Cameron

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Friday, 28 November 2008 00:22:05 UTC