Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Specify the text-align of cues.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14574

git-svn-id: http://svn.whatwg.org/webapps@6808 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2011
1 parent e719a23 commit e74c44d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
12 changes: 11 additions & 1 deletion complete.html
Expand Up @@ -93896,7 +93896,17 @@ <h5 id=applying-css-properties-to-webvtt-node-objects><span class=secno>15.4.2.2
cue</a> from whose <a href=#text-track-cue-text title="text track cue text">text</a>
the <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a> was constructed.</p>

<p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
<p>The 'text-align' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
Objects</a> must be set to the value in the second cell of the
row of the table below whose first cell is the value of the
corresponding <a href=#text-track-cue title="text track cue">cue</a>'s <a href=#text-track-cue-alignment>text
track cue alignment</a>:</p>

<table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> 'text-align' value
<tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> 'start'
<tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> 'center'
<tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> 'end'
</table><p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
Node Objects</a> must be set to '5vh sans-serif'. <a href=#refsCSSRUBY>[CSSRUBY]</a> <a href=#refsCSSVALUES>[CSSVALUES]</a></p>

<p>The 'color' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
Expand Down
12 changes: 11 additions & 1 deletion index
Expand Up @@ -93896,7 +93896,17 @@ iframe:not([seamless]) { border: 2px inset; }
cue</a> from whose <a href=#text-track-cue-text title="text track cue text">text</a>
the <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a> was constructed.</p>

<p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
<p>The 'text-align' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
Objects</a> must be set to the value in the second cell of the
row of the table below whose first cell is the value of the
corresponding <a href=#text-track-cue title="text track cue">cue</a>'s <a href=#text-track-cue-alignment>text
track cue alignment</a>:</p>

<table><thead><tr><th><a href=#text-track-cue-alignment>Text track cue alignment</a> <th> 'text-align' value
<tbody><tr><td><a href=#text-track-cue-start-alignment title="text track cue start alignment">Start alignment</a> <td> 'start'
<tr><td><a href=#text-track-cue-middle-alignment title="text track cue middle alignment">Middle alignment</a> <td> 'center'
<tr><td><a href=#text-track-cue-end-alignment title="text track cue end alignment">End alignment</a> <td> 'end'
</table><p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
Node Objects</a> must be set to '5vh sans-serif'. <a href=#refsCSSRUBY>[CSSRUBY]</a> <a href=#refsCSSVALUES>[CSSVALUES]</a></p>

<p>The 'color' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
Expand Down
15 changes: 15 additions & 0 deletions source
Expand Up @@ -106407,6 +106407,21 @@ iframe:not([seamless]) { border: 2px inset; }
cue</span> from whose <span title="text track cue text">text</span>
the <span>List of WebVTT Node Objects</span> was constructed.</p>

<p>The 'text-align' property on the (root) <span>List of WebVTT Node
Objects</span> must be set to the value in the second cell of the
row of the table below whose first cell is the value of the
corresponding <span title="text track cue">cue</span>'s <span>text
track cue alignment</span>:</p>

<table>
<thead>
<tr> <th><span>Text track cue alignment</span> <th> 'text-align' value
<tbody>
<tr> <td><span title="text track cue start alignment">Start alignment</span> <td> 'start'
<tr> <td><span title="text track cue middle alignment">Middle alignment</span> <td> 'center'
<tr> <td><span title="text track cue end alignment">End alignment</span> <td> 'end'
</table>

<p>The 'font' shorthand property on the (root) <span>List of WebVTT
Node Objects</span> must be set to '5vh sans-serif'. <a
href="#refsCSSRUBY">[CSSRUBY]</a> <a
Expand Down

0 comments on commit e74c44d

Please sign in to comment.