TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Practical Uses of CSS3

33 pointsby iiijjjiiiover 15 years ago

4 comments

dcurtisover 15 years ago
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 未加载
walkonover 15 years ago
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 未加载
decadentcactusover 15 years ago
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 未加载
Tagithover 15 years ago
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 未加载