html5/spec Overview.html,1.5235,1.5236

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23520

Modified Files:
	Overview.html 
Log Message:
mention typedarray for xref (whatwg r6537)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5235
retrieving revision 1.5236
diff -u -d -r1.5235 -r1.5236
--- Overview.html	4 Sep 2011 17:54:26 -0000	1.5235
+++ Overview.html	4 Sep 2011 17:59:06 -0000	1.5236
@@ -3235,6 +3235,16 @@
 
    </dd>
 
+   <dt>Typed Arrays</dt>
+
+   <dd>
+
+    <p>The <dfn id="arraybuffer">ArrayBuffer</dfn> interface and underlying concepts
+    from the Typed Array Specification are used for several features
+    in this specification. <a href="#refsTYPEDARRAY">[TYPEDARRAY]</a></p>
+
+   </dd>
+
    <dt>JavaScript</dt>
 
    <dd>
@@ -72238,6 +72248,9 @@
    Ministry of Industry, Royal Thai Government. ISBN
    974-606-153-4.</dd>
 
+   <dt id="refsTYPEDARRAY">[TYPEDARRAY]</dt>
+   <dd><cite><a href="http://www.khronos.org/registry/typedarray/specs/latest/">Typed Array Specification</a></cite>, D. Herman, K. Russell. Khronos.</dd>
+
    <dt id="refsUAAG">[UAAG]</dt>
    <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/UAAG20/">Web Content Accessibility
    Guidelines (UAAG) 2.0</a></cite>, J. Allan, K. Ford, J. Richards,

Received on Sunday, 4 September 2011 17:59:11 UTC