[html5] r6820 - [giow] (0) consistency with other APIs Fixing http://www.w3.org/Bugs/Public/show [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Nov 10 15:51:17 PST 2011
Author: ianh
Date: 2011-11-10 15:51:15 -0800 (Thu, 10 Nov 2011)
New Revision: 6820
Modified:
complete.html
index
source
Log:
[giow] (0) consistency with other APIs
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14754
Modified: complete.html
===================================================================
--- complete.html 2011-11-10 23:45:02 UTC (rev 6819)
+++ complete.html 2011-11-10 23:51:15 UTC (rev 6820)
@@ -32009,7 +32009,7 @@
attribute long <a href=#dom-texttrackcue-textposition title=dom-TextTrackCue-textPosition>textPosition</a>;
attribute long <a href=#dom-texttrackcue-size title=dom-TextTrackCue-size>size</a>;
attribute DOMString <a href=#dom-texttrackcue-alignment title=dom-TextTrackCue-alignment>alignment</a>;
- attribute DOMString <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a>;
+ attribute DOMString <a href=#dom-texttrackcue-text title=dom-TextTrackCue-text>text</a>;
<a href=#documentfragment>DocumentFragment</a> <a href=#dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML>getCueAsHTML</a>();
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-texttrackcue-onenter title=handler-TextTrackCue-onenter>onenter</a>;
@@ -32108,7 +32108,7 @@
</dl><p>Can be set.</p>
</dd>
- <dt><var title="">cue</var> . <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a> [ = <var title="">value</var> ]</dt>
+ <dt><var title="">cue</var> . <a href=#dom-texttrackcue-text title=dom-TextTrackCue-text>text</a> [ = <var title="">value</var> ]</dt>
<dd>
<p>Returns the <a href=#text-track-cue-text>text track cue text</a> in raw unparsed form.</p>
<p>Can be set.</p>
@@ -32291,7 +32291,7 @@
value, if any. If none of the values match, then the user agent must
instead throw a <code><a href=#syntaxerror>SyntaxError</a></code> exception.</p>
- <p>The <dfn id=dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource><code>cueAsSource</code></dfn>
+ <p>The <dfn id=dom-texttrackcue-text title=dom-TextTrackCue-text><code>text</code></dfn>
attribute, on getting, must return the raw <a href=#text-track-cue-text>text track cue
text</a> of the <a href=#text-track-cue>text track cue</a> that the
<code><a href=#texttrackcue>TextTrackCue</a></code> object represents. On setting, the
Modified: index
===================================================================
--- index 2011-11-10 23:45:02 UTC (rev 6819)
+++ index 2011-11-10 23:51:15 UTC (rev 6820)
@@ -32009,7 +32009,7 @@
attribute long <a href=#dom-texttrackcue-textposition title=dom-TextTrackCue-textPosition>textPosition</a>;
attribute long <a href=#dom-texttrackcue-size title=dom-TextTrackCue-size>size</a>;
attribute DOMString <a href=#dom-texttrackcue-alignment title=dom-TextTrackCue-alignment>alignment</a>;
- attribute DOMString <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a>;
+ attribute DOMString <a href=#dom-texttrackcue-text title=dom-TextTrackCue-text>text</a>;
<a href=#documentfragment>DocumentFragment</a> <a href=#dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML>getCueAsHTML</a>();
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-texttrackcue-onenter title=handler-TextTrackCue-onenter>onenter</a>;
@@ -32108,7 +32108,7 @@
</dl><p>Can be set.</p>
</dd>
- <dt><var title="">cue</var> . <a href=#dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource>cueAsSource</a> [ = <var title="">value</var> ]</dt>
+ <dt><var title="">cue</var> . <a href=#dom-texttrackcue-text title=dom-TextTrackCue-text>text</a> [ = <var title="">value</var> ]</dt>
<dd>
<p>Returns the <a href=#text-track-cue-text>text track cue text</a> in raw unparsed form.</p>
<p>Can be set.</p>
@@ -32291,7 +32291,7 @@
value, if any. If none of the values match, then the user agent must
instead throw a <code><a href=#syntaxerror>SyntaxError</a></code> exception.</p>
- <p>The <dfn id=dom-texttrackcue-cueassource title=dom-TextTrackCue-cueAsSource><code>cueAsSource</code></dfn>
+ <p>The <dfn id=dom-texttrackcue-text title=dom-TextTrackCue-text><code>text</code></dfn>
attribute, on getting, must return the raw <a href=#text-track-cue-text>text track cue
text</a> of the <a href=#text-track-cue>text track cue</a> that the
<code><a href=#texttrackcue>TextTrackCue</a></code> object represents. On setting, the
Modified: source
===================================================================
--- source 2011-11-10 23:45:02 UTC (rev 6819)
+++ source 2011-11-10 23:51:15 UTC (rev 6820)
@@ -34932,7 +34932,7 @@
attribute long <span title="dom-TextTrackCue-textPosition">textPosition</span>;
attribute long <span title="dom-TextTrackCue-size">size</span>;
attribute DOMString <span title="dom-TextTrackCue-alignment">alignment</span>;
- attribute DOMString <span title="dom-TextTrackCue-cueAsSource">cueAsSource</span>;
+ attribute DOMString <span title="dom-TextTrackCue-text">text</span>;
<span>DocumentFragment</span> <span title="dom-TextTrackCue-getCueAsHTML">getCueAsHTML</span>();
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-TextTrackCue-onenter">onenter</span>;
@@ -35037,7 +35037,7 @@
<p>Can be set.</p>
</dd>
- <dt><var title="">cue</var> . <span title="dom-TextTrackCue-cueAsSource">cueAsSource</span> [ = <var title="">value</var> ]</dt>
+ <dt><var title="">cue</var> . <span title="dom-TextTrackCue-text">text</span> [ = <var title="">value</var> ]</dt>
<dd>
<p>Returns the <span>text track cue text</span> in raw unparsed form.</p>
<p>Can be set.</p>
@@ -35253,8 +35253,7 @@
value, if any. If none of the values match, then the user agent must
instead throw a <code>SyntaxError</code> exception.</p>
- <p>The <dfn
- title="dom-TextTrackCue-cueAsSource"><code>cueAsSource</code></dfn>
+ <p>The <dfn title="dom-TextTrackCue-text"><code>text</code></dfn>
attribute, on getting, must return the raw <span>text track cue
text</span> of the <span>text track cue</span> that the
<code>TextTrackCue</code> object represents. On setting, the
More information about the Commit-Watchers
mailing list