- From: Ms2ger <ms2ger@gmail.com>
- Date: Sat, 25 Feb 2012 14:02:03 +0100
- To: "public-webapps@w3.org" <public-webapps@w3.org>
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