CSS1 Test Suite: 5.4.1 word-spacing


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.one {word-spacing: 0.3in;}
.two {word-spacing: 0.5cm;}
.three {word-spacing: 5mm;}
.four {word-spacing: 3pt;}
.five {word-spacing: 0.25pc;}
.six {word-spacing: 1em;}
.seven {word-spacing: 1ex;}
.eight {word-spacing: 5px;}
.nine {word-spacing: normal;}
.ten {word-spacing: 300%;}
.eleven {word-spacing: -0.2em;}


This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them, but the last few words in the sentence should have normal spacing.

This sentence should have normal word-spacing, since percentage values are not allowed on this property.

This words in this sentence should have reduced space between them, since negative values are allowed on this property.

TABLE Testing Section
 

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them.

This words in this sentence should have extra space between them, but the last few words in the sentence should have normal spacing.

This sentence should have normal word-spacing, since percentage values are not allowed on this property.

This words in this sentence should have reduced space between them, since negative values are allowed on this property.


[Previous] [Next] [Section] [Contents] [Specification]