Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) consistency with other APIs
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14754

git-svn-id: http://svn.whatwg.org/webapps@6820 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 10, 2011
1 parent 8e89022 commit 8b9ae82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -32009,7 +32009,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
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>;
Expand Down Expand Up @@ -32108,7 +32108,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
</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>
Expand Down Expand Up @@ -32291,7 +32291,7 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
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
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -32009,7 +32009,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> : <a href=#eventtarget>EventTa
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>;
Expand Down Expand Up @@ -32108,7 +32108,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> : <a href=#eventtarget>EventTa
</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>
Expand Down Expand Up @@ -32291,7 +32291,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> : <a href=#eventtarget>EventTa
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
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -34932,7 +34932,7 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {
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>;
Expand Down Expand Up @@ -35037,7 +35037,7 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {
<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>
Expand Down Expand Up @@ -35253,8 +35253,7 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {
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
Expand Down

0 comments on commit 8b9ae82

Please sign in to comment.