- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 03 Mar 2014 07:41:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv13679 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 3e6625f170f8e4c44c27cefe0f8a07eb9b79dbda --- /sources/public/html5/webvtt/Overview.html 2014/03/03 07:15:11 1.118 +++ /sources/public/html5/webvtt/Overview.html 2014/03/03 07:41:38 1.119 @@ -3932,7 +3932,7 @@ <li><p>Add the CSS boxes in <var>boxes</var> to <var>region</var>.</p></li> - <li><p>If the CSS boxes <var>boxes</var> together have a height less than the height of the <var>region</var> box, let <var>diff</var> be the difference between the two height values. Increase <var>top</var> by <var>diff</var> and re-apply it to <var>regionNode</var>.</p></li> + <li><p>If the CSS boxes <var>boxes</var> together have a height less than the height of the <var>region</var> box, let <var>diff</var> be the absolute difference between the two height values. Increase <var>top</var> by <var>diff</var> and re-apply it to <var>regionNode</var>.</p></li> </ol> </li>
Received on Monday, 3 March 2014 07:41:39 UTC