html5/webvtt Overview.html,1.20,1.21

Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv19823

Modified Files:
	Overview.html 
Log Message:
Not sure where 'block-flow' came from, but it should be 'writing-mode' and the values are different. (whatwg r7074)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html	25 Apr 2012 20:18:17 -0000	1.20
+++ Overview.html	25 Apr 2012 22:18:12 -0000	1.21
@@ -2223,13 +2223,11 @@
 
      <li><p>If the <a href=#text-track-cue-writing-direction>text track cue writing direction</a> is
      <a href=#text-track-cue-horizontal-writing-direction title="text track cue horizontal writing
-     direction">horizontal</a>, then let <var title="">block-flow</var> be 'tb'. Otherwise, if the <a href=#text-track-cue-writing-direction>text
-     track cue writing direction</a> is <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track
-     cue vertical growing left writing direction">vertical growing
-     left</a>, then let <var title="">block-flow</var> be
-     'lr'. Otherwise, the <a href=#text-track-cue-writing-direction>text track cue writing
-     direction</a> is <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing
-     right writing direction">vertical growing right</a>; let <var title="">block-flow</var> be 'rl'.</li>
+     direction">horizontal</a>, then let <var title="">writing-mode</var> be 'horizontal-tb'. Otherwise, if the
+     <a href=#text-track-cue-writing-direction>text track cue writing direction</a> is <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing
+     direction">vertical growing left</a>, then let <var title="">writing-mode</var> be 'vertical-lr'. Otherwise, the
+     <a href=#text-track-cue-writing-direction>text track cue writing direction</a> is <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing right writing
+     direction">vertical growing right</a>; let <var title="">writing-mode</var> be 'vertical-rl'.</li>
 
      <li>
 
@@ -2715,15 +2713,10 @@
   <p>On the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a>, 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 <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the
-  display of WebVTT text tracks</a> for the <a href=#text-track-cue>text track
-  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>
+  '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 <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT text
+  tracks</a> for the <a href=#text-track-cue>text track 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 '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

Received on Wednesday, 25 April 2012 22:18:17 UTC