Testing Statement #7 Below of Section 5.2.5 of CSS1 Spec

PASS CRITERIA:

If statement #7 above is passed, then:

This paragraph should have a font weight of 400 (normal) with a font family of sans-serif. The rules applied are "#id1 {font-weight: 400; font-family: sans-serif;}"

This paragraph should have a font weight of "normal" with a font family of sans-serif. It should look somewhat the same as the paragraph above. The rules applied are "#id2 {font-weight: normal; font-family: sans-serif;}"

This paragraph should have a font weight of 400 (normal) with a font family of monospace. The rules applied are "#id3 {font-weight: 400; font-family: monospace;}"

This paragraph should have a font weight of "normal" with a font family of monospace. It should somewhat the same as the paragraph above. The rules applied are "#id4 {font-weight: normal; font-family: monospace;}" Note that the "normal" face for the monospace family may look different than the "normal" face for the sans-serif font family. All other properties should be UA-default. To move directly to the next test, click here