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