Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-variables/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Resolving Dependency Cycles</h3>
or two or more <a>custom properties</a> each attempt to refer to each other.

For each element,
create an undirected dependency graph,
create an directed dependency graph,
containing nodes for each <a>custom property</a>.
If the value of a <a>custom property</a> <var>prop</var>
contains a ''var()'' function referring to the property <var>var</var>
Expand Down