- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Sat, 28 Feb 2015 06:16:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv12936
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 91686e9444bc5749e9073e5f9c01444a0cac9e54
--- /sources/public/html5/webvtt/Overview.html 2015/02/26 12:14:06 1.208
+++ /sources/public/html5/webvtt/Overview.html 2015/02/28 06:16:06 1.209
@@ -3,7 +3,7 @@
<head>
<title>WebVTT: The Web Video Text Tracks Format</title>
<meta charset="utf-8">
- <meta name="revision" content="f2fb7f3bce5d30e750dbce5461fd905f3ff69e87">
+ <meta name="revision" content="91686e9444bc5749e9073e5f9c01444a0cac9e54">
@@ -305,7 +305,7 @@
</p>
<h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
- <h2 id="draft-community-group-report-26-february-2015">Draft Community Group Report <time class="dt-published" datetime="2015-02-26">26 February 2015</time></h2>
+ <h2 id="draft-community-group-report-28-february-2015">Draft Community Group Report <time class="dt-published" datetime="2015-02-28">28 February 2015</time></h2>
<dl>
@@ -1011,8 +1011,9 @@
box" href="#dfn-text-track-cue-box" class="internalDFN">cue box</a> as a percentage value or the special value <dfn title="text track cue
automatic text position" id="dfn-text-track-cue-automatic-text-position">auto</dfn>, which means the position is to depend on the <a title="text track cue text alignment" href="#dfn-text-track-cue-text-alignment" class="internalDFN">text alignment</a> of the cue.</p>
- <p>If the cue is not within a region, the percentage value is to be interpreted as a
- percentage of the video dimensions, otherwise as a percentage of the region dimensions.</p>
+ <p>If the cue is not within a <a title="text track region" href="#dfn-text-track-region" class="internalDFN">region</a>, the percentage value is
+ to be interpreted as a percentage of the video dimensions, otherwise as a percentage of the
+ region dimensions.</p>
<p>A <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> has a <dfn id="dfn-text-track-cue-computed-text-position">text track cue computed text position</dfn> whose value
is that returned by the following algorithm, which is defined in terms of the other aspects of
Received on Saturday, 28 February 2015 06:16:08 UTC