[Webkit-unassigned] [Bug 17856] Computed Style for WebkitBorderRadius in unimplemented
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 6 04:38:13 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=17856
webkit at blaut.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at blaut.biz
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
OS/Version|Mac OS X 10.5 |All
Platform|PC |All
Summary|Cannot Read Computed Style |Computed Style for
|for WebkitBorderRadius, |WebkitBorderRadius in
|WebkitBorderRadiusTopright |unimplemented
------- Comment #1 from webkit at blaut.biz 2009-01-06 04:38 PDT -------
WebkitBorderRadius is actually unimplemented in
CSSComputedStyleDeclaration::getPropertyCSSValue
other properties are currently implemented but you should notice differences
between Gecko and Webkit:
-moz-border-radius-topleft / -webkit-border-top-left-radius
-moz-border-radius-topright / -webkit-border-top-right-radius
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius
So WebkitBorderRadiusTopleft doesn't work but WebkitBorderTopLeftRadius works
correctly. Check attached test case.
--
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