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:
5.2.5 font-weight
</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">
10 .one {font-weight: bold;}
11 .two {font-weight: bolder;}
12 .three {font-weight: lighter;}
13 .four {font-weight:
100;}
14 .five {font-weight:
300;}
15 .six {font-weight:
500;}
16 .seven {font-weight:
700;}
17 .eight {font-weight:
900;}
18 .nine {font-weight: normal;}
19 B {font-weight: lighter;}
24 <BODY><P>The style declarations which apply to the text below are:
</P>
25 <PRE>.one {font-weight: bold;}
26 .two {font-weight: bolder;}
27 .three {font-weight: lighter;}
28 .four {font-weight:
100;}
29 .five {font-weight:
300;}
30 .six {font-weight:
500;}
31 .seven {font-weight:
700;}
32 .eight {font-weight:
900;}
33 .nine {font-weight: normal;}
34 B {font-weight: lighter;}
39 This sentence should be bold.
42 This sentence should be bolder than normal.
45 <H4>This is a heading-
4.
</H4>
46 <H4 class=
"two">This is a bolder heading-
4.
</H4>
49 <B>This sentence should be normal (boldface made lighter).
</B>
52 This sentence should be weight
100.
55 This sentence should be weight
300.
58 This sentence should be weight
500.
61 This sentence should be weight
700.
64 This sentence should be weight
900.
68 This sentence should be bold, but the last word in the sentence should be
<SPAN class=
"nine">normal
</SPAN>.
72 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
74 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
77 <TD bgcolor=
"silver"> </TD>
79 This sentence should be bold.
82 This sentence should be bolder than normal.
85 <H4>This is a heading-
4.
</H4>
86 <H4 class=
"two">This is a bolder heading-
4.
</H4>
89 <B>This sentence should be normal (boldface made lighter).
</B>
92 This sentence should be weight
100.
95 This sentence should be weight
300.
98 This sentence should be weight
500.
101 This sentence should be weight
700.
104 This sentence should be weight
900.
108 This sentence should be bold, but the last word in the sentence should be
<SPAN class=
"nine">normal
</SPAN>.
110 </TD></TR></TABLE></BODY>