From 27ada6e49e2e10f5dfa3de1ce3ef44c4e236c590 Mon Sep 17 00:00:00 2001 From: Naina Raisinghani Date: Mon, 12 Sep 2016 14:39:47 +1000 Subject: [PATCH] Delete a stale issue that has already been addressed --- css-typed-om/Overview.bs | 3 --- 1 file changed, 3 deletions(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index f9491caf..0425f5ca 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -273,9 +273,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 {{NumberValue}} with a value of 12? - {{LengthValue}} objects {#lengthvalue-objects} ----------------------------------------------