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.4.1 word-spacing
</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 {word-spacing:
0.3in;}
11 .two {word-spacing:
0.5cm;}
12 .three {word-spacing:
5mm;}
13 .four {word-spacing:
3pt;}
14 .five {word-spacing:
0.25pc;}
15 .six {word-spacing:
1em;}
16 .seven {word-spacing:
1ex;}
17 .eight {word-spacing:
5px;}
18 .nine {word-spacing: normal;}
19 .ten {word-spacing:
300%;}
20 .eleven {word-spacing: -
0.2em;}
25 <BODY><P>The style declarations which apply to the text below are:
</P>
26 <PRE>.one {word-spacing:
0.3in;}
27 .two {word-spacing:
0.5cm;}
28 .three {word-spacing:
5mm;}
29 .four {word-spacing:
3pt;}
30 .five {word-spacing:
0.25pc;}
31 .six {word-spacing:
1em;}
32 .seven {word-spacing:
1ex;}
33 .eight {word-spacing:
5px;}
34 .nine {word-spacing: normal;}
35 .ten {word-spacing:
300%;}
36 .eleven {word-spacing: -
0.2em;}
41 This words in this sentence should have extra space between them.
44 This words in this sentence should have extra space between them.
47 This words in this sentence should have extra space between them.
50 This words in this sentence should have extra space between them.
53 This words in this sentence should have extra space between them.
56 This words in this sentence should have extra space between them.
59 This words in this sentence should have extra space between them.
62 This words in this sentence should have extra space between them, but the last few words in the sentence
<SPAN class=
"nine">should have normal spacing
</SPAN>.
65 This sentence should have normal word-spacing, since percentage values are not allowed on this property.
68 This words in this sentence should have reduced space between them, since negative values are allowed on this property.
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 words in this sentence should have extra space between them.
82 This words in this sentence should have extra space between them.
85 This words in this sentence should have extra space between them.
88 This words in this sentence should have extra space between them.
91 This words in this sentence should have extra space between them.
94 This words in this sentence should have extra space between them.
97 This words in this sentence should have extra space between them.
100 This words in this sentence should have extra space between them, but the last few words in the sentence
<SPAN class=
"nine">should have normal spacing
</SPAN>.
103 This sentence should have normal word-spacing, since percentage values are not allowed on this property.
106 This words in this sentence should have reduced space between them, since negative values are allowed on this property.
108 </TD></TR></TABLE></BODY>