I agree. We have a pretty solid policy in jQuery: Any feature that we
guarantee that it'll work in every browser that we support. That
pretty much cuts out border radius, for now. But yeah, a plugin would
be great here.

--John



On Sun, Feb 8, 2009 at 12:17 AM, David Zhou <[email protected]> wrote:
>
> Wouldn't this be better as a plugin?
>
>
> -- dz
>
>
>
> On Sun, Feb 8, 2009 at 12:03 AM, Daniel Friesen
> <[email protected]> wrote:
>>
>> Both Mozilla and WebKit have built support for border radius (meaning
>> now only IE and Opera should be left without this kind of feature):
>> Mozilla with -moz-border-radius and -moz-border-radius-topleft
>> WebKit with -webkit-border-radius and -webkit-border-top-left-radius
>>
>> As well there is a w3 working draft standardizing border-radius and
>> border-top-left-radius.
>> http://www.w3.org/TR/css3-background/#the-border-radius
>>
>>
>> I'm considering writing a patch to jQuery (that can be committed into
>> trunk) to enable support for a cross-browser border-radius in .css().
>> ie: .css({borderRadius: 10, borderTopLeftRadius: 15});
>>
>>
>> The question here. Is should I enhance $.support with tests for
>> border-radius, -moz-border-radius, and -webkit-border-radius or should I
>> just have .css borderRadius set all 3 versions at once?
>>
>> --
>> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://nadir-seen-fire.com]
>> -Nadir-Point (http://nadir-point.com)
>> -Wiki-Tools (http://wiki-tools.com)
>> -MonkeyScript (http://monkeyscript.nadir-point.com)
>> -Animepedia (http://anime.wikia.com)
>> -Narutopedia (http://naruto.wikia.com)
>> -Soul Eater Wiki (http://souleater.wikia.com)
>>
>>
>> >
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to