html5/spec Overview.html,1.5344,1.5345

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

Modified Files:
	Overview.html 
Log Message:
various editorial fixes (whatwg r6665)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5344
retrieving revision 1.5345
diff -u -d -r1.5344 -r1.5345
--- Overview.html	11 Oct 2011 23:22:59 -0000	1.5344
+++ Overview.html	11 Oct 2011 23:27:18 -0000	1.5345
@@ -3259,7 +3259,9 @@
 
     <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>
+    in this specification. The <dfn id="uint8clampedarray">Uint8ClampedArray</dfn> interface
+    type is specifically used in the definition of the
+    <code><a href="#the-canvas-element">canvas</a></code> element's 2D API. <a href="#refsTYPEDARRAY">[TYPEDARRAY]</a></p>
 
    </dd>
 
@@ -26466,7 +26468,7 @@
      </dd>
     </dl></dd>
 
-   <dt><var title="">textTrack</var> . <code title="dom-TextTrack-mode"><a href="#dom-texttrack-mode">mode</a></code></dt>
+   <dt><var title="">textTrack</var> . <code title="dom-TextTrack-mode"><a href="#dom-texttrack-mode">mode</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the <a href="#text-track-mode">text track mode</a>, represented by a
     number from the following list:</p>

Received on Tuesday, 11 October 2011 23:27:27 UTC