From 3d243bcf5d97198622f996040ae9137ee92bf18d Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 15 Jul 2015 15:58:29 +0200 Subject: [PATCH] [css-variables] The dependency graph should be directed --- css-variables/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-variables/Overview.bs b/css-variables/Overview.bs index eca6c3a41eb..e9efe9312a7 100644 --- a/css-variables/Overview.bs +++ b/css-variables/Overview.bs @@ -270,7 +270,7 @@ Resolving Dependency Cycles or two or more custom properties each attempt to refer to each other. For each element, - create an undirected dependency graph, + create an directed dependency graph, containing nodes for each custom property. If the value of a custom property prop contains a ''var()'' function referring to the property var