[file-writer] WebIDL / References

Hi all,

There are a number of bugs in the WebIDL blocks in 
<http://dev.w3.org/2009/dap/file-system/file-writer.html>.

* The 'in' token has been removed; "void append (in Blob data);" should
   be "void append (Blob data);".
* Event handlers should be "[TreatNonCallableAsNull] Function? onfoo",
   not just "Function".
* Interfaces should not have [NoInterfaceObject] without a good reason.
* FileException doesn't exist anymore; use DOMException.

Also, the References section is severely out of date.

HTH
Ms2ger

Received on Saturday, 25 February 2012 13:02:33 UTC