Testing Statement #10 Below of Section 5.3.6 of CSS1 Spec

  • 10. Combinations of length and percentage values are allowed, e.g. "50%2cm". Negative positions are allowed.

    PASS CRITERIA:

    If statement #10 above is passed, this paragraph should have a flag image where the point 50% across the image and 2cm down the image is at the corresponding point of th paragraph text. The rules applied are "p {background-image: url(flagbg.gif); background-position: 50%2cm;}"

    This h3 heading should have a flag image which is 2cm to the left and 2cm above the heading text. Negative values are specified. The rules applied are "h3 {background-image: url(flagbg.gif); background-position: -2cm-2cm;}"

    All other properties of this page should be UA-default.