1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>NEGATED universal selector with universal namespace</title>
4 <style type="text/css"><![CDATA[@namespace html url(http://www.w3.org/1999/xhtml);
5 @namespace a url(http://www.example.org/a);
6 @namespace b url(http://www.example.org/b);
7 div.stub > *|* { background-color : lime ; display : block ;
9 div.stub > *|*:not(*|*) { background-color : red }
10 /* yes, the rule just above selects nothing... That's the point */
12 <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
13 <link rel="prev" href="css3-modsel-121.xml" title="NEGATED universal selector with declared namespace"/>
14 <link rel="next" href="css3-modsel-123.xml" title="NEGATED universal selector with declared namespace"/>
15 <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
16 <link rel="up" href="./index.html"/>
17 <link rel="top" href="../../index.html"/>
21 <address>This address should have a green background</address>
22 <s xmlns="http://www.example.org/b">This paragraph should have a green background</s>
23 <t xmlns="">This paragraph should have a green background</t>
24 <u xmlns="http://www.example.org/a">This paragraph should have a green background</u>