CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 778b966fd85caf39f88085a140f305b00d4c3c36

--- /sources/public/html5/webvtt/Overview.html	2014/06/09 05:15:08	1.146
+++ /sources/public/html5/webvtt/Overview.html	2014/06/09 09:19:34	1.147
@@ -4606,8 +4606,7 @@
 
          <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>,
-                 and <var>direction</var> is 'ltr'</dt>
+          <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-text-position" class="internalDFN">text track cue text position</a>, and let
@@ -4615,15 +4614,6 @@
            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 horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a>,
-                 and <var>direction</var> is 'rtl'</dt>
-          <dd>
-           <p>Let <var>x</var> be a percentage given by the
-           <a href="#dfn-text-track-cue-text-position" class="internalDFN">text track cue text position</a> subtracted from
-           100, 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

Received on Monday, 9 June 2014 09:19:35 UTC