Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) various editorial fixes
git-svn-id: http://svn.whatwg.org/webapps@6665 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 11, 2011
1 parent 6ee37d0 commit 38d240d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
17 changes: 10 additions & 7 deletions complete.html
Expand Up @@ -3960,7 +3960,9 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>

<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>

Expand Down Expand Up @@ -31637,7 +31639,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
</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>
Expand Down Expand Up @@ -32907,8 +32909,9 @@ <h6 id=syntax-0><span class=secno>4.8.10.13.2 </span>Syntax</h6>
<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 (&lt;).</li>

Expand Down Expand Up @@ -35522,7 +35525,7 @@ <h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>
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):
Expand Down Expand Up @@ -38018,8 +38021,8 @@ <h6 id=pixel-manipulation><span class=secno>4.8.11.1.11 </span><dfn>Pixel manipu
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>
Expand Down
17 changes: 10 additions & 7 deletions index
Expand Up @@ -3960,7 +3960,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<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>

Expand Down Expand Up @@ -31637,7 +31639,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
</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>
Expand Down Expand Up @@ -32907,8 +32909,9 @@ The General Relativistic Field Equations</pre>
<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 (&lt;).</li>

Expand Down Expand Up @@ -35522,7 +35525,7 @@ interface <dfn id=textmetrics>TextMetrics</dfn> {
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):
Expand Down Expand Up @@ -38018,8 +38021,8 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
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>
Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -2894,7 +2894,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<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>
Expand Down Expand Up @@ -34516,7 +34518,7 @@ interface <dfn>MediaController</dfn> {
</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>
Expand Down Expand Up @@ -36014,8 +36016,9 @@ The General Relativistic Field Equations</pre>


<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>

Expand Down

0 comments on commit 38d240d

Please sign in to comment.