Fix some ReSpec warnings.
authorTakeshi Yoshino <tyoshino@google.com>
Fri, 08 Nov 2013 04:16:14 +0900
changeset 55 a680ab18ca36
parent 54 9b191ede5721
child 56 933c54673c53
Fix some ReSpec warnings.
preview.html
--- a/preview.html	Fri Nov 08 04:13:44 2013 +0900
+++ b/preview.html	Fri Nov 08 04:16:14 2013 +0900
@@ -190,7 +190,7 @@
 		</p>
 
 		<p>
-			An asynchronous API for reading <a>ReadableByteStreams</a> prevents blocking and UI "freezing" on a user agent’s main thread
+			An asynchronous API for reading <a>ReadableByteStream</a>s prevents blocking and UI "freezing" on a user agent’s main thread
 			This specification defines an asynchronous API to access a <a>ByteStream</a>. Error conditions that may arise during reading of a <a>ByteStream</a> will be handled by a reject callback set to the promise returned by the read() method. An example will be illustrative.
 		</p>
 
@@ -1226,7 +1226,7 @@
 		<h2>Terminology</h2>
 
 		<p>
-			<dfn>ArrayBufferView</dfn> is defined in <a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Array specification</a>.
+			<dfn>ArrayBuffer</dfn> and <dfn>ArrayBufferView</dfn> are defined in <a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Array specification</a>.
 		</p>
 
 		<p>
@@ -1242,6 +1242,10 @@
 		</p>
 
 		<p>
+			<dfn>XMLHttpRequest</dfn> is defined in [[!XMLHTTPREQUEST2]].
+		</p>
+
+		<p>
 			<dfn>InvalidStateError</dfn> is defined in <a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#invalidstateerror">DOM4 specification</a>.
 			<dfn>SyntaxError</dfn> is defined in <a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#syntaxerror">DOM4 specification</a>.
 		</p>