Re: [csswg-drafts] [css-transforms] After #6320 there's no way to get an identity transform for interpolation of perspective (#6488)

I just double-checked with [this test](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0A%0Adiv%20%7B%0A%20%20width%3A%20100px%3B%0A%20%20height%3A%20100px%3B%0A%20%20margin%3A%2050px%3B%0A%20%20background%3A%20blue%3B%0A%20%20transform%3A%20perspective(100px)%20rotateX(30deg)%3B%0A%20%20transform%3A%20perspective(infinity)%20rotateX(30deg)%3B%0A%7D%0A%0A%3C%2Fstyle%3E%0A%0A%3Cdiv%3E%3C%2Fdiv%3E) that none of Chromium, Gecko, or WebKit implement `perspective(infinity)`.

-- 
GitHub Notification of comment by dbaron
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6488#issuecomment-928196857 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 27 September 2021 19:18:34 UTC