Skip to content

Commit

Permalink
Merge pull request #110 from w3c/sideshowbarker/clip-path
Browse files Browse the repository at this point in the history
Align clip-path checking more closely with spec
  • Loading branch information
ylafon authored Jan 20, 2018
2 parents dcbf4f4 + 01e5d08 commit 9687124
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 54 deletions.
2 changes: 1 addition & 1 deletion org/w3c/css/properties/css3/CssBorderRadius.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public CssBorderRadius(ApplContext ac, CssExpression expression)
* Check the border-*-radius and returns a value.
* It makes sense to do it only once for all the corners, so by having the code here.
*/
protected static CssValue checkBorderCornerRadius(ApplContext ac, CssProperty caller,
public static CssValue checkBorderCornerRadius(ApplContext ac, CssProperty caller,
CssExpression expression, boolean check)
throws InvalidParamException {

Expand Down
Loading

0 comments on commit 9687124

Please sign in to comment.