Re: Potential bugs identified in XHR LC Test Suite

* Kartikaya Gupta wrote:
>I also had a question about the complex/001.htm test case. This test
>case seems to imply that readystatechange listeners are ordered.
>However, this is not specified in the XHR spec. The DOM Events spec
>explicitly says that listeners may be triggered in any order. It seems
>that all major browsers do actually keep the listeners ordered, and I've
>run across at least one webpage that relies on this behavior, but I
>don't think it's good form for a W3C test to be relying on it.

The triggering order is undefined in DOM Level 2 Events, but defined in
DOM Level 3 Events.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Saturday, 7 June 2008 17:00:58 UTC