Re: Blobs: An alternate (complementary?) binary data proposal (Was: File IO...)

2008-05-10 Thread Aaron Boodman
On Sat, May 10, 2008 at 1:18 AM, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: > I really like the idea of adding consistent APIs for binary data in the many > places in the Web platform that need them. However, I'm not really clear on > why Blobs must be distinct from ByteArrays. The only explanat

Re: Blobs: An alternate (complementary?) binary data proposal (Was: File IO...)

2008-05-10 Thread Ian Hickson
On Sun, 11 May 2008, Charles McCathieNevile wrote: > > > Do we have the resources to have someone champion this spec? > > Are you asking the WG, or Google? The Web community as a whole. I don't care which working group (if any) "owns" it, and I don't have any reason to prefer that Google work

Re: [whatwg] Adding mouseenter and mouseleave events

2008-05-10 Thread Bjoern Hoehrmann
* Magnus Kristiansen wrote: >Mouseover/out events will trigger when elements contained inside the >EventTarget are hovered, and then bubble up. This is contrary to the most >obvious interpretation, as you are still inside (over) the targeted >element. IE supports two events, mouseenter[1] an

Re: Blobs: An alternate (complementary?) binary data proposal (Was: File IO...)

2008-05-10 Thread Charles McCathieNevile
On Sat, 10 May 2008 06:15:01 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Wed, 7 May 2008, Aaron Boodman wrote: The Gears team has also been putting together a proposal for file access which overlaps in some ways with Opera's, but is also orthogonal in some ways: http://code.google.com/

Re: [selectors-api] Proposal to Drop NSResolver from Selectors API v1

2008-05-10 Thread Lachlan Hunt
Jonas Sicking wrote: What are the remaining issues that are still holding us back? It seems to me like if we know we're going to add this in a version 2, but we already have a done specification for it, why not include it? In relation to the NSResolver, the major issue is that I need to defin

Re: IE Team's Proposal for Cross Site Requests

2008-05-10 Thread Henri Sivonen
(Quotes reordered.) On May 10, 2008, at 01:46 , Chris Wilson wrote: * Chris Wilson wrote: Even according to the designer of Access Control, the feature was designed for non browser applications, and the idea of enabling AC for the browser platform by applying Access Control to XHR “came

Re: Blobs: An alternate (complementary?) binary data proposal (Was: File IO...)

2008-05-10 Thread Maciej Stachowiak
On May 7, 2008, at 10:08 PM, Aaron Boodman wrote: Hi everyone, Opera has a proposal for a specification that would revive (and supersede) the file upload API that has been lingering so long as a work item. The Gears team has also been putting together a proposal for file access which ov