Skip to content

Commit

Permalink
[e] (0) WebVTT-related editorial tweaks
Browse files Browse the repository at this point in the history
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7522 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 21, 2012
1 parent 05554e9 commit fed70f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -33950,7 +33950,7 @@ <h6 id=text-track-model><span class=secno>4.8.10.12.1 </span>Text track model</h
<dt><dfn id=text-track-cue-left-alignment title="text track cue left alignment">Left alignment</dfn></dt>
<dd>The text is aligned to the left.</dd>

<dt>or <dfn id=text-track-cue-right-alignment title="text track cue right alignment">Right alignment</dfn></dt>
<dt><dfn id=text-track-cue-right-alignment title="text track cue right alignment">Right alignment</dfn></dt>
<dd>The text is aligned to the right.</dd>

</dl><p>Which sides are the start and end sides depends on the Unicode bidirectional algorithm and
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -33950,7 +33950,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> : <a href=#eventtarget>E
<dt><dfn id=text-track-cue-left-alignment title="text track cue left alignment">Left alignment</dfn></dt>
<dd>The text is aligned to the left.</dd>

<dt>or <dfn id=text-track-cue-right-alignment title="text track cue right alignment">Right alignment</dfn></dt>
<dt><dfn id=text-track-cue-right-alignment title="text track cue right alignment">Right alignment</dfn></dt>
<dd>The text is aligned to the right.</dd>

</dl><p>Which sides are the start and end sides depends on the Unicode bidirectional algorithm and
Expand Down
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -37180,7 +37180,7 @@ interface <dfn>MediaController</dfn> : <span>EventTarget</span> {
<dt><dfn title="text track cue left alignment">Left alignment</dfn></dt>
<dd>The text is aligned to the left.</dd>

<dt>or <dfn title="text track cue right alignment">Right alignment</dfn></dt>
<dt><dfn title="text track cue right alignment">Right alignment</dfn></dt>
<dd>The text is aligned to the right.</dd>

</dl>
Expand Down Expand Up @@ -39269,6 +39269,7 @@ Transcribed by Celestials&trade;</pre>
<li><dfn>Decoded as UTF-8, with error handling</dfn>
<li><dfn>Case-sensitive</dfn>
<li><dfn>Collect a sequence of characters</dfn>
<li><dfn>ASCII digits</dfn>
<li><dfn>Space character</dfn>
<li><dfn>Skip whitespace</dfn>
<li><dfn>Split a string on spaces</dfn>
Expand Down

0 comments on commit fed70f7

Please sign in to comment.