vote up 2 vote down star

Seems like its going to take forever?

Could the Rounded Corners part be implemented sooner?

flag

50% accept rate

6 Answers

vote up 5 vote down check

Check out http://www.css3.info/

link|flag
vote up 3 vote down

The latest release of all the popular browsers have at least partial support. However personally I don't trust browsers to display the same page the same way without quite tweaking in css2 let alone css3.

Here is a link to an info table comparing browser support for css: http://www.webdevout.net/browser-support-css

link|flag
vote up 2 vote down

Judging from the CSS3 Module Status, the only modules that are considered stable are Coulour Mode, Namespaces and Selectors. The Box Model is not among them, so rounded corners will take a little longer.

But of course, this is only the specification. The implementation depends on the browsers. Since rounded corners are very much in fashion right now, there may be some pressure for the browser manufacturers to start implementing them ASAP, even if the spec is not ready yet.

I just hope they don't do it. CSS3 has some great ideas, it would be a shame if it got screwed up by non standard implementations. Rounded corners, while certainly nice to have, are not important IMO. Stackoverflow is doing just fine without them ;-)

link|flag
vote up 0 vote down

Uhm… you probably want to direct that question to the manufacturer of your favourite browser, thank you.

link|flag
vote up 0 vote down

Not anytime soon, if you really want to know the truth...

link|flag
vote up 0 vote down

CSS3 includes the option to round borders -- http://www.css3.info/tag/border/

It has already been implemented using a nasty browser specific style -moz-border-radius in Firefox and Safari -- http://www.css3.info/preview/rounded-border/

CSS3 has been split into a number of modules each of which will be worked on and once development has been completed will progress to recommended status at which time implementation in recommended by the W3C. To see current progress take a look at -- http://www.css3.info/modules/ and http://www.w3.org/Style/CSS/current-work#table

...in short don't hold your breath

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.