LeaVerou / css3test

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

Add transforms with calc values #160

Closed topaxi closed 7 years ago

topaxi commented 7 years ago

Firefox and Edge do not seem to support calc() values in some transforms.

I'm not sure if I should put these into a separate test or into the calc tests and if I should cover every transform function.

Zefling commented 7 years ago

It's okay for me :

LeaVerou commented 7 years ago

This looks like it should be under calc(), not under transforms…

topaxi commented 7 years ago

Moved it under transforms

LeaVerou commented 7 years ago

Do we really need all of these? Are there browsers that support calc() in one transform but not another?

topaxi commented 7 years ago

One might probably be enough, I just picked all transforms that don't work with calc() in Firefox < 57

LeaVerou commented 7 years ago

The score for each browser is determined based on the ratio of passed tests / total tests, so having more tests than needed does affect the browser score more than is merited.

topaxi commented 7 years ago

That makes sense, I've updated the PR to only include one failing transform with calc()

LeaVerou commented 7 years ago

Thanks, merged!