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

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/

Received on Sunday, 19 April 2009 13:01:05 UTC