<!DOCTYPE html><html><head>
<title>Simple combination of direct and indirect adjacent combinators</title>
<style type="text/css">p { color: green ! important; }
blockquote ~ div + p { 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">
<link rel="match" href="reference/bq-u-u-u-green.xht">
<meta name="flags" content="">
</head>
<body>
<blockquote><div>This text should be unstyled.</div></blockquote>
<div>This text should be unstyled.</div>
<div>This text should be unstyled.</div>
<p></p>
</body></html>