[XHR2] Editorial:

2008-02-27 Thread Elliotte Harold
When the s teps for the send() method say to make upload progress notifications user agents must, if the request entity body is not empty and async is "s teps" --> "steps" Also you might wish to change your mailto link so the [XHR2] at the start of the subject line is automatic. --

RE: Extra Connection Support Proposal

2008-02-27 Thread Sunava Dutta
As Anne says, I think this would be better is it would be scoped to more than just XHR. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anne van Kesteren Sent: Wednesday, February 27, 2008 3:02 PM To: Kris Zyp; Jonas Sicking; Kris Zyp Cc: Stewart Brodie;

Re: Extra Connection Support Proposal

2008-02-27 Thread Anne van Kesteren
On Wed, 27 Feb 2008 23:48:47 +0100, Kris Zyp <[EMAIL PROTECTED]> wrote: I am going to send out another proposal that will hopefully be more palatable/feasible. I don't want this in XMLHttpRequest. It makes no sense that only XMLHttpRequest would benefit from this. That doesn't help , lots o

Re: Extra Connection Support Proposal

2008-02-27 Thread Kris Zyp
Doing this on an HTTP level seems like the right solution to me. Though i'm not sure what working group would then be appropriate for standardizing it... I don't mind trying this avenue, I just fear that this is even more likely to be a dead-end. HTTP is already very complicated (it would seem

Re: Issue Request for DOM L3 Events

2008-02-27 Thread Oliver Hunt
Hmm, i stand corrected, somehow i wasn't triggering 3/4, the S3/Win behaviour for ALT down, ALT up, ALT down, ALT up is KeyDown, KeyUp, KeyUp Which appears to be due to ALT activating the menu *sigh* --Oliver On Feb 27, 2008, at 1:39 PM, Oliver Hunt wrote: I think it's probably worth pointi

Regarding my ACTION-249 for DOM L3 Events

2008-02-27 Thread Travis Leithead
Attached is V1 beta of the abstraction library (TestLib), and a page that uses it. So far the library provides: 1. Abstraction API for adding event listeners to objects x-browser (tested on FF2/IE7/Saf3/O9.2 all on Windows platform). /* TestLib -- Simple Testing Library Abstracts com

Re: Extra Connection Support Proposal

2008-02-27 Thread Jonas Sicking
Kris Zyp wrote: you click on a link, does the link get followed? That is the same sort of scenario, isn't it? At least firefox will abort any existing downloads for the current page when the user clicks a link. But if you're downloading these images in another tab you might have this probl

Re: DOM3 Events Telcon Minutes, 27 Feb 2008

2008-02-27 Thread Anne van Kesteren
On Wed, 27 Feb 2008 22:06:07 +0100, Doug Schepers <[EMAIL PROTECTED]> wrote: Resolution: remove multimousewheel, put additional dimensional delta values on mousewheel The reason we needed a new event is that mousewheel is not dispatched for anything but vertical scrolling and that a

Re: Issue Request for DOM L3 Events

2008-02-27 Thread Oliver Hunt
I think it's probably worth pointing out that the special handling of ALT is specific to Windows as ALT is used to activate menus, this does not effect MacOS, and may or may not effect the various linux browsers (i honestly have no idea what they do and don't have a linux system to test on)

DOM3 Events Telcon Minutes, 27 Feb 2008

2008-02-27 Thread Doug Schepers
Hi, WebAPI fans- The minutes for the 27 Feb 2008 DOM3 Events telcon can be found here: http://www.w3.org/2008/02/27-webapi-minutes.html Or as text, below: [1]W3C [1] http://www.w3.org/ - DRAFT - Web API WG Teleconference

Re: Issue Request for DOM L3 Events

2008-02-27 Thread Travis Leithead
Following up... It was decided to include examples of this type of behavior as a non-normative appendix to the events 3 spec. This allows implementers and developers to be aware of this peculiarity without imposing unnecessary restrictions/limits on the behavior.

Re: Extra Connection Support Proposal

2008-02-27 Thread Kris Zyp
you click on a link, does the link get followed? That is the same sort of scenario, isn't it? At least firefox will abort any existing downloads for the current page when the user clicks a link. But if you're downloading these images in another tab you might have this problem yeah. Though

Re: XHR tests

2008-02-27 Thread Anne van Kesteren
On Mon, 25 Feb 2008 15:56:25 +0100, Anne van Kesteren <[EMAIL PROTECTED]> wrote: http://tc.labs.opera.com/apis/XMLHttpRequest/responseText/003.htm This is more like a demo than a test case, it doesn't return a pass/fail to the framework and it doesn't really test what TITLE claims. (What