[Webkit-unassigned] [Bug 8736] webkit-border-radius

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 6 05:46:48 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8736


jdevalk at opendarwin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jdevalk at opendarwin.org




------- Comment #3 from jdevalk at opendarwin.org  2006-07-06 05:46 PDT -------
Sent the following message to www-style, i propose waiting for an answer on it
before we do anything with this bug:

When an element has a border-radius that is more than half the the element's
width or height, should it draw a border at all? 

F/I:

<div style="height: 50px; width: 50px; border-radius: 30px; background-color:
#0f0;"></div>

In WebKit, this div will not be rounded, since it's height is to low to have a
rounded with a radius of 30px. The spec, up till now, says nothing of how to
behave in this situation. My suggestion would be to add:

"If the border-radius is more than half of the width or height of an element,
the border-radius is not drawn at all."

I'd like to hear your opinion on this situation.

For reference, this is bug 8736 in WebKit's bugzilla.

Kind regards,
Joost


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list