1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>:empty pseudo-class and XML/SGML constructs
</title>
5 <style type=
"text/css">
6 address:empty
{ background: lime
; }
7 address
{ background: red
; margin: 0; height: 1em; }
8 .text { margin: -1em 0 0 0; }
10 <link rel=
"first" href=
"css3-modsel-1.html" title=
"Groups of selectors">
11 <link rel=
"prev" href=
"css3-modsel-149b.html" title=
":empty pseudo-class and empty elements">
12 <link rel=
"next" href=
"css3-modsel-151.html" title=
":empty pseudo-class and whitespace">
13 <link rel=
"last" href=
"css3-modsel-d4.html" title=
"Dynamic updating of :first-child and :last-child">
14 <link rel=
"up" href=
"./index.html">
15 <link rel=
"top" href=
"../../index.html">
18 <address><!-- --><?test random PI
></address>
19 <div class=
"text">This line should have a green background.
</div>
20 <p>(Note: This test is based on unpublished errata.)
</p>