<html><head>
<title>NEGATED attribute space-separated value selector</title>
<style type="text/css">@namespace a url(http://www.example.org/a);
@namespace b url(http://www.example.org/b);
div.stub p { color : red }
div.stub > a|*, div.stub > b|* { color : red ; display : block ; margin-bottom : 1em }
div.stub *|*:not([test~="foo"]) { color : lime }
div.stub *|p:not([class~="foo"]) { color : lime }
div.stub b|*[test~="foo2"] { color : lime }
</style>
<link rel="author" title="Daniel Glazman" href="http://glazman.org/">
<link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors"> <!-- bogus link to make sure it gets found -->
<meta name="flags" content=" namespace">
</head>
<body>
<div class="stub">
<q xmlns="http://www.example.org/a" test="bar foo tut">
<!--[ELEMENT('div.stub *|*:not([test~="foo"])')]--><r test="tut foofoo bar"><!--[TEXT('div.stub *|*:not([test~="foo"])')]-->This text should be<!--[/TEXT('div.stub *|*:not([test~="foo"])')]--></r><!--[/ELEMENT('div.stub *|*:not([test~="foo"])')]-->
<!--[ELEMENT('div.stub *|*:not([test~="foo"])')]--><r><!--[TEXT('div.stub *|*:not([test~="foo"])')]-->in green characters<!--[/TEXT('div.stub *|*:not([test~="foo"])')]--></r><!--[/ELEMENT('div.stub *|*:not([test~="foo"])')]-->
</q>
<!--[ELEMENT('div.stub *|*:not([test~="foo"])')]--><s xmlns="http://www.example.org/a" test="bar tut"><!--[TEXT('div.stub *|*:not([test~="foo"])')]-->This text should be in green characters<!--[/TEXT('div.stub *|*:not([test~="foo"])')]--></s><!--[/ELEMENT('div.stub *|*:not([test~="foo"])')]-->
<!--[ELEMENT('div.stub *|*:not([test~="foo"])')]--><t xmlns="http://www.example.org/a"><!--[TEXT('div.stub *|*:not([test~="foo"])')]-->This text should be in green characters<!--[/TEXT('div.stub *|*:not([test~="foo"])')]--></t><!--[/ELEMENT('div.stub *|*:not([test~="foo"])')]-->
<!--[ELEMENT('div.stub *|*:not([test~="foo"])')]--><p class="tit foo1 tut"><!--[TEXT('div.stub *|*:not([test~="foo"])')]-->This text should be in green characters<!--[/TEXT('div.stub *|*:not([test~="foo"])')]--></p><!--[/ELEMENT('div.stub *|*:not([test~="foo"])')]-->
<!--[ELEMENT('div.stub *|*:not([test~="foo"])')]--><u xmlns="http://www.example.org/b" test="tit foo2 tut"><!--[TEXT('div.stub *|*:not([test~="foo"])')]-->This text should be in green characters<!--[/TEXT('div.stub *|*:not([test~="foo"])')]--></u><!--[/ELEMENT('div.stub *|*:not([test~="foo"])')]-->
</div>
</body></html>