Skip to content

Commit 3d243bc

Browse files
committed
[css-variables] The dependency graph should be directed
1 parent 3b782ba commit 3d243bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-variables/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Resolving Dependency Cycles</h3>
270270
or two or more <a>custom properties</a> each attempt to refer to each other.
271271

272272
For each element,
273-
create an undirected dependency graph,
273+
create an directed dependency graph,
274274
containing nodes for each <a>custom property</a>.
275275
If the value of a <a>custom property</a> <var>prop</var>
276276
contains a ''var()'' function referring to the property <var>var</var>

0 commit comments

Comments
 (0)