On Mon, Oct 5, 2009 at 7:45 AM, burnmw <[email protected]> wrote: > > P.S. Is there any chance that some of the "invalid" CSS will become > standard stuff in the future?
Yes > Stuff like the rounded corners is really > useful (if only certain browsers would support them!). > Rounded corners is part of the CSS3 Working Draft: http://www.w3.org/TR/css3-background/#the-border-radius As that's a Working Draft, not a Candidate Recommendation, jQuery UI sticks to the vendor extensions -moz-border-radius-* -webkit-border-*-*-radius in the meantime, which are prefixed (- + vendorid + -) to sit in their own namespace, and be fully forward-compatible. - Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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-ui?hl=en -~----------~----~----~----~------~----~------~--~---
