[Webkit-unassigned] [Bug 38354] Support for Percentage Values in border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 10:44:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38354





--- Comment #12 from Peter Kasting <pkasting at google.com>  2010-09-03 10:44:53 PST ---
(In reply to comment #11)
> Do you mean problems before or after my patch?

Before -- I'm wondering if returning 0 in this case is just always wrong.

> One solution may be to add an extra boolean param to cumputeLengthIntForLength that toggles the clamping behaviour. Or do we need a new function for the behaviour I want for the border-radius case? Let me know what you think.

If at all possible, I'd like to use the same behavior everywhere.  Clamping makes far more sense to me than returning 0 for out-of-bounds, so I'm hoping we can just do that.  Only if we truly need both behaviors would I want to make things toggleable.

I'll file a new bug about this stuff and CC you.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list