mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
20 lines
678 B
XML
20 lines
678 B
XML
<csstest def="Universal selector (no namespaces)" module="W3C Selectors" modulename="css3-modsel" number="3a" rev="1.0" date="3-november-2003" 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>* { color : lime }
|
|
ul, p { color : red }
|
|
*.t1 { color : lime }
|
|
</cssrules>
|
|
|
|
<code>
|
|
<p xmlns="http://www.w3.org/1999/xhtml">
|
|
<span class="t1">This paragraph, and all textual contents in the document,
|
|
should be green.</span>
|
|
</p>
|
|
<ul xmlns="http://www.w3.org/1999/xhtml">
|
|
<li class="t1">This item should be green.</li>
|
|
</ul>
|
|
</code>
|
|
|
|
</csstest>
|