Practical Uses of CSS3
viget.com
Practical Uses of CSS3
1–10 of 14 posts
Re: Practical Uses of CSS3
#2 -webkit-border-radius: 3px 6px 8px 10px;
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...Re: Practical Uses of CSS3
#3As 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.
Re: Practical Uses of CSS3
#4The 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. 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.
And yes, very lame that IE gets none of these. None!
Re: Practical Uses of CSS3
#5The 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. 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.
Which WebKit browser are you using? Chrome 3 in Windows failed on one of his examples (see my other comment). And yes, very lame that IE gets none of these. None!
Chrome fails at a lot of Webkit standard stuff.
Re: Practical Uses of CSS3
#6Earlier quoted context omitted.
Which WebKit browser are you using? Chrome 3 in Windows failed on one of his examples (see my other comment). And yes, very lame that IE gets none of these. None!
I use the Webkit Nightlies at http://webkit.org . Chrome fails at a lot of Webkit standard stuff.
Re: Practical Uses of CSS3
#7I 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.
Well, getting the IE team to get it to work may be a challenge.
Re: Practical Uses of CSS3
#8Re: Practical Uses of CSS3
#9Great 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...
Re: Practical Uses of CSS3
#10I'm wondering why most of the larger browser makers don't get together to agree on something. The W3C can clean it up later. 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. Well, getting the IE team to get it to work may be a challenge.