[Webkit-unassigned] [Bug 21332] border-radius has broken logic, it is not rendered at all when not enough space given
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 3 09:25:24 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21332
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mitz at webkit.org
------- Comment #1 from mitz at webkit.org 2008-10-03 09:25 PDT -------
<http://www.w3.org/TR/2008/WD-css3-background-20080910/#border-radius>:
"The sum of two adjacent radii may not be more than the width or height
(whichever is relevant) of the box. If any sum exceeds that value, all radii
are reduced according to the following formula: Let f = min(Li/Si), where i
∈ {top, right, bottom, left}, Si is the sum of the radii of the corners
on side i, and Ltop = Lbottom = the width of the box, and Lleft = Lright = the
height of the box. If f < 1, then all corner radii are reduced by multiplying
them by f."
--
Configure bugmail: https://bugs.webkit.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