Skip to content

Commit 9687124

Browse files
authored
Merge pull request #110 from w3c/sideshowbarker/clip-path
Align clip-path checking more closely with spec
2 parents dcbf4f4 + 01e5d08 commit 9687124

File tree

2 files changed

+412
-54
lines changed

2 files changed

+412
-54
lines changed

org/w3c/css/properties/css3/CssBorderRadius.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public CssBorderRadius(ApplContext ac, CssExpression expression)
177177
* Check the border-*-radius and returns a value.
178178
* It makes sense to do it only once for all the corners, so by having the code here.
179179
*/
180-
protected static CssValue checkBorderCornerRadius(ApplContext ac, CssProperty caller,
180+
public static CssValue checkBorderCornerRadius(ApplContext ac, CssProperty caller,
181181
CssExpression expression, boolean check)
182182
throws InvalidParamException {
183183

0 commit comments

Comments
 (0)