blob: b1f00e49095f527f5c47e0a2b989212c546c7b79 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>NEGATED :active pseudo-class</title>
<style type="text/css"><![CDATA[div.stub * { color : lime }
div.stub > * > *:not(:active) { color : black }
]]></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=" interact" />
</head>
<body>
<div class="stub">
<p> <a href="http://dummy.example.org/dummy">This text should turn green while it is active.</a> </p>
<p> <button>This text should turn green while it is active.</button> </p>
</div>
</body>
</html>