- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Wed, 15 Oct 2014 11:06:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv24119
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit f90aa945151fc5adad84e30b891b9d6e04aa1c92
--- /sources/public/html5/webvtt/Overview.html 2014/10/15 08:57:32 1.179
+++ /sources/public/html5/webvtt/Overview.html 2014/10/15 11:06:51 1.180
@@ -4494,38 +4494,40 @@
<li>
<p>Run the appropriate steps from the following list:</p>
- <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue horizontal
- writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a></dt>
- <dd>
- <dl class="switch">
- <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
- position middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle alignment</a></dt>
- <dd><p>Move all the boxes in <var>boxes</var> up by half of the height of <var>bounding
- box</var>.</p></dd>
+ <dl class="switch">
+ <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue
+ horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a></dt>
+ <dd>
+ <dl class="switch">
+ <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
+ position middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle alignment</a></dt>
+ <dd><p>Move all the boxes in <var>boxes</var> up by half of the height of
+ <var>bounding box</var>.</p></dd>
- <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
- position end alignment" href="#dfn-text-track-cue-text-position-end-alignment" class="internalDFN">end alignment</a></dt>
- <dd><p>Move all the boxes in <var>boxes</var> up by the height of <var>bounding
- box</var>.</p></dd>
- </dl>
- </dd>
+ <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
+ position end alignment" href="#dfn-text-track-cue-text-position-end-alignment" class="internalDFN">end alignment</a></dt>
+ <dd><p>Move all the boxes in <var>boxes</var> up by the height of <var>bounding
+ box</var>.</p></dd>
+ </dl>
+ </dd>
- <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue vertical
- growing left writing direction" href="#dfn-text-track-cue-vertical-growing-left-writing-direction" class="internalDFN">vertical growing left</a> or <a title="text track cue
- vertical growing right writing direction" href="#dfn-text-track-cue-vertical-growing-right-writing-direction" class="internalDFN">vertical growing right</a></dt>
- <dd>
- <dl class="switch">
- <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
- position middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle alignment</a></dt>
- <dd><p>Move all the boxes in <var>boxes</var> left by half of the width of
- <var>bounding box</var>.</p></dd>
+ <dt>If the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> is <a title="text track cue vertical
+ growing left writing direction" href="#dfn-text-track-cue-vertical-growing-left-writing-direction" class="internalDFN">vertical growing left</a> or <a title="text track cue
+ vertical growing right writing direction" href="#dfn-text-track-cue-vertical-growing-right-writing-direction" class="internalDFN">vertical growing right</a></dt>
+ <dd>
+ <dl class="switch">
+ <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
+ position middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle alignment</a></dt>
+ <dd><p>Move all the boxes in <var>boxes</var> left by half of the width of
+ <var>bounding box</var>.</p></dd>
- <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
- position end alignment" href="#dfn-text-track-cue-text-position-end-alignment" class="internalDFN">end alignment</a></dt>
- <dd><p>Move all the boxes in <var>boxes</var> left by the width of <var>bounding
- box</var>.</p></dd>
- </dl>
- </dd>
+ <dt>If the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> is <a title="text track cue text
+ position end alignment" href="#dfn-text-track-cue-text-position-end-alignment" class="internalDFN">end alignment</a></dt>
+ <dd><p>Move all the boxes in <var>boxes</var> left by the width of <var>bounding
+ box</var>.</p></dd>
+ </dl>
+ </dd>
+ </dl>
</li>
<li><p>If none of the boxes in <var>boxes</var> would overlap any of the boxes in
Received on Wednesday, 15 October 2014 11:06:52 UTC