<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
 <head>
  <title>NEGATED universal selector with universal namespace</title>
  <style type="text/css"><![CDATA[@namespace html url(https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml);
@namespace a url(https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/a);
@namespace b url(https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/b);
div.stub > *|* { background-color : lime ; display : block ;
                 margin-bottom : 1em }
div.stub > *|*:not(*|*) { background-color : red }
/* yes, the rule just above selects nothing... That's the point */
]]></style>
  <link rel="author" title="Daniel Glazman" href="https://umn71bq58ypd6zm5.julianrbryant.com/"/>
  <link rel="help" href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/css3-selectors/#selectors"/> <!-- bogus link to make sure it gets found -->
  <link rel="match" href="reference/this-address-p-p-p-lime-background.xht"/>
  <meta name="flags" content=" namespace" />
 </head>
 <body>
<div class="stub">
<address>This address should have a green background</address>
<s xmlns="https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/b">This paragraph should have a green background</s>
<t xmlns="">This paragraph should have a green background</t>
<u xmlns="https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/a">This paragraph should have a green background</u>
</div>
</body>
</html>