Community
Participate
Working Groups
Build Identifier: RAP 1.3.0 The RAP Theming reference states for property border-radius, that the values in the box-dimension are interpreted in the following order: Note that in this case the box-dimension values stand for top-right bottom-right bottom-left top-left. This is wrong. The order rather seems to be top-left top-right bottom-right bottom-left Reproducible: Always
Correct. Based on specification ( http://www.w3.org/TR/css3-background/#the-border-radius ) the order is: "The four values for each radii are given in the order top-left, top-right, bottom-right, bottom-left." This is only a documentation bug.
Fixed in CVS HEAD.