- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 03 Mar 2014 07:15:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv11849 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit f3b81f9f305f8b8725a6338b2590e5e6c0e2688a --- /sources/public/html5/webvtt/Overview.html 2014/03/03 03:09:48 1.117 +++ /sources/public/html5/webvtt/Overview.html 2014/03/03 07:15:11 1.118 @@ -3902,6 +3902,8 @@ <li><p>Let <var>nodes</var> be the <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT Node Objects</a> obtained by applying the <a href="#dfn-webvtt-cue-text-parsing-rules" class="internalDFN">WebVTT cue text parsing rules</a> to the <var>cue</var>'s <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a>.</p></li> + <!-- The following steps are the subpart of the "Apply WebVTT cue settings" algorithm + that applies to regions --> <li> <p>Apply the Unicode Bidirectional Algorithm's Paragraph Level steps to the concatenation of the values of each <a href="#dfn-webvtt-text-object" class="internalDFN">WebVTT Text Object</a> in <var>nodes</var>, in a pre-order, depth-first traversal, excluding <a title="WebVTT Ruby Text Object" href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text Objects</a> and their descendants, to determine the <i>paragraph embedding level</i> of the first Unicode paragraph of the cue. <a href="#refsBIDI">[BIDI]</a></p> @@ -3929,6 +3931,8 @@ <li><p>Let <var>cue</var>'s <a href="#dfn-text-track-cue-display-state" class="internalDFN">text track cue display state</a> have the CSS boxes in <var>boxes</var>.</p></li> <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> </ol> </li>
Received on Monday, 3 March 2014 07:15:12 UTC