Change data sink model requirement list to use not ol but ul
authorTakeshi Yoshino <tyoshino@google.com>
Thu, 06 Feb 2014 21:05:11 +0900
changeset 163 2bf89dc084b2
parent 162 79579767cc3d
child 164 9ff64f86eb6f
Change data sink model requirement list to use not ol but ul
Overview.htm
--- a/Overview.htm	Mon Feb 03 18:01:04 2014 +0900
+++ b/Overview.htm	Thu Feb 06 21:05:11 2014 +0900
@@ -663,7 +663,7 @@
 
 			<p>
 				A data sink to which the <a>WritableStream</a> interface writes bytes can be anything which:
-				<ol>
+				<ul>
 					<li>
 						Accepts data possibly together with a <a>DOMString</a> parameter named <var>encoding</var> indicating in what encoding the data must be interpreted.
 					</li>