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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Practical Uses of CSS3

33 点作者 iiijjjiii超过 15 年前

4 条评论

dcurtis超过 15 年前
The internet is such a pile of crap. Why all these things can't work perfectly in every browser is just beyond belief. The W3C is worse than the UN.<p>As a remember: All of these work great in Webkit. Some of these things don't work right in Firefox (the drop shadows are rendered very badly, for example). And none of them at all work in any type of common IE.
评论 #1013334 未加载
walkon超过 15 年前
WebKit (Chrome 3) fails on his second input border radius example where all the corners are defined with one attribute:<p><pre><code> -webkit-border-radius: 3px 6px 8px 10px; </code></pre> Currently, those have to be defined as separate attributes for each corner for this to work. Would this be considered a bug in WebKit? This is their proprietary attribute, so they aren't necessarily supposed to behave as the W3c specifies...
评论 #1014115 未加载
评论 #1013641 未加载
decadentcactus超过 15 年前
I'm wondering why most of the larger browser makers don't get together to agree on something. The W3C can clean it up later.<p>I just don't think it would be too hard for Moz/Webkit team/IE team to agree to support 'border-radius' and other things. Any smaller browsers would catch on soon enough anyway.<p>Well, getting the IE team to get it to work may be a challenge.
评论 #1014091 未加载
评论 #1013599 未加载
Tagith超过 15 年前
Great article! It's a damn shame it's going to be another decade before we can actually use any of these properties and expect them to work...
评论 #1013508 未加载