Skip to content

Commit

Permalink
[e] (0) Not sure where 'block-flow' came from, but it should be 'writ…
Browse files Browse the repository at this point in the history
…ing-mode' and the values are different.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16623
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7074 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 25, 2012
1 parent b390585 commit cce3149
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions source
Expand Up @@ -109031,14 +109031,15 @@ iframe:not([seamless]) { border: 2px inset; }
<li><p>If the <span>text track cue writing direction</span> is
<span title="text track cue horizontal writing
direction">horizontal</span>, then let <var
title="">block-flow</var> be 'tb'. Otherwise, if the <span>text
track cue writing direction</span> is <span title="text track
cue vertical growing left writing direction">vertical growing
left</span>, then let <var title="">block-flow</var> be
'lr'. Otherwise, the <span>text track cue writing
direction</span> is <span title="text track cue vertical growing
right writing direction">vertical growing right</span>; let <var
title="">block-flow</var> be 'rl'.</p></li>
title="">writing-mode</var> be 'horizontal-tb'. Otherwise, if the
<span>text track cue writing direction</span> is <span
title="text track cue vertical growing left writing
direction">vertical growing left</span>, then let <var
title="">writing-mode</var> be 'vertical-lr'. Otherwise, the
<span>text track cue writing direction</span> is <span
title="text track cue vertical growing right writing
direction">vertical growing right</span>; let <var
title="">writing-mode</var> be 'vertical-rl'.</p></li>

<li>

Expand Down Expand Up @@ -109621,18 +109622,19 @@ iframe:not([seamless]) { border: 2px inset; }
<p>On the (root) <span>List of WebVTT Node Objects</span>, the
'position' property must be set to 'absolute', the 'direction'
property must be set to <var title="">direction</var>, the
'block-flow' property must be set to <var title="">block-flow</var>,
the 'top' property must be set to <var title="">top</var>, the
'left' property must be set to <var title="">left</var>, the 'width'
property must be set to <var title="">width</var>, and the 'height'
property must be set to <var title="">height</var>, where <var
title="">direction</var>, <var title="">block-flow</var>, <var
title="">top</var>, <var title="">left</var>, <var
title="">width</var>, and <var title="">height</var> are the values
with those names determined by the <span>rules for updating the
display of WebVTT text tracks</span> for the <span>text track
cue</span> from whose <span title="text track cue text">text</span>
the <span>List of WebVTT Node Objects</span> was constructed.</p>
'writing-mode' property must be set to <var
title="">writing-mode</var>, the 'top' property must be set to <var
title="">top</var>, the 'left' property must be set to <var
title="">left</var>, the 'width' property must be set to <var
title="">width</var>, and the 'height' property must be set to <var
title="">height</var>, where <var title="">direction</var>, <var
title="">writing-mode</var>, <var title="">top</var>, <var
title="">left</var>, <var title="">width</var>, and <var
title="">height</var> are the values with those names determined by
the <span>rules for updating the display of WebVTT text
tracks</span> for the <span>text track 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
Expand Down

0 comments on commit cce3149

Please sign in to comment.