c16-descendant-002.xht (856B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Contextual selectors</title> 5 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#contextual-selectors"/> 6 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> 7 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 8 <link rel="match" href="../reference/ref-this-text-should-be-green.xht" /> 9 10 <style type="text/css"><![CDATA[ 11 p {color: green;} 12 html body div {color: red;} 13 ]]></style> 14 <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#descendant-selectors" title="5.5 Descendant selectors"/> 15 </head> 16 <body> 17 <div><p> This text should be green. </p></div> 18 </body> 19 </html>