- From: Eric U <ericu@google.com>
- Date: Tue, 28 Feb 2012 15:59:14 -0800
- To: Ms2ger <ms2ger@gmail.com>
- Cc: "public-webapps@w3.org" <public-webapps@w3.org>
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);". Fixed. > * Event handlers should be "[TreatNonCallableAsNull] Function? onfoo", > not just "Function". Fixed. > * Interfaces should not have [NoInterfaceObject] without a good reason. Fixed. > * FileException doesn't exist anymore; use DOMException. Still to come. > Also, the References section is severely out of date. Fixed. > HTH > Ms2ger >
Received on Tuesday, 28 February 2012 23:59:57 UTC