[html5] r6591 - [giow] (0) Change OFF to DISABLED because the platform uses the term DISABLED mo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 26 15:29:41 PDT 2011
Author: ianh
Date: 2011-09-26 15:29:39 -0700 (Mon, 26 Sep 2011)
New Revision: 6591
Modified:
complete.html
index
source
Log:
[giow] (0) Change OFF to DISABLED because the platform uses the term DISABLED more than OFF.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14255
Modified: complete.html
===================================================================
--- complete.html 2011-09-26 22:11:41 UTC (rev 6590)
+++ complete.html 2011-09-26 22:29:39 UTC (rev 6591)
@@ -31282,7 +31282,7 @@
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>;
@@ -31334,7 +31334,7 @@
<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>
@@ -31396,7 +31396,7 @@
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>
Modified: index
===================================================================
--- index 2011-09-26 22:11:41 UTC (rev 6590)
+++ index 2011-09-26 22:29:39 UTC (rev 6591)
@@ -31149,7 +31149,7 @@
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>;
@@ -31201,7 +31201,7 @@
<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>
@@ -31263,7 +31263,7 @@
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>
Modified: source
===================================================================
--- source 2011-09-26 22:11:41 UTC (rev 6590)
+++ source 2011-09-26 22:29:39 UTC (rev 6591)
@@ -34128,7 +34128,7 @@
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>;
@@ -34185,7 +34185,7 @@
<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>
@@ -34256,7 +34256,7 @@
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>
More information about the Commit-Watchers
mailing list