CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 436e5f127dc4a9df69ffc9244506ee6b435bf695

--- /sources/public/html5/webvtt/Overview.html	2014/05/12 01:53:40	1.128
+++ /sources/public/html5/webvtt/Overview.html	2014/05/12 08:47:08	1.129
@@ -3830,7 +3830,7 @@
          <ul>
            <li><p>Let <var>regionWidth</var> be the <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a>. Let <var>width</var> be '<var>regionWidth</var> vw' ('vw' is a CSS unit).<a href="#refsCSSVALUES">[CSSVALUES]</a></p></li>
 
-           <li><p>Let <var>lineHeight</var> be '0.0533vh' ('vh' is a CSS unit) <a href="#refsCSSVALUES">[CSSVALUES]</a> and <var>regionHeight</var> be the <a href="#dfn-text-track-region-lines" class="internalDFN">text track region lines</a>. Let <var>lines</var> be '<var>lineHeight</var> multiplied by <var>regionHeight</var>.</p></li>
+           <li><p>Let <var>lineHeight</var> be '5.33vh' ('vh' is a CSS unit) <a href="#refsCSSVALUES">[CSSVALUES]</a> and <var>regionHeight</var> be the <a href="#dfn-text-track-region-lines" class="internalDFN">text track region lines</a>. Let <var>lines</var> be '<var>lineHeight</var> multiplied by <var>regionHeight</var>.</p></li>
 
            <li><p>Let <var>viewportAnchorX</var> be the x dimension of the <a href="#dfn-text-track-region-viewport-anchor" class="internalDFN">text track region viewport anchor</a> and <var>regionAnchorX</var> be the x dimension of the <a href="#dfn-text-track-region-anchor" class="internalDFN">text track region anchor</a>. Let <var>leftOffset</var> be <var>regionAnchorX</var> multiplied by <var>width</var> divided by 100.0. Let <var>left</var> be <var>leftOffset</var> subtracted from '<var>viewportAnchorX</var> vw'.</p></li>
 
@@ -4613,8 +4613,8 @@
     <li>the 'background' shorthand property must be set to 'rgba(0,0,0,0.8)'</li>
     <li>the 'word-wrap' property must be set to 'break-word'</li>
     <li>the 'overflow-wrap' property must be set to 'break-word'</li>
-    <li>the 'font' shorthand property must be set to '(0.0533/1.3)vh sans-serif'</li>
-    <li>the 'line-height' shorthand property must be set to '0.0533vh'</li>
+    <li>the 'font' shorthand property must be set to 'calc(5.33vh/1.3) sans-serif'</li>
+    <li>the 'line-height' shorthand property must be set to '5.33vh'</li>
     <li>the 'color' property must be set to 'rgba(255,255,255,1)'</li>
     <li>the 'overflow' property must be set to 'hidden'</li>
     <li>the 'width' property must be set to <var>width</var></li>

Received on Monday, 12 May 2014 08:47:09 UTC