- From: Eric U <ericu@google.com>
- Date: Mon, 27 Feb 2012 06:07:18 -0800
- To: Ms2ger <ms2ger@gmail.com>
- Cc: "public-webapps@w3.org" <public-webapps@w3.org>
Thanks! I'll take care of those. On Sat, Feb 25, 2012 at 5:02 AM, Ms2ger <ms2ger@gmail.com> wrote: > 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 Monday, 27 February 2012 14:08:01 UTC