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 the problem.

<!DOCTYPE html>
<html>
<head>
  <title>Testing why Webkit does not render rounded corners</title>
</head>
<body>
  <h1>Testing why Webkit does not render rounded corners</h1>
  <fieldset style="-webkit-border-radius: 7px; border: 2px solid;">
<legend>There really should be rounded corners on this fieldset!</legend>
    </fieldset>
    <br>
    <fieldset  style="-webkit-border-radius: 7px; border: 2px solid;">
<p>This is another fieldset with no legend. It has rounded corners.</p>
    </fieldset>
</body>
</html>

I also found the bug: http://bugs.webkit.org/show_bug.cgi?id=12425


Lars Gunther


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to