[whatwg] Interface of the readystatechange event

2010-09-13 Thread Sergey Ilinsky
I could not find information on what DOM Events interface does
readystatechange event have. Can someone point me to where it is
defined/mentioned?

Sergey/


[whatwg] Incorrect declaration of the default namespace in user agent CSS

2009-04-19 Thread Sergey Ilinsky

In the 10.2 The CSS user agent style sheet and presentational hints

The declaration of the default namespace (to be applied to names that have no 
explicit namespace component) is incorrect:
@namespace url(http://www.w3.org/1999/xhtml);

Correct one should look like [1]:
@namespace http://www.w3.org/1999/xhtml;;

[1] http://www.w3.org/TR/css3-namespace/#declaration

Sergey Ilinsky/