<html><head>
<title>NEGATED :nth-of-type() pseudo-class</title>
<style type="text/css">.green { background-color : lime ! important }
p:not(:nth-of-type(3)) { background-color : red }
dl > *:not(:nth-of-type(3n+1)) { background-color : red }
</style>
<link rel="author" title="Daniel Glazman" href="http://glazman.org/">
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors"> <!-- bogus link to make sure it gets found -->
<meta name="flags" content="">
</head>
<body>
<p class="green">This paragraph should have green background</p>
<address>And this address should be unstyled.</address>
<p class="green">This paragraph should also have green background!</p>
<p>But this one should be unstyled again.</p>
<dl>
<dt>First definition term</dt>
<dd>First definition</dd>
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dt class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Second definition term that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dt><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dd class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Second definition that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dd><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dt class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Third definition term that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dt><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dd class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Third definition that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dd><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<dt>Fourth definition term</dt>
<dd>Fourth definition</dd>
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dt class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Fifth definition term that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dt><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dd class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Fifth definition that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dd><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dt class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Sixth definition term that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dt><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
<!--[ELEMENT('dl > *:not(:nth-of-type(3n+1))')]--><dd class="green"><!--[TEXT('dl > *:not(:nth-of-type(3n+1))')]-->Sixth definition that should have green background<!--[/TEXT('dl > *:not(:nth-of-type(3n+1))')]--></dd><!--[/ELEMENT('dl > *:not(:nth-of-type(3n+1))')]-->
</dl>
</body></html>