blob: 66995165f768dd92ecb4ef46b846b178998443a7 [file] [log] [blame]
<csstest def="Type element selector with universal namespace" module="W3C Selectors" modulename="css3-modsel" number="92" rev="1.0" date="11-july-2001" xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns="http://www.example.org/css3tests">
<author>Daniel Glazman</author>
<cssrules>@namespace test url(http://www.example.org/b);
div.myTest * { background-color : red }
div.myTest *|testA { background-color : lime }</cssrules>
<code>
<div class="myTest" xmlns="http://www.w3.org/1999/xhtml">
<testA xmlns="http://www.example.org/b">This paragraph should have a green background</testA>
</div>
</code>
</csstest>