Testing Statement #13 Below of Section 7.1 of CSS1 Spec
-
13. Comments can occur anywhere where whitespace can occur and are considered
to be whitespace. CSS1 defines additional places where whitespace can occur
(such as inside values) and comments are allowed there as well.
PASS CRITERIA:
If statement #13 above is passed, this paragraph should be UA-default. The rule
applied is "p {color/*comment1*/:/*comment2*/blue}"
This h3 heading should have a margin of UA-default. The rule applied is
"h3 {margin:3/*comment3*/em}"; here the comment is inside the value.
THis h4 heading should be UA-default. The rule stated is "h4 {font-weight:
/*comment4 bold}*/", which should be ignored since comment placement is
illegal.
All other properties of this page should be UA-default.