TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Firefox 14 intentionally breaks support for CSS transform skew()

1 点作者 stevekwan将近 13 年前
CSS3 transform has had support for skew() for quite awhile, allowing us to do cool things like rotate and manipulate objects that would otherwise just be boxes.<p>skew() has been replaced with skewX() and skewY() due to some confusion over how skew() works. That's fine - CSS3 is still a work in progress. But Firefox intentionally yanking support for such a major feature, that large portions of the internet rely on, seems like a very shortsighted decision to me.<p>Interesting fact: css3generator.com is now broken on Firefox due to this.

1 comment

stevekwan将近 13 年前
Sorry, my bad. The URL to the actual Mozilla ticket is here: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=775763" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=775763</a>