Bug in Contacts Web IDL (and Calendar)

Hi,

The Contacts API currently defines it find() method as special caller
method; I'm not sure why it is so, but that's not compatible with Web
IDL: the find() method has optional arguments, and Web IDL forbids
special operations with optional arguments.

The Calendar API has the same issue.

Dom

Received on Wednesday, 29 June 2011 12:13:07 UTC