Property interactions and computed style

There are a couple of places in the CSS3 transforms spec where property interactions cause the normal behavior of one value of a property to be affected by another property.

For example, we now say that "background-attachment: fixed" behaves like "background-position: scroll" if the element is affected by a transform. Similarly, "transform-style: preserve-3d" behaves like "transform-style: flat" if opacity is non-1.

In such cases, what should the computed value of the affected property be?

Simon

Received on Thursday, 12 July 2012 20:45:01 UTC