1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite: 1.3 Inheritance</TITLE>
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <META http-equiv="Content-Style-Type" content="text/css">
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
9 <STYLE type="text/css">
13 .one {font-style: italic;}
14 .two {text-decoration: underline;}
16 .three {color: purple;}</STYLE>
20 <BODY><P>The style declarations which apply to the text below are:</P>
21 <PRE>BODY {color: green;}
24 .one {font-style: italic;}
25 .two {text-decoration: underline;}
27 .three {color: purple;}
30 <H3>This sentence should show <STRONG>blue</STRONG> and <EM>purple</EM>.</H3>
31 <H3>This sentence should be <SPAN class="one">blue</SPAN> throughout.</H3>
33 This should be green except for the <EM>emphasized words</EM>, which should be purple.
35 <H3 class="two">This should be blue and underlined.</H3>
37 This sentence should be underlined, including <TT>this part</TT>, <I>this part</I>, <EM>this part</EM>, and <STRONG>this part</STRONG>.
39 <P class="two" ID="two">
40 This sentence should also be underlined, as well as dark blue (navy), <TT>including this part</TT>.
43 This sentence should be purple, including <STRONG>this part</STRONG> and <SPAN style="text-decoration: underline;">this part (which is spanned)</SPAN>.
47 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
49 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
52 <TD bgcolor="silver"> </TD>
53 <TD><H3>This sentence should show <STRONG>blue</STRONG> and <EM>purple</EM>.</H3>
54 <H3>This sentence should be <SPAN class="one">blue</SPAN> throughout.</H3>
56 This should be green except for the <EM>emphasized words</EM>, which should be purple.
58 <H3 class="two">This should be blue and underlined.</H3>
60 This sentence should be underlined, including <TT>this part</TT>, <I>this part</I>, <EM>this part</EM>, and <STRONG>this part</STRONG>.
62 <P class="two" ID="two">
63 This sentence should also be underlined, as well as dark blue (navy), <TT>including this part</TT>.
66 This sentence should be purple, including <STRONG>this part</STRONG> and <SPAN style="text-decoration: underline;">this part (which is spanned)</SPAN>.
68 </TD></TR></TABLE></BODY>