[Webkit-unassigned] [Bug 14646] WebKit border radius properties are unavailable via JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 20:59:14 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14646





------- Comment #4 from sam at webkit.org  2007-07-18 20:59 PDT -------
Faruk, the value of -webkit-border-top-right-radius is actually not that simple
as it is a pair of two values, width and height radii for that corner.  So if
you wanted an oblong corner you could use -webkit-border-top-right-radius: 10px
20px;.  That said, I have a fix that returns a primitive value if the width and
height are equal and Pair if they differ.  I will post the patch shortlty. 


-- 
Configure bugmail: http://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