Re: [IndexedDB] Numeric constants vs enumerated strings

2012-02-25 Thread Anne van Kesteren
On Sat, 25 Feb 2012 00:34:40 +0100, Israel Hilerio isra...@microsoft.com wrote: I believe we can discuss this proposal and others at a later time as part of IDB v2. There's no v2 on the web. We still live with the decisions made by browser engineering teams years ago. How tablediv is

CfC: publish WD of File API: Writer + File API: Directories and System; deadline March 3

2012-02-25 Thread Arthur Barstow
This is a Call for Consensus to publish new WDs of the File API: Writer + File API: Directories and System specs, using the following EDs as the basis of the publications: http://dev.w3.org/2009/dap/file-system/file-writer.html http://dev.w3.org/2009/dap/file-system/file-dir-sys.html

CfC: publish LCWD of File API; deadline March 3

2012-02-25 Thread Arthur Barstow
Comments and bugs submitted during the pre-LC comment period for File API spec have been addressed and since there are no open bugs, this is a Call for Consensus to publish a LCWD of the File API spec using the latest ED as the basis: http://dev.w3.org/2006/webapi/FileAPI/ This CfC satisfies

[file-writer] WebIDL / References

2012-02-25 Thread Ms2ger
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