Re: [file-writer] WebIDL / References

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