blob: 391a6cc2832fc7566f92d91beb50d8b0f8149961 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>:empty pseudo-class and CDATA</title>
<style type="text/css"><![CDATA[
address { background: red; margin: 0; height: 1em; display: block; }
address:empty { background: lime; }
.text { margin: -1em 0 0 0; }
]]></style>
<link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
<link rel="prev" href="css3-modsel-152.xml" title=":empty pseudo-class and elements"/>
<link rel="next" href="css3-modsel-154.xml" title="Syntax and parsing"/>
<link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
<link rel="up" href="./index.html"/>
<link rel="top" href="../../index.html"/>
</head>
<body>
<address xmlns="http://tests.example.org/xml-only/"><![CDATA[]]></address>
<div class="text">This line should have a green background.</div>
<p>(Note: This test is based on unpublished errata.)</p>
</body>
</html>