Re: [OT] [CSS21] xml namespace

> Unfortunately CSS 2.1 is not namespace aware. I'm not sure why, as there
> are multiple interoperable implementations of the hitherto somewhat
> underdocumented syntax agreed by the CSS WG in, erm, mumble, 1998 or so.

I think there is no excuse for not including namespace selectors in
CSS2.1, as this style language is expected to format XML documents,
without namespace selectors it is just incomplete.
Consider sample

h[xml|id]:hover:after
	{content:" #" attr(xml|id)}

that shows id of header that user may want to know to create bookmark 
to some part of XHTML document. With CSS2.1 it is impossible to do,
which IMHO is significant shortage. 
 
 

Received on Wednesday, 27 April 2005 10:07:01 UTC