Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-21 Thread David Dorward
On 20 Mar 2008, at 19:34, Keryx Web wrote: tee skrev: I thought fieldset (with legend) are used only for form elements, I am curious why you would used it in your right column's content. A. It is valid. You may use it according to the DTD. Many things are valid. The DTD is not

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-20 Thread Keryx Web
tee skrev: I thought fieldset (with legend) are used only for form elements, I am curious why you would used it in your right column's content. A. It is valid. You may use it according to the DTD. B. It is being used for grouping of content. C. I am not a minimalist in interpreting

[WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread Keryx Web
Now that safari 3.1 is out I was reminded of something I had intended to do for a long time. I took this: fieldset.inforuta { padding: 20px; font-size: 90%; -moz-border-radius: 15px; } And turned it into this: fieldset.inforuta { padding: 20px; font-size: 90%;

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread cto
Hi Lars, I ran the css validator on the page you linked to. It shows a number of errors. The specific comments of concern are: Property -moz-border-radius doesn't exist : 15px Property -webkit-border-radius doesn't exist : 15px Property border-radius doesn't exist in CSS level 2.1 but

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread Rahul Gonsalves
Hi Lars, On 19-Mar-08, at 10:39 PM, Keryx Web wrote: I.e. I added support for webkit and any future browser that might implement CSS 3 rounded corners. However Safari 3.1 fails at showing any rounded corners at http://keryx.se/ On a test file [1], Safari 3.1 styles fieldsets with rounded

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread Rahul Gonsalves
On 19-Mar-08, at 11:26 PM, cto wrote: I ran the css validator on the page you linked to. It shows a number of errors. The specific comments of concern are: Property -moz-border-radius doesn't exist : 15px Property -webkit-border-radius doesn't exist : 15px Property border-radius doesn't

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread Keryx Web
Rahul Gonsalves skrev: On a test file [1], Safari 3.1 styles fieldsets with rounded borders very happily. Perhaps there's something else at play here? I think I've reduced the problem. There are no rounded corners when the fieldset has got a legend element. In my Safari this testcase shows

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread tee
Hi Lars I thought fieldset (with legend) are used only for form elements, I am curious why you would used it in your right column's content. tee Lars Gunther *** List Guidelines:

Re: [WSG] Safari 3.1 and webkit-border-radius

2008-03-19 Thread James Ellis
Hi The validator is doing the right thing in flagging these rules as either not existing or at another version of CSS. Usage of -vendor-specific-css in this manner is also perfectly fine when you want to target a feature that has been introduced into a rendering engine but has not yet been