Closed rasamassen closed 12 years ago
I'm trying to make sense of the specs, but it seems to me the following test may no longer be valid: transform-origin: right 10px bottom 20px
This test was valid in http://dev.w3.org/csswg/css3-2d-transforms/#transform-origin-property but the new css-transforms module combines 2d and 3d transforms into one document http://dev.w3.org/csswg/css3-transforms/#abstract and based on the current description of transform-origin http://dev.w3.org/csswg/css3-transforms/#transform-origin I don't think this test is valid. Am I reading this right?
However, it could be replaced by a test like "10px 45% 22px"?
Huh, looks like you're right. Odd. Pull request? Thx!
I'm trying to make sense of the specs, but it seems to me the following test may no longer be valid: transform-origin: right 10px bottom 20px
This test was valid in http://dev.w3.org/csswg/css3-2d-transforms/#transform-origin-property but the new css-transforms module combines 2d and 3d transforms into one document http://dev.w3.org/csswg/css3-transforms/#abstract and based on the current description of transform-origin http://dev.w3.org/csswg/css3-transforms/#transform-origin I don't think this test is valid. Am I reading this right?
However, it could be replaced by a test like "10px 45% 22px"?