added blurb about domstring and writeencoding
authorfmoussa <feras.moussa@hotmail.com>
Sat, 23 Nov 2013 21:53:59 -0800
changeset 72 01bbc53a2b9c
parent 71 6f8e483af8db
child 73 e370803ec8cb
added blurb about domstring and writeencoding
preview.html
--- a/preview.html	Sat Nov 23 21:48:46 2013 -0800
+++ b/preview.html	Sat Nov 23 21:53:59 2013 -0800
@@ -461,7 +461,7 @@
 				<dd>
 					<p>
 						Specifies a <a>DOMString</a> that represents the label of an encoding [[!EncodingDetermination]].
-						If set, it will be used as part of the encoding determination used when processing a <code>write()</code> method call.
+						If set, it will be used as part of the encoding determination used when processing a <a>DOMString</a> provided in a <code>write()</code> method call.
 						It will return the label last set, or the empty DOMString if never set.
 					</p>
 
@@ -785,8 +785,8 @@
 					<section class="note">
 						This method is useful if
 						<ol>
-							<li>You don't want to get notified of new data unless bytes of the specified number become available</li>
-							<li>You don't want to get your data fragmented into multiple parts, thus avoiding the need to buffer and combine chunks yourself</li>
+							<li>You don't want to get notified of new data unless bytes of the specified number become available.</li>
+							<li>You don't want to get your data fragmented into multiple parts, thus avoiding the need to buffer and combine chunks yourself.</li>
 						</ol>
 					</section>
 				</dd>