blob: 27677a94e60f5bf0bca0cf5db65806e74d02ddd1 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>NEGATED :enabled:disabled pseudo-classes</title>
<style type="text/css">div :not(:enabled):not(:disabled) { background: lime; }
p { background : red;}</style>
<link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
<link rel="prev" href="css3-modsel-90b.html" title="Simple combination of direct and indirect adjacent combinators">
<link rel="next" href="css3-modsel-148.html" title=":empty pseudo-class and text">
<link rel="last" href="css3-modsel-d4.html" title="Dynamic updating of :first-child and :last-child">
<link rel="up" href="./index.html">
<link rel="top" href="../../index.html">
</head>
<body>
<div>
<p>This paragraph should have a green background.</p>
</div>
</body>
</html>