[XMLHttpRequest] Publishing another draft

Hi,

I think it would be good if we published another draft of XMLHttpRequest  
as there has been a number of small changes that have an impact on  
implementors. Such as an actual definition of same-origin, renaming of two  
constants. OPEN -> OPENED to avoid conflict with open() and SENT ->  
HEADERS_RECEIVED as that is the actual state. I also clarified the  
exception block and mentioned SECURITY_ERR in at as well to guide  
implementors. Hopefully it will eventually be integrated in whatever the  
next version of DOM Level 3 Core will be. A more detailed changelog of  
these changes can be found here:

   http://dev.w3.org/cvsweb/2006/webapi/XMLHttpRequest/Overview.src.html.diff?r1=1.120&r2=1.146&f=h

The latest editor draft can be found here:

   http://dev.w3.org/2006/webapi/XMLHttpRequest/

It would also help meeting the hardbeat requirement for this particular  
specification.

Kind regards,


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Thursday, 4 October 2007 13:35:57 UTC