- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 09 Jun 2014 05:15:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv31237
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 5ffbc2d95b3fdcf51e535987e67f3310075c55c6
--- /sources/public/html5/webvtt/Overview.html 2014/06/09 02:31:02 1.145
+++ /sources/public/html5/webvtt/Overview.html 2014/06/09 05:15:08 1.146
@@ -4035,16 +4035,18 @@
boxes added to <var>output</var>, in <a href="#dfn-text-track-cue-order" class="internalDFN">text track
cue order</a>, run the following substeps:</p>
- <ul>
+ <ol>
+
+ <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>
+
<li>
<p>If <var>cue</var>'s <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue region</a> is null, run the following substeps:</p>
<ol>
- <li><a href="#dfn-apply-webvtt-cue-settings" class="internalDFN">Apply WebVTT cue settings</a> to calculate CSS boxes <var>boxes</var> from the
- <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT Node Objects</a> <var>nodes</var> 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>.</li>
+ <li><a href="#dfn-apply-webvtt-cue-settings" class="internalDFN">Apply WebVTT cue settings</a> to obtain CSS boxes <var>boxes</var> from
+ <var>nodes</var>.</li>
<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>
@@ -4062,9 +4064,7 @@
<li><p>If <var>region</var>'s <a href="#dfn-text-track-region-scroll" class="internalDFN">text track region scroll</a> setting is '<code>up</code>' and <var>region</var> already has one child, set <var>region</var>'s 'transition-property' to 'top' and 'transition-duration' to '0.433s'.</p></li>
- <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
+ <!-- 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
@@ -4098,7 +4098,7 @@
</ol>
</li>
- </ul>
+ </ol>
</li>
<li><p>Return <var>output</var>.</p></li>
@@ -4110,10 +4110,9 @@
the <a href="#dfn-video" class="internalDFN"><code>video</code></a>, or even off the <a href="#dfn-video" class="internalDFN"><code>video</code></a>
entirely.</p>
- <p>When the algorithm above requires that the user agent <dfn id="dfn-apply-webvtt-cue-settings">Apply WebVTT cue settings</dfn>
- to calculate CSS boxes from the <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT Node Objects</a> <var>nodes</var>
- 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>, the user agent must run the following algorithm.</p>
+ <p>When the algorithm above requires that the user agent <dfn id="dfn-apply-webvtt-cue-settings">apply WebVTT cue settings</dfn>
+ to obtain CSS boxes from a <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT Node Objects</a> <var>nodes</var>,
+ the user agent must run the following algorithm.</p>
<ol>
@@ -4696,6 +4695,8 @@
area, remove those offending line boxes from
<var>boxes</var>.</p></li>
+ <li><p>Return <var>boxes</var>.</p></li>
+
</ol>
</section>
Received on Monday, 9 June 2014 05:15:09 UTC