- From: Simon Fraser <smfr@me.com>
- Date: Thu, 12 Jul 2012 13:44:29 -0700
- To: "www-style@w3.org Style" <www-style@w3.org>
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