- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Wed, 18 Jun 2014 14:06:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv25961 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 20293210088913e157eab42c23364847c2a22d2e --- /sources/public/html5/webvtt/Overview.html 2014/06/12 13:32:01 1.163 +++ /sources/public/html5/webvtt/Overview.html 2014/06/18 14:06:12 1.164 @@ -271,7 +271,7 @@ </p> <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 id="draft-community-group-report-12-june-2014">Draft Community Group Report <time class="dt-published" datetime="2014-06-12">12 June 2014</time></h2> + <h2 id="draft-community-group-report-18-june-2014">Draft Community Group Report <time class="dt-published" datetime="2014-06-18">18 June 2014</time></h2> <dl> @@ -4131,7 +4131,44 @@ direction" href="#dfn-text-track-cue-vertical-growing-right-writing-direction" class="internalDFN">vertical growing right</a>; let <var>writing-mode</var> be 'vertical-lr'.</p></li> - <li><p>Let <var>size</var> be <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a>.</p></li> + <li> + + <p>Determine the value of <var>maximum size</var> for + <var>cue</var> as per the appropriate rules from the + following list:</p> + + <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 start alignment" href="#dfn-text-track-cue-text-position-start-alignment" class="internalDFN">start</a></dt> + <dd> + <p>Let <var>maximum size</var> be the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a> subtracted from 100.</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</a></dt> + <dd> + <p>Let <var>maximum size</var> be the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a>.</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 middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle</a>, + and the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a> is less than or equal to 50</dt> + <dd> + <p>Let <var>maximum size</var> be the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a> multiplied by two.</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 middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle</a>, + and the <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a> is greater than <!-- or equal to --> 50</dt> + <dd> + <p>Let <var>maximum size</var> be the result of subtracting <a href="#dfn-text-track-cue-computed-text-position" class="internalDFN">text track cue computed text position</a> from 100 and then multiplying the result by two.</p> + </dd> + + </dl> + + </li> + + <li><p>If the <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a> is less than + <var>maximum size</var>, then let <var>size</var> be + <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a>. Otherwise, let + <var>size</var> be <var>maximum size</var>.</p></li> <li><p>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
Received on Wednesday, 18 June 2014 14:06:13 UTC