LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

transform-origin invalid test #33

Closed rasamassen closed 12 years ago

rasamassen commented 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"?

LeaVerou commented 12 years ago

Huh, looks like you're right. Odd. Pull request? Thx!