Skip to content

Commit 01e5d08

Browse files
committed
remove the inset-separator error introduced in 66c7157
1 parent 3d02c3e commit 01e5d08

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ protected static void checkInsetFunction(ApplContext ac, CssExpression expressio
219219
caller.getPropertyName(), ac);
220220
}
221221
if (op != SPACE) {
222-
throw new InvalidParamException("inset-separator",
222+
throw new InvalidParamException("operator",
223223
((new Character(op)).toString()), ac);
224224
}
225225
expression.next();

org/w3c/css/util/Messages.properties.en

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ error.shape: Invalid shape definition rect(<top>,<right>,<bottom>,<left>)
232232
error.shape-separator: Invalid separator in shape definition. It must be a comma.
233233
warning.shape-separator: Invalid separator in shape definition. It must be a comma.
234234

235-
# used by org.w3c.svg.properties.CssClipPath
236-
error.inset-separator: Invalid separator \u201C%s\u201D in \u201Cinset\u201D definition (must be a space)
237-
238235
# used by org.w3c.css.properties.CssContent
239236
error.attr: Invalid attr definition attr(X)
240237
error.function: Invalid function definition

0 commit comments

Comments
 (0)