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.
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...
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.