1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>Universal selector</title>
4 <style type="text/css"><![CDATA[* { color : lime }
8 <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9 <link rel="prev" href="css3-modsel-2.xml" title="Type element selectors"/>
10 <link rel="next" href="css3-modsel-3a.xml" title="Universal selector (no namespaces)"/>
11 <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
12 <link rel="up" href="./index.html"/>
13 <link rel="top" href="../../index.html"/>
17 <span class="t1">This paragraph, and all textual contents in the document,
18 should be green.</span>
21 <li class="t1">This item should be green.</li>
23 <foo xmlns="http://www.example.org/a">And this element, part of a non-HTML namespace,
24 should be green too</foo>