font-weight error-handling test

This test contains the following rules:

p.bold {
	font-weight: bold;
	}

.one {
	font-weight: bolder;
	font-weight: 97; /* ignored */
	}

.two {
	font-weight: lighter;
	font-weight: 907; /* ignored */
	}

.three {
	font-weight: 700;
	font-weight: 327; /* ignored */
	}

.four {
	font-weight: 400;
	font-weight: 836; /* ignored */
	}

There should be two words in this sentence that are bolder than the rest of the sentence.

There should be two words in this sentence that are lighter than the rest of the sentence.

There should be two words in this sentence that are bold.

There should be two words in this sentence that are normal.


Valid HTML 4.0!

(Back to CSS Testing Information, David Baron)

LDB, dbaron@dbaron.org