- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Oct 2011 19:27:31 -0400
- To: public-html-diffs@w3.org
hixie: various editorial fixes (whatwg r6665) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5344&r2=1.5345&f=h http://html5.org/tools/web-apps-tracker?from=6664&to=6665 =================================================================== 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:34 UTC