[Bug 23601] New: Define a variable to replace with prejudice

2013-10-23 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23601 Bug ID: 23601 Summary: Define a variable to replace with prejudice Product: WebAppsWG Version: unspecified Hardware: PC OS: Linux Status: NEW Severity:

[webcomponents] Cross origin HTML imports

2013-10-23 Thread Joe Walnes
Hi I'm experimenting with HTML Imports to simplify a collection of complicated web-apps. I'm really impressed with the functionality - it's greatly simplified things. I'm currently using a polyfill but looking forward to being able to use this natively. I've hit a limitation though - I'd really

CfC: publish new WD of UI Events; deadline October 30

2013-10-23 Thread Arthur Barstow
Travis and Gary would like to publish a new WD of UI Events and this is a Call for Consensus to do so, using the following ED as the basis: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm Agreement to this proposal: a) indicates support for publishing a new WD; and b) does not

CfC: publish new WD of DOM Events Level 3

2013-10-23 Thread Arthur Barstow
The people working on DOM Events Level 3 would like to publish a new WD of DOM Events Level 3 (aka D3E) and this is a Call for Consensus to do so, using the following ED as the basis: https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html Agreement to this proposal: a) indicates

Re: [webcomponents] Cross origin HTML imports

2013-10-23 Thread Hajime Morrita
Hi Joe, Thanks for trying HTML Imports and looking into the spec! It's a spec bug. The intention of the spec is to allow CORS-aware cross origin resources. It seems that something wrong happened during editing. I filed a bug [1] for revising it. I've been trying to define the import loading

Re: [webcomponents] Cross origin HTML imports

2013-10-23 Thread Anne van Kesteren
On Wed, Oct 23, 2013 at 1:16 PM, Hajime Morrita morr...@google.com wrote: I've been trying to define the import loading behavior on top of the basic fetch algorithm of the fetch standard. So feedback like yours are really appreciated. basic fetch is not an entry point. It's an internal

[Bug 23259] Expose ticks in wheel events

2013-10-23 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23259 Gary Kacmarcik gary...@google.com changed: What|Removed |Added CC|

Re: Overlap between StreamReader and FileReader

2013-10-23 Thread Aymeric Vitte
Your filter idea seems to be equivalent to a createStream that I suggested some time ago (like node), what about: var encryptionPromise = crypto.subtle.encrypt(aesAlgorithmEncrypt, aesKey, sourceStream).createStream(); So you don't need to modify the APIs where you can not specify the

[Bug 21111] response property should return incremental data for ArrayBuffer and Blob

2013-10-23 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=2 Anne ann...@annevk.nl changed: What|Removed |Added Status|NEW |RESOLVED

[FileAPI]

2013-10-23 Thread psweatte
7.2 Interface File: -add creationDate property -add size property -If the last modification date and time are not known, the attribute must return an empty string 8.3. Event Handler Attributes -add onNotfounderror event handler -add onReaderror event handler -add onSecurityerror event handler

Re: [FileAPI]

2013-10-23 Thread Arun Ranganathan
Hi there! On Oct 23, 2013, at 12:32 PM, psweatte wrote: 7.2 Interface File: -add creationDate property Thanks for your feedback. *Most* filesystems don't really have a creation time. While Windows does, Unix-style OS return the *change time or last modified time. Since we want fidelity

Re: [webcomponents] Cross origin HTML imports

2013-10-23 Thread Hajime Morrita
OK, I will refer the fetch section in HTML spec then. On Wed, Oct 23, 2013 at 9:29 PM, Anne van Kesteren ann...@annevk.nl wrote: On Wed, Oct 23, 2013 at 1:16 PM, Hajime Morrita morr...@google.com wrote: I've been trying to define the import loading behavior on top of the basic fetch