- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 13 Oct 2014 07:27:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv641 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 0315ed0c6d3eb23904918262655e7b47ea2cda7e --- /sources/public/html5/webvtt/Overview.html 2014/10/12 19:59:03 1.173 +++ /sources/public/html5/webvtt/Overview.html 2014/10/13 07:27:37 1.174 @@ -275,7 +275,7 @@ </p> <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 id="draft-community-group-report-12-october-2014">Draft Community Group Report <time class="dt-published" datetime="2014-10-12">12 October 2014</time></h2> + <h2 id="draft-community-group-report-13-october-2014">Draft Community Group Report <time class="dt-published" datetime="2014-10-13">13 October 2014</time></h2> <dl> @@ -3969,19 +3969,17 @@ <li> <p>Adjust <var>offset</var> using the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position alignment</a> as follows:</p> - <dd> - <dl class="switch"> - <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position 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>Subtract half of <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> from - <var>offset</var>.</p></dd> - - <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position 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>Subtract <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> from - <var>offset</var>.</p></dd> - </dl> - </dd> + <dl class="switch"> + <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position 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>Subtract half of <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> from + <var>offset</var>.</p></dd> + + <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position 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>Subtract <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> from + <var>offset</var>.</p></dd> + </dl> </li> <li><p>Let <var>left</var> be '<var>offset</var> %'. ('%' is a CSS unit.) <a href="#refsCSSVALUES">[CSSVALUES]</a></p></li>
Received on Monday, 13 October 2014 07:27:38 UTC