From 32a63b6c1300b99127d3a324c53cf3f0309214ca Mon Sep 17 00:00:00 2001 From: Darren Shen Date: Thu, 22 Feb 2018 13:30:26 +1100 Subject: [PATCH] Drafting reify table --- css-typed-om/Overview.bs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index cac36fa2..626d800b 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -3574,6 +3574,11 @@ which will be filled in with more detail as we go. : align-content :: + 1. If the specified or computed value is the ''normal'' keyword, + return the result of reifying the "normal" keyword. + 2. If the value is a keyword from <>, + return the result of reifying the keyword value. + 3. Otherwise, the value is not supported. : align-items :: @@ -4801,6 +4806,11 @@ which will be filled in with more detail as we go. : top :: + 1. If the specified or computed value is the ''auto'' keyword, + return the result of reifying the "auto" keyword. + 2. If the specified or computed value is of type <>, + return the result of reifying the <> value. + 3. Otherwise, return the result of reifying the <> value. : transform-style ::