Skip to content

Commit 1b3cd5d

Browse files
committed
Added a todo in the element() section about writing up the dependency graph and how to deal with cycles.
1 parent fbcd33c commit 1b3cd5d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css3-images/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@ <h3 id=element-reference><span class=secno>4.3. </span>Using Elements as
507507
is a syntax error.</p>
508508

509509
<div class=example> TODO: copy an example from the MozHacks article</div>
510+
511+
<div class=issue> This can pretty obviously result in dependency cycles.
512+
An element can try to use itself as a background, for example. I need to
513+
add a section about determining the dependency graph and what to do when
514+
a cycle is detected.</div>
510515
</div>
511516

512517
<div>

css3-images/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ <h3 id=element-reference>Using Elements as Images: The ''element()'' notation</h
236236
<div class=example>
237237
TODO: copy an example from the MozHacks article
238238
</div>
239+
<div class=issue>
240+
This can pretty obviously result in dependency cycles. An element can try to use itself as a background, for example. I need to add a section about determining the dependency graph and what to do when a cycle is detected.
241+
</div>
239242
</div>
240243

241244
<div>

0 commit comments

Comments
 (0)