[whatwg] Incorrect declaration of the default namespace in user agent CSS
Sergey Ilinsky
castonet at yahoo.co.uk
Sun Apr 19 13:01:05 PDT 2009
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/
More information about the whatwg
mailing list