--- a/webaudio/specification.html Thu May 24 16:35:24 2012 -0700
+++ b/webaudio/specification.html Thu May 24 17:13:34 2012 -0700
@@ -1073,6 +1073,13 @@
value throws an exception. </p>
<p>It is possible to connect an AudioNode output to more than one input
with multiple calls to connect(). Thus, "fanout" is supported. </p>
+ <p>
+ It is possible to connect an AudioNode to another AudioNode which creates a <em>cycle</em>.
+ In other words, an AudioNode may connect to another AudioNode, which in turn connects back
+ to the first AudioNode. This is allowed only if there is a least one
+ <a class="dfnref" href="#DelayNode-section">DelayNode</a> in the <em>cycle</em> or an exception will
+ be thrown.
+ </p>
</dd>
</dl>
<dl>