Testing Statement #6 Below of Section 5.2.5 of CSS1 Spec

PASS CRITERIA:

If statement #6 above is passed, then:

This paragraph should have a font weight of 100(light), except for this emphasized word, which should be bolder, since "p" is the parent of "em". The rules applied are "#id1 {font-weight: 100}", and "#id2 {font-weight: bolder}" This may be subject to interpretation by UAs.

This paragraph should have a font weight of 900(dark), except for this strong word, which should be lighter, since "strong" is a child of "p". The rules applied are "#id3 {font-weight: 900}", and "#id4 {font-weight: lighter}".

All other properties should be UA-default. To move directly to the next test, click here