Testing Statement #12 Below of Section 7.1 of CSS1 Spec
-
12. A UA must skip a declaration with an invalid property name or an invalid
value. Every CSS1 proeprty has its own syntactic and semantic restrictions on
the values it accepts.
PASS CRITERIA:
If statement #12 above is passed, this paragraph should be blue small-caps
The rule stated is "p {color: blue; font-vendor: any; font-variant: small-
caps}" but the second declaration has an unidentified property so should
be ignored.
This emphasized text should have a font style of normal. The rule
applied is "em {font-style: normal}"
This h3 heading should be red. The rule stated is 'h3 {color: red; font-
style: 12pt}" but the value 12pt is invalid, so this declaration should
be ignored.
All othe rproperties of this page should be UA-default,
Your browser should render this page similarly to this
reference image or to thisreference image.