[html5] r7074 - [e] (0) Not sure where 'block-flow' came from, but it should be 'writing-mode' a [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 25 15:18:10 PDT 2012


Author: ianh
Date: 2012-04-25 15:18:09 -0700 (Wed, 25 Apr 2012)
New Revision: 7074

Modified:
   source
Log:
[e] (0) Not sure where 'block-flow' came from, but it should be 'writing-mode' and the values are different.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16623
Affected topics: Video Text Tracks

Modified: source
===================================================================
--- source	2012-04-25 21:27:09 UTC (rev 7073)
+++ source	2012-04-25 22:18:09 UTC (rev 7074)
@@ -109031,14 +109031,15 @@
      <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>
 
@@ -109621,18 +109622,19 @@
   <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




More information about the Commit-Watchers mailing list