c12-grouping-000.xht (891B)
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: Grouping</title> 5 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#grouping"/> 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 <style type="text/css"><![CDATA[ 9 .one, .two, .three { color: green; } 10 ]]></style> 11 <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#grouping" title="5.2.1 Grouping"/> 12 <link rel="match" href="c12-grouping-000-ref.xht" /> 13 14 </head> 15 <body> 16 <p class="one"> This sentence should be green. </p> 17 <p class="two"> This sentence should be green. </p> 18 <p class="three"> This sentence should be green. </p> 19 </body> 20 </html>