mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
13 lines
598 B
XML
13 lines
598 B
XML
<csstest def="Type element selector without declared namespace" module="W3C Selectors" modulename="css3-modsel" number="93" rev="1.1" date="13-november-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>
|
|
<author>Ian Hickson</author>
|
|
|
|
<cssrules>@namespace test url(http://www.example.org/b);
|
|
*|testA { background-color : red }
|
|
|testA {background-color : lime }</cssrules>
|
|
|
|
<code>
|
|
<testA xmlns="">This paragraph has no declared namespace and should have a green background.</testA>
|
|
</code>
|
|
</csstest>
|