CSS1 Test Suite: 5.4.1 word-spacing


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

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 sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious, but the last few words in the sentence should be normal.

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

This sentence should be rather compact, since negative values are allowed on this property.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious.

This sentence should be fairly spacious, but the last few words in the sentence should be normal.

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

This sentence should be rather compact, since negative values are allowed on this property.


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