Skip to content

Commit

Permalink
[giow] (0) Change OFF to DISABLED because the platform uses the term …
Browse files Browse the repository at this point in the history
…DISABLED more than OFF.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14255

git-svn-id: http://svn.whatwg.org/webapps@6591 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2011
1 parent 9f6202f commit cfbc996
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -31282,7 +31282,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
attribute <a href=#function>Function</a>? <a href=#handler-texttrack-onload title=handler-TextTrack-onload>onload</a>;
attribute <a href=#function>Function</a>? <a href=#handler-texttrack-onerror title=handler-TextTrack-onerror>onerror</a>;

const unsigned short <a href=#dom-texttrack-off title=dom-TextTrack-OFF>OFF</a> = 0;
const unsigned short <a href=#dom-texttrack-disabled title=dom-TextTrack-DISABLED>DISABLED</a> = 0;
const unsigned short <a href=#dom-texttrack-hidden title=dom-TextTrack-HIDDEN>HIDDEN</a> = 1;
const unsigned short <a href=#dom-texttrack-showing title=dom-TextTrack-SHOWING>SHOWING</a> = 2;
attribute unsigned short <a href=#dom-texttrack-mode title=dom-TextTrack-mode>mode</a>;
Expand Down Expand Up @@ -31334,7 +31334,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
<dd>
<p>Returns the <a href=#text-track-mode>text track mode</a>, represented by a
number from the following list:</p>
<dl><dt><code><a href=#texttrack>TextTrack</a></code> . <code title=dom-TextTrack-OFF><a href=#dom-texttrack-off>OFF</a></code> (0)</dt>
<dl><dt><code><a href=#texttrack>TextTrack</a></code> . <code title=dom-TextTrack-DISABLED><a href=#dom-texttrack-disabled>DISABLED</a></code> (0)</dt>
<dd>
<p>The <a href=#text-track-disabled>text track disabled</a> mode.</p>
</dd>
Expand Down Expand Up @@ -31396,7 +31396,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
that the <code><a href=#texttrack>TextTrack</a></code> object represents, as defined by
the following list:</p>

<dl><dt><dfn id=dom-texttrack-off title=dom-TextTrack-OFF><code>OFF</code></dfn> (numeric value 0)</dt>
<dl><dt><dfn id=dom-texttrack-disabled title=dom-TextTrack-DISABLED><code>DISABLED</code></dfn> (numeric value 0)</dt>
<dd>The <a href=#text-track-disabled>text track disabled</a> mode.</dd>
<dt><dfn id=dom-texttrack-hidden title=dom-TextTrack-HIDDEN><code>HIDDEN</code></dfn> (numeric value 1)</dt>
<dd>The <a href=#text-track-hidden>text track hidden</a> mode.</dd>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -31149,7 +31149,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
attribute <a href=#function>Function</a>? <a href=#handler-texttrack-onload title=handler-TextTrack-onload>onload</a>;
attribute <a href=#function>Function</a>? <a href=#handler-texttrack-onerror title=handler-TextTrack-onerror>onerror</a>;

const unsigned short <a href=#dom-texttrack-off title=dom-TextTrack-OFF>OFF</a> = 0;
const unsigned short <a href=#dom-texttrack-disabled title=dom-TextTrack-DISABLED>DISABLED</a> = 0;
const unsigned short <a href=#dom-texttrack-hidden title=dom-TextTrack-HIDDEN>HIDDEN</a> = 1;
const unsigned short <a href=#dom-texttrack-showing title=dom-TextTrack-SHOWING>SHOWING</a> = 2;
attribute unsigned short <a href=#dom-texttrack-mode title=dom-TextTrack-mode>mode</a>;
Expand Down Expand Up @@ -31201,7 +31201,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
<dd>
<p>Returns the <a href=#text-track-mode>text track mode</a>, represented by a
number from the following list:</p>
<dl><dt><code><a href=#texttrack>TextTrack</a></code> . <code title=dom-TextTrack-OFF><a href=#dom-texttrack-off>OFF</a></code> (0)</dt>
<dl><dt><code><a href=#texttrack>TextTrack</a></code> . <code title=dom-TextTrack-DISABLED><a href=#dom-texttrack-disabled>DISABLED</a></code> (0)</dt>
<dd>
<p>The <a href=#text-track-disabled>text track disabled</a> mode.</p>
</dd>
Expand Down Expand Up @@ -31263,7 +31263,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
that the <code><a href=#texttrack>TextTrack</a></code> object represents, as defined by
the following list:</p>

<dl><dt><dfn id=dom-texttrack-off title=dom-TextTrack-OFF><code>OFF</code></dfn> (numeric value 0)</dt>
<dl><dt><dfn id=dom-texttrack-disabled title=dom-TextTrack-DISABLED><code>DISABLED</code></dfn> (numeric value 0)</dt>
<dd>The <a href=#text-track-disabled>text track disabled</a> mode.</dd>
<dt><dfn id=dom-texttrack-hidden title=dom-TextTrack-HIDDEN><code>HIDDEN</code></dfn> (numeric value 1)</dt>
<dd>The <a href=#text-track-hidden>text track hidden</a> mode.</dd>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -34128,7 +34128,7 @@ interface <dfn>MediaController</dfn> {
attribute <span>Function</span>? <span title="handler-TextTrack-onload">onload</span>;
attribute <span>Function</span>? <span title="handler-TextTrack-onerror">onerror</span>;

const unsigned short <span title="dom-TextTrack-OFF">OFF</span> = 0;
const unsigned short <span title="dom-TextTrack-DISABLED">DISABLED</span> = 0;
const unsigned short <span title="dom-TextTrack-HIDDEN">HIDDEN</span> = 1;
const unsigned short <span title="dom-TextTrack-SHOWING">SHOWING</span> = 2;
attribute unsigned short <span title="dom-TextTrack-mode">mode</span>;
Expand Down Expand Up @@ -34185,7 +34185,7 @@ interface <dfn>MediaController</dfn> {
<p>Returns the <span>text track mode</span>, represented by a
number from the following list:</p>
<dl>
<dt><code>TextTrack</code> . <code title="dom-TextTrack-OFF">OFF</code> (0)</dt>
<dt><code>TextTrack</code> . <code title="dom-TextTrack-DISABLED">DISABLED</code> (0)</dt>
<dd>
<p>The <span>text track disabled</span> mode.</p>
</dd>
Expand Down Expand Up @@ -34256,7 +34256,7 @@ interface <dfn>MediaController</dfn> {
the following list:</p>

<dl>
<dt><dfn title="dom-TextTrack-OFF"><code>OFF</code></dfn> (numeric value 0)</dt>
<dt><dfn title="dom-TextTrack-DISABLED"><code>DISABLED</code></dfn> (numeric value 0)</dt>
<dd>The <span>text track disabled</span> mode.</dd>
<dt><dfn title="dom-TextTrack-HIDDEN"><code>HIDDEN</code></dfn> (numeric value 1)</dt>
<dd>The <span>text track hidden</span> mode.</dd>
Expand Down

0 comments on commit cfbc996

Please sign in to comment.