--- a/Overview.htm Wed Jan 29 18:41:50 2014 +0900
+++ b/Overview.htm Wed Jan 29 20:09:33 2014 +0900
@@ -1090,11 +1090,6 @@
<p>
An associated queue <dfn>readDataBuffer</dfn> which holds the bytes retrieved from <a>dataSource</a>.
This queue is initialized to an empty queue on construction.
- <section class="note">
- Retrieved bytes can be queued in <a>readDataBuffer</a> in any form.
- For example, if bytes were retrieved as <a>ArrayBufferView</a> fragments, it's ok to store them as-is to avoid unnecessary copy.
- If the object representing retrieved bytes is a DOMString, that should be accompanied with the encoding to use to decode it.
- </section>
</p>
<p>