There was an error while loading. Please reload this page.
1 parent 7204700 commit 8cbfa0bCopy full SHA for 8cbfa0b
1 file changed
org/w3c/css/properties/css3/CssPerspective.java
@@ -52,7 +52,7 @@ public CssPerspective(ApplContext ac, CssExpression expression,
52
val.getCheckableValue().checkEqualsZero(ac, this);
53
case CssTypes.CSS_LENGTH:
54
CssCheckableValue l = val.getCheckableValue();
55
- l.checkStrictPositiveness(ac, this);
+ l.checkPositiveness(ac, this);
56
value = val;
57
break;
58
case CssTypes.CSS_IDENT:
0 commit comments