--- a/media-stream-capture/FPWD.html Mon Feb 27 17:48:43 2012 +0100
+++ b/media-stream-capture/FPWD.html Mon Feb 27 17:53:47 2012 +0100
@@ -1183,7 +1183,7 @@
<code>XMLHttpRequest</code>, form submission in HTML, message passing between documents and web workers
(<code>postMessage</code>), and Indexed DB all support <code>Blob</code> use.
</li>
- <li><a href="http://dvcs.w3.org/hg/webapps/raw-file/tip/StreamAPI/Overview.htm">Stream API</a>. A new addition to
+ <li>Stream API. A new addition to
the WebApps WG, the <code>Stream</code> is another general-purpose binary container. The primary differences
between a <code>Stream</code> and a <code>Blob</code> is that the <code>Stream</code> is read-once, and has no
length. The Stream API includes a mechanism to buffer from a <code>Stream</code> into a <code>Blob</code>, and
--- a/media-stream-capture/scenarios.html Mon Feb 27 17:48:43 2012 +0100
+++ b/media-stream-capture/scenarios.html Mon Feb 27 17:53:47 2012 +0100
@@ -735,7 +735,7 @@
<code>XMLHttpRequest</code>, form submission in HTML, message passing between documents and web workers
(<code>postMessage</code>), and Indexed DB all support <code>Blob</code> use.
</li>
- <li><a href="http://dvcs.w3.org/hg/webapps/raw-file/tip/StreamAPI/Overview.htm">Stream API</a>. A new addition to
+ <li>Stream API. A new addition to
the WebApps WG, the <code>Stream</code> is another general-purpose binary container. The primary differences
between a <code>Stream</code> and a <code>Blob</code> is that the <code>Stream</code> is read-once, and has no
length. The Stream API includes a mechanism to buffer from a <code>Stream</code> into a <code>Blob</code>, and