Skip to content

Commit 0bb1ec3

Browse files
committed
missing break leading to error while validated went ok
1 parent b4c4191 commit 0bb1ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org/w3c/css/properties/svg/CssKerning.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public CssKerning(ApplContext ac, CssExpression expression, boolean check)
5151
case CssTypes.CSS_PERCENTAGE:
5252
case CssTypes.CSS_LENGTH:
5353
value = val;
54+
break;
5455
case CssTypes.CSS_IDENT:
5556
if (inherit.equals(val)) {
5657
value = inherit;

0 commit comments

Comments
 (0)