1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite:
5.2.3 font-style
</title>
3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
6 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
7 <style type=
"text/css">
8 .one {font-style: italic
;}
9 .two {font-style: oblique
;}
10 .three, I {font-style: normal
;}
13 <body><p>The style declarations which apply to the text below are:
</p>
14 <pre>.one {font-style: italic;}
15 .two {font-style: oblique;}
16 .three, I {font-style: normal;}
21 This paragraph should be in italics, but the last word of the sentence should be
<span class=
"three">normal
</span>.
24 This paragraph should be oblique.
27 <i>This paragraph should be normal.
</i>
31 <table border=
"1" cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
33 <td colspan=
"2" bgcolor=
"silver"><strong>TABLE Testing Section
</strong></td>
36 <td bgcolor=
"silver"> </td>
38 This paragraph should be in italics, but the last word of the sentence should be
<span class=
"three">normal
</span>.
41 This paragraph should be oblique.
44 <i>This paragraph should be normal.
</i>
46 </td></tr></tbody></table></body></html>