"[W]ill" in what sense? In the sense that IE 5, developed before the
current namespace spec does this? In the sense that you think it
might.
The behavior of CSS in the presence of namespaces is undefined. But I
have every reason to expect that it will follow the (soon-to-be-)
defined behavior of XSL, which is that the universal name is
compared. So consider this:
<quasi-html>
<STYLE type="text/css" xmlns:foo="http://some.net/ns-1">
foo:p {ident 1em}
</STYLE>
<foo:p xmlns:foo="http://some.net/ns-1">
This is a paragraph.
</foo:p><!-- note: not </p> -->
<foo:p xmlns:foo="http://some.va/ns">
John Paul II
</foo:p>
</quasi-html>
The stylesheet will only affect the first <foo:p>, since it is a style
for http://some.net/ns-1:p, and only matches same. It would also
match
<bar:p xmlns:bar="http://some.net/ns-1">
This is also a paragraph.
</bar:p>
-Chris
-- <!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN"> <!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN" "<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487 <USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>