- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Tue, 10 Jun 2014 13:20:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv31753
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 0ece0845a13641c8ccf2cdec6521a1ec22971baf
--- /sources/public/html5/webvtt/Overview.html 2014/06/10 13:19:42 1.157
+++ /sources/public/html5/webvtt/Overview.html 2014/06/10 13:20:52 1.158
@@ -4691,15 +4691,14 @@
<li>the 'direction' property must be set to <var>direction</var></li>
<li>the 'writing-mode' property must be set to <var>writing-mode</var></li>
<li>the 'top' property must be set to <var>top</var></li>
- <li>the 'left' property must be set to <var>left</var>, if <var>left</var> has a value</li>
- <li>the 'right' property must be set to <var>right</var>, if <var>right</var> has a value</li>
+ <li>the 'left' property must be set to <var>left</var></li>
<li>the 'width' property must be set to <var>width</var></li>
<li>the 'height' property must be set to <var>height</var></li>
</ul>
<p>The variables <var>direction</var>,
<var>writing-mode</var>, <var>top</var>,
- <var>left</var>, <var>right</var>, <var>width</var>, and
+ <var>left</var>, <var>width</var>, and
<var>height</var> are the values with those names determined by
the <a href="#dfn-rules-for-updating-the-display-of-webvtt-text-tracks" class="internalDFN">rules for updating the display of WebVTT text
tracks</a> for the <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> from whose <a title="text track cue text" href="#dfn-text-track-cue-text" class="internalDFN">text</a> the <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT
@@ -4785,7 +4784,6 @@
<li>the 'min-height' property must be set to '0px'</li>
<li>the 'max-height' property must be set to <var>height</var></li>
<li>the 'left' property must be set to <var>left</var></li>
- <li>the 'right' property must be set to <var>right</var></li>
<li>the 'top' property must be set to <var>top</var></li>
<li>the 'display' property must be set to 'inline-flex'</li>
<li>the 'flex-flow' property must be set to 'column'</li>
Received on Tuesday, 10 June 2014 13:20:53 UTC