Skip to content

Commit

Permalink
[giow] (0) This was poorly defined, to say the least.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14289

git-svn-id: http://svn.whatwg.org/webapps@6615 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2011
1 parent bd57cb3 commit 5712706
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 15 deletions.
16 changes: 10 additions & 6 deletions complete.html
Expand Up @@ -32116,12 +32116,16 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
object represents.</p>

<p>The <dfn id=dom-texttrackcue-alignment title=dom-TextTrackCue-alignment><code>alignment</code></dfn>
attribute must return the <a href=#text-track-cue-alignment>text track cue alignment</a> of
the <a href=#text-track-cue>text track cue</a> that the <code><a href=#texttrackcue>TextTrackCue</a></code>
object represents.</p>
<!--TTVTT-->

<p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
attribute must return the string from the second cell of the row in
the table below whose first cell is the <a href=#text-track-cue-alignment>text track cue
alignment</a> of the <a href=#text-track-cue>text track cue</a> that the
<code><a href=#texttrackcue>TextTrackCue</a></code> object represents:</p>

<table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> <code title=dom-TextTrackCue-alignment><a href=#dom-texttrackcue-alignment>alignment</a></code> value
<tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> "<code title="">start</code>"
<tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> "<code title="">middle</code>"
<tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> "<code title="">end</code>"
</table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
method must return the raw <a href=#text-track-cue-text>text track cue text</a>.</p>

<p>The <dfn id=dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML><code>getCueAsHTML()</code></dfn>
Expand Down
16 changes: 10 additions & 6 deletions index
Expand Up @@ -31983,12 +31983,16 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> : <a href=#eventtarget>EventTa
object represents.</p>

<p>The <dfn id=dom-texttrackcue-alignment title=dom-TextTrackCue-alignment><code>alignment</code></dfn>
attribute must return the <a href=#text-track-cue-alignment>text track cue alignment</a> of
the <a href=#text-track-cue>text track cue</a> that the <code><a href=#texttrackcue>TextTrackCue</a></code>
object represents.</p>
<!--TTVTT-->

<p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
attribute must return the string from the second cell of the row in
the table below whose first cell is the <a href=#text-track-cue-alignment>text track cue
alignment</a> of the <a href=#text-track-cue>text track cue</a> that the
<code><a href=#texttrackcue>TextTrackCue</a></code> object represents:</p>

<table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> <code title=dom-TextTrackCue-alignment><a href=#dom-texttrackcue-alignment>alignment</a></code> value
<tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> "<code title="">start</code>"
<tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> "<code title="">middle</code>"
<tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> "<code title="">end</code>"
</table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-getcueassource title=dom-TextTrackCue-getCueAsSource><code>getCueAsSource()</code></dfn>
method must return the raw <a href=#text-track-cue-text>text track cue text</a>.</p>

<p>The <dfn id=dom-texttrackcue-getcueashtml title=dom-TextTrackCue-getCueAsHTML><code>getCueAsHTML()</code></dfn>
Expand Down
16 changes: 13 additions & 3 deletions source
Expand Up @@ -35085,9 +35085,19 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {

<p>The <dfn
title="dom-TextTrackCue-alignment"><code>alignment</code></dfn>
attribute must return the <span>text track cue alignment</span> of
the <span>text track cue</span> that the <code>TextTrackCue</code>
object represents.</p>
attribute must return the string from the second cell of the row in
the table below whose first cell is the <span>text track cue
alignment</span> of the <span>text track cue</span> that the
<code>TextTrackCue</code> object represents:</p>

<table>
<thead>
<tr> <th><span>Text track cue alignment</span> <th> <code title="dom-TextTrackCue-alignment">alignment</code> value
<tbody>
<tr> <td><span title="text track cue start alignment">Start alignment</span> <td> "<code title="">start</code>"
<tr> <td><span title="text track cue middle alignment">Middle alignment</span> <td> "<code title="">middle</code>"
<tr> <td><span title="text track cue end alignment">End alignment</span> <td> "<code title="">end</code>"
</table>
<!--START w3c-html--><!--TTVTT-->

<p>The <dfn
Expand Down

0 comments on commit 5712706

Please sign in to comment.