diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 466214e9..c93bdcf9 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -236,8 +236,6 @@ interface NumberValue : StyleValue { and that value will not be clamped, rounded, or rejected when set on a specified StylePropertyMap or inline StylePropertyMap. Instead, clamping and/or rounding will occur during computation of style. -Issue(162): Is this the behaviour we want for out-of-range (as opposed to incorrectly typed) values? -
The following code is valid