--- a/Overview.htm Tue Dec 10 14:25:02 2013 +0900
+++ b/Overview.htm Wed Dec 11 21:51:25 2013 +0900
@@ -1054,10 +1054,12 @@
A <dfn>data source</dfn> can be anything that:
<ul>
<li>
- Produces bytes. Newly produced bytes will be delivered to the associated <a>ReadableByteStream</a>.
+ Produces bytes.
+ Newly produced bytes will be delivered to the associated <a>ReadableByteStream</a>.
</li>
<li>
- Accepts requests for production of bytes from a <a>ReadableByteStream</a>. A byte production request consists of an integer indicating the number of bytes to produce in addition to already requested ones.
+ Accepts requests for production of bytes from a <a>ReadableByteStream</a>.
+ A byte production request consists of an integer indicating the number of bytes to produce in addition to already requested ones.
Interpretation of the request is up to data sources.
Data sources may respond to retrieval requests with data larger than requested.
Requests and delivery of bytes don't need to 1-to-1 correspond.