CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv25541

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 9462187335fa2f19e5cb406c4d00001f142b4cd0

--- /sources/public/html5/webvtt/Overview.html	2015/01/31 12:12:43	1.204
+++ /sources/public/html5/webvtt/Overview.html	2015/02/22 06:48:54	1.205
@@ -3,7 +3,7 @@
 <head>
   <title>WebVTT: The Web Video Text Tracks Format</title>
   <meta charset="utf-8">
-  <meta name="revision" content="8392c89413e6087db65003b4428091698036093c">
+  <meta name="revision" content="9462187335fa2f19e5cb406c4d00001f142b4cd0">
   
   
   
@@ -305,7 +305,7 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-report-31-january-2015">Draft Community Group Report <time class="dt-published" datetime="2015-01-31">31 January 2015</time></h2>
+  <h2 id="draft-community-group-report-22-february-2015">Draft Community Group Report <time class="dt-published" datetime="2015-02-22">22 February 2015</time></h2>
   <dl>
     
     
@@ -4514,13 +4514,6 @@
           <li><p>Remember the position of all the boxes in <var>boxes</var> as their <var>specified
           position</var>.</p></li>
 
-          <li><p>Let <var>best position</var> be null. It will hold a position for <var>boxes</var>,
-          much like <var>specified position</var> in the previous step.</p></li>
-
-          <li><p>Let <var>best position score</var> be null.</p></li>
-
-          <li><p>Let <var>switched</var> be false.</p></li>
-
           <li>
 
            <p><strong>Horizontal</strong>: Let <var>title area</var> be a box that covers all of the
@@ -4546,18 +4539,6 @@
 
           <li>
 
-           <p>If <var>best position</var> is null (i.e. this is the first run through this loop,
-           <var>switched</var> is still false, the boxes in <var>boxes</var> are at their
-           <var>specified position</var>, and <var>best position score</var> is still null), or if
-           <var>current position score</var> is a lower percentage than that in <var>best position
-           score</var>, then remember the position of all the boxes in <var>boxes</var> as their
-           <var>best position</var>, and set <var>best position score</var> to <var>current position
-           score</var>.</p>
-
-          </li>
-
-          <li>
-
            <p><strong>Horizontal</strong>: If <var>step</var> is negative and the top of the first
            line box in <var>boxes</var> is now above the top of the <var>title area</var>, or if
            <var>step</var> is positive and the bottom of the first line box in <var>boxes</var> is
@@ -4586,9 +4567,8 @@
 
           <li><p>Jump back to the step labeled <i>step loop</i>.</p></li>
 
-          <li><p><i>Switch direction</i>: If <var>switched</var> is true, then move all the boxes in
-          <var>boxes</var> back to their <var>best position</var>, and jump to the step labeled
-          <i>done positioning</i> below.</p></li>
+          <li><p><i>Switch direction</i>: If <var>switched</var> is true, then remove all the boxes
+          in <var>boxes</var>, and jump to the step labeled <i>done positioning</i> below.</p></li>
 
           <li><p>Otherwise, move all the boxes in <var>boxes</var> back to their <var>specified
           position</var> as determined in the earlier step.</p></li>
@@ -4675,11 +4655,7 @@
 
       </li>
 
-      <li><p><i>Done positioning</i>: If there are any line boxes in the (possibly now repositioned)
-      <var>boxes</var> that do not completely fit inside <var>video</var>'s rendering area, remove
-      those offending line boxes from <var>boxes</var>.</p></li>
-
-      <li><p>Return <var>boxes</var>.</p></li>
+      <li><p><i>Done positioning</i>: Return <var>boxes</var>.</p></li>
 
      </ol>
 

Received on Sunday, 22 February 2015 06:48:56 UTC