Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6616 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 2, 2011
1 parent 5712706 commit cf4738a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 13 deletions.
18 changes: 13 additions & 5 deletions complete.html
Expand Up @@ -32063,12 +32063,20 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
otherwise.</p>

<p>The <dfn id=dom-texttrackcue-direction title=dom-TextTrackCue-direction><code>direction</code></dfn>
attribute must return the <a href=#text-track-cue-writing-direction>text track cue writing
direction</a> of the <a href=#text-track-cue>text track cue</a> that the
<code><a href=#texttrackcue>TextTrackCue</a></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 <a href=#text-track-cue-writing-direction>text track cue
writing direction</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-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
<table><thead><tr><th> <a href=#text-track-cue-writing-direction>Text track cue writing direction</a>
<th> <code title=dom-TextTrackCue-direction><a href=#dom-texttrackcue-direction>direction</a></code> value
<tbody><tr><td> <a href=#text-track-cue-horizontal-writing-direction title="text track cue horizontal writing direction">Horizontal</a>
<td> "<code title="">horizontal</code>"
<tr><td> <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing direction">Vertical growing left</a>
<td> "<code title="">vertical</code>"
<tr><td> <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing right writing direction">Vertical growing right</a>
<td> "<code title="">vertical-lr</code>"
</table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
attribute must return true if the <a href=#text-track-cue-snap-to-lines-flag>text track cue
snap-to-lines flag</a> of the <a href=#text-track-cue>text track cue</a> that
the <code><a href=#texttrackcue>TextTrackCue</a></code> object represents is set; or false
Expand Down
18 changes: 13 additions & 5 deletions index
Expand Up @@ -31930,12 +31930,20 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> : <a href=#eventtarget>EventTa
otherwise.</p>

<p>The <dfn id=dom-texttrackcue-direction title=dom-TextTrackCue-direction><code>direction</code></dfn>
attribute must return the <a href=#text-track-cue-writing-direction>text track cue writing
direction</a> of the <a href=#text-track-cue>text track cue</a> that the
<code><a href=#texttrackcue>TextTrackCue</a></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 <a href=#text-track-cue-writing-direction>text track cue
writing direction</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-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
<table><thead><tr><th> <a href=#text-track-cue-writing-direction>Text track cue writing direction</a>
<th> <code title=dom-TextTrackCue-direction><a href=#dom-texttrackcue-direction>direction</a></code> value
<tbody><tr><td> <a href=#text-track-cue-horizontal-writing-direction title="text track cue horizontal writing direction">Horizontal</a>
<td> "<code title="">horizontal</code>"
<tr><td> <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing direction">Vertical growing left</a>
<td> "<code title="">vertical</code>"
<tr><td> <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing right writing direction">Vertical growing right</a>
<td> "<code title="">vertical-lr</code>"
</table><!--TTVTT--><p>The <dfn id=dom-texttrackcue-snaptolines title=dom-TextTrackCue-snapToLines><code>snapToLines</code></dfn>
attribute must return true if the <a href=#text-track-cue-snap-to-lines-flag>text track cue
snap-to-lines flag</a> of the <a href=#text-track-cue>text track cue</a> that
the <code><a href=#texttrackcue>TextTrackCue</a></code> object represents is set; or false
Expand Down
20 changes: 17 additions & 3 deletions source
Expand Up @@ -35021,9 +35021,23 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {

<p>The <dfn
title="dom-TextTrackCue-direction"><code>direction</code></dfn>
attribute must return the <span>text track cue writing
direction</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
writing direction</span> of the <span>text track cue</span> that the
<code>TextTrackCue</code> object represents:</p>

<table>
<thead>
<tr> <th> <span>Text track cue writing direction</span>
<th> <code title="dom-TextTrackCue-direction">direction</code> value
<tbody>
<tr> <td> <span title="text track cue horizontal writing direction">Horizontal</span>
<td> "<code title="">horizontal</code>"
<tr> <td> <span title="text track cue vertical growing left writing direction">Vertical growing left</span>
<td> "<code title="">vertical</code>"
<tr> <td> <span title="text track cue vertical growing right writing direction">Vertical growing right</span>
<td> "<code title="">vertical-lr</code>"
</table>

<!--END w3c-html--><!--TTVTT-->
<p>The <dfn
Expand Down

0 comments on commit cf4738a

Please sign in to comment.