[html5] r6665 - [e] (0) various editorial fixes
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 11 16:23:58 PDT 2011
Author: ianh
Date: 2011-10-11 16:23:56 -0700 (Tue, 11 Oct 2011)
New Revision: 6665
Modified:
complete.html
index
source
Log:
[e] (0) various editorial fixes
Modified: complete.html
===================================================================
--- complete.html 2011-10-11 23:19:37 UTC (rev 6664)
+++ complete.html 2011-10-11 23:23:56 UTC (rev 6665)
@@ -3960,7 +3960,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>
@@ -31637,7 +31639,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>
@@ -32907,8 +32909,9 @@
<li><a href=#webvtt-cue-internal-text>WebVTT cue internal text</a>.</li>
<li>A <a href=#webvtt-cue-span-end-tag>WebVTT cue span end tag</a> "<code title="">v</code>". If this <a href=#webvtt-cue-voice-span>WebVTT cue voice span</a> is the only <a href=#webvtt-cue-components title="WebVTT cue components">component</a> of its <a href=#webvtt-cue-text>WebVTT cue text</a> sequence, then the end tag may be omitted for brevity.</li>
</ol><p>A <dfn id=webvtt-cue-span-start-tag>WebVTT cue span start tag</dfn> has a <var title="">tag
- name</var> and either allows, requires, and disallows an annotation,
- and consists of the following components, in the order given:</p>
+ name</var> and either <!--allows,--> requires<!--,--> or disallows
+ an annotation, and consists of the following components, in the
+ order given:</p>
<ol><li>A U+003C LESS-THAN SIGN character (<).</li>
@@ -35522,7 +35525,7 @@
interface <dfn id=imagedata>ImageData</dfn> {
readonly attribute unsigned long <a href=#dom-imagedata-width title=dom-imagedata-width>width</a>;
readonly attribute unsigned long <a href=#dom-imagedata-height title=dom-imagedata-height>height</a>;
- readonly attribute <span>Uint8ClampedArray</span> <a href=#dom-imagedata-data title=dom-imagedata-data>data</a>;
+ readonly attribute <a href=#uint8clampedarray>Uint8ClampedArray</a> <a href=#dom-imagedata-data title=dom-imagedata-data>data</a>;
};</pre>
<!-- ARC-ORDER note (see above):
@@ -38018,8 +38021,8 @@
pixels per row in the image data, their <dfn id=dom-imagedata-height title=dom-imagedata-height><code>height</code></dfn> attribute is
set to <var title="">h</var>, the number of rows in the image data,
and their <dfn id=dom-imagedata-data title=dom-imagedata-data><code>data</code></dfn>
- attribute is initialized to a <code>Uint8ClampedArray</code> object.
- The <code>Uint8ClampedArray</code> object must use a <a href=#canvas-pixel-arraybuffer>Canvas
+ attribute is initialized to a <code><a href=#uint8clampedarray>Uint8ClampedArray</a></code> object.
+ The <code><a href=#uint8clampedarray>Uint8ClampedArray</a></code> object must use a <a href=#canvas-pixel-arraybuffer>Canvas
Pixel <code>ArrayBuffer</code></a> for its storage, and must have
a zero start offset and a length equal to the length of its storage,
in bytes. The <a href=#canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></a>
Modified: index
===================================================================
--- index 2011-10-11 23:19:37 UTC (rev 6664)
+++ index 2011-10-11 23:23:56 UTC (rev 6665)
@@ -3960,7 +3960,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>
@@ -31637,7 +31639,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>
@@ -32907,8 +32909,9 @@
<li><a href=#webvtt-cue-internal-text>WebVTT cue internal text</a>.</li>
<li>A <a href=#webvtt-cue-span-end-tag>WebVTT cue span end tag</a> "<code title="">v</code>". If this <a href=#webvtt-cue-voice-span>WebVTT cue voice span</a> is the only <a href=#webvtt-cue-components title="WebVTT cue components">component</a> of its <a href=#webvtt-cue-text>WebVTT cue text</a> sequence, then the end tag may be omitted for brevity.</li>
</ol><p>A <dfn id=webvtt-cue-span-start-tag>WebVTT cue span start tag</dfn> has a <var title="">tag
- name</var> and either allows, requires, and disallows an annotation,
- and consists of the following components, in the order given:</p>
+ name</var> and either <!--allows,--> requires<!--,--> or disallows
+ an annotation, and consists of the following components, in the
+ order given:</p>
<ol><li>A U+003C LESS-THAN SIGN character (<).</li>
@@ -35522,7 +35525,7 @@
interface <dfn id=imagedata>ImageData</dfn> {
readonly attribute unsigned long <a href=#dom-imagedata-width title=dom-imagedata-width>width</a>;
readonly attribute unsigned long <a href=#dom-imagedata-height title=dom-imagedata-height>height</a>;
- readonly attribute <span>Uint8ClampedArray</span> <a href=#dom-imagedata-data title=dom-imagedata-data>data</a>;
+ readonly attribute <a href=#uint8clampedarray>Uint8ClampedArray</a> <a href=#dom-imagedata-data title=dom-imagedata-data>data</a>;
};</pre>
<!-- ARC-ORDER note (see above):
@@ -38018,8 +38021,8 @@
pixels per row in the image data, their <dfn id=dom-imagedata-height title=dom-imagedata-height><code>height</code></dfn> attribute is
set to <var title="">h</var>, the number of rows in the image data,
and their <dfn id=dom-imagedata-data title=dom-imagedata-data><code>data</code></dfn>
- attribute is initialized to a <code>Uint8ClampedArray</code> object.
- The <code>Uint8ClampedArray</code> object must use a <a href=#canvas-pixel-arraybuffer>Canvas
+ attribute is initialized to a <code><a href=#uint8clampedarray>Uint8ClampedArray</a></code> object.
+ The <code><a href=#uint8clampedarray>Uint8ClampedArray</a></code> object must use a <a href=#canvas-pixel-arraybuffer>Canvas
Pixel <code>ArrayBuffer</code></a> for its storage, and must have
a zero start offset and a length equal to the length of its storage,
in bytes. The <a href=#canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></a>
Modified: source
===================================================================
--- source 2011-10-11 23:19:37 UTC (rev 6664)
+++ source 2011-10-11 23:23:56 UTC (rev 6665)
@@ -2894,7 +2894,9 @@
<p>The <dfn>ArrayBuffer</dfn> interface and underlying concepts
from the Typed Array Specification are used for several features
- in this specification. <a
+ in this specification. The <dfn>Uint8ClampedArray</dfn> interface
+ type is specifically used in the definition of the
+ <code>canvas</code> element's 2D API. <a
href="#refsTYPEDARRAY">[TYPEDARRAY]</a></p>
</dd>
@@ -34516,7 +34518,7 @@
</dl>
</dd>
- <dt><var title="">textTrack</var> . <code title="dom-TextTrack-mode">mode</code></dt>
+ <dt><var title="">textTrack</var> . <code title="dom-TextTrack-mode">mode</code> [ = <var title="">value</var> ]</dt>
<dd>
<p>Returns the <span>text track mode</span>, represented by a
number from the following list:</p>
@@ -36014,8 +36016,9 @@
<p>A <dfn>WebVTT cue span start tag</dfn> has a <var title="">tag
- name</var> and either allows, requires, and disallows an annotation,
- and consists of the following components, in the order given:</p>
+ name</var> and either <!--allows,--> requires<!--,--> or disallows
+ an annotation, and consists of the following components, in the
+ order given:</p>
<ol>
More information about the Commit-Watchers
mailing list