CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 1ccb9941f259f3d91b72326d9908f8b9506fc43f

--- /sources/public/html5/webvtt/Overview.html	2014/06/18 14:06:12	1.164
+++ /sources/public/html5/webvtt/Overview.html	2014/08/29 12:19:39	1.165
@@ -271,7 +271,7 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-report-18-june-2014">Draft Community Group Report <time class="dt-published" datetime="2014-06-18">18 June 2014</time></h2>
+  <h2 id="draft-community-group-report-29-august-2014">Draft Community Group Report <time class="dt-published" datetime="2014-08-29">29 August 2014</time></h2>
   <dl>
     
     
@@ -4621,53 +4621,6 @@
 
        <ol>
 
-        <li>
-
-         <p>Set up <var>x</var> and <var>y</var> as
-         follows:</p>
-
-         <dl class="switch">
-
-          <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a></dt>
-          <dd>
-           <p>Let <var>x</var> be a percentage given by the
-           <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a>, and let
-           <var>y</var> be a percentage given by the <a href="#dfn-text-track-cue-computed-line-position" class="internalDFN">text
-           track cue computed line position</a>.</p>
-          </dd>
-
-          <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue vertical growing left writing direction" href="#dfn-text-track-cue-vertical-growing-left-writing-direction" class="internalDFN">vertical growing left</a></dt>
-          <dd>
-           <p>Let <var>x</var> be a percentage given by the
-           <a href="#dfn-text-track-cue-computed-line-position" class="internalDFN">text track cue computed line position</a> subtracted from
-           100, and let <var>y</var> be a percentage given
-           by the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a>.</p>
-          </dd>
-
-          <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue vertical growing right writing direction" href="#dfn-text-track-cue-vertical-growing-right-writing-direction" class="internalDFN">vertical growing right</a></dt>
-          <dd>
-           <p>Let <var>x</var> be a percentage given by the
-           <a href="#dfn-text-track-cue-computed-line-position" class="internalDFN">text track cue computed line position</a>, and let
-           <var>y</var> be a percentage given by the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text
-           track cue computed text position</a>.</p>
-          </dd>
-
-         </dl>
-
-        </li>
-
-        <li><p>Position the boxes in <var>boxes</var> such
-        that the point <var>x</var>% along the width of the
-        bounding box of the boxes in <var>boxes</var> is
-        <var>x</var>% of the way across the width of the
-        <var>video</var>'s rendering area, and the point
-        <var>y</var>% along the height of the bounding box
-        of the boxes in <var>boxes</var> is
-        <var>y</var>% of the way across the height of the
-        <var>video</var>'s rendering area, while maintaining the
-        relative positions of the boxes in <var>boxes</var>
-        to each other.</p></li>
-
         <li><p>If none of the boxes in <var>boxes</var>
         would overlap any of the boxes in <var>output</var>,
         and all the boxes in <var>output</var> are within

Received on Friday, 29 August 2014 12:19:40 UTC