diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs
index 190fc21b..035d58ba 100644
--- a/css-typed-om/Overview.bs
+++ b/css-typed-om/Overview.bs
@@ -295,9 +295,6 @@ After execution, the value of opacity
is 1 ('opacity' is range-rest
and the value of zIndex
is 15 ('z-index' is rounded to an integer value).
-Issue(140): where does a description of parsing values go? For example, where do we indicate that
- calc(4 + 8) will create a {{CSSNumberValue}} with a value of 12?
-
{{CSSLengthValue}} objects {#lengthvalue-objects}
----------------------------------------------