LeaVerou / css3test

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

Add Transform Level 2 test #173

Closed Malleys closed 5 years ago

Zefling commented 5 years ago

transform-style: flat & transform-style: preserve-3d are in the Level 1. For rotate, I think your tests are not good for “45deg x ... 45deg -1 0 2”, it's not in the draft.

Malleys commented 5 years ago

For rotate, I think your tests are not good for “45deg x ... 45deg -1 0 2”, it's not in the draft.

Actually the draft says the value definition of rotate value is none | <angle> | [ x | y | z | <number>{3} ] && <angle>. The && separates components, all of which must occur, in any order.

Zefling commented 5 years ago

Indeed, you are right. Sorry. But the first it's still true.