- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Sun, 26 Jan 2014 10:08:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv19222
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 820064a75f610029dbe3c6fbe119da3c378a884f
--- /sources/public/html5/webvtt/Overview.html 2014/01/26 04:44:57 1.86
+++ /sources/public/html5/webvtt/Overview.html 2014/01/26 10:08:36 1.87
@@ -287,7 +287,7 @@
</p>
<h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1>
- <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-26T04:44:52.000Z" id="draft-community-group-specification-26-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-26">26 January 2014</time></h2>
+ <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-26T10:08:30.000Z" id="draft-community-group-specification-26-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-26">26 January 2014</time></h2>
<dl>
@@ -1300,6 +1300,18 @@
"<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS,
U+003E GREATER-THAN SIGN).</p>
+ <p>A <dfn id="dfn-webvtt-percentage-value">WebVTT percentage value</dfn> consists of the following components:</p>
+
+ <ol>
+ <li>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</li>
+ <li>Optionally:
+ <ol>
+ <li>A U+002E DOT character (.).</li>
+ <li>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</li>
+ </ol>
+ </li><li>A U+0025 PERCENT SIGN character (%).</li>
+ </ol>
+
</section><!-- end file structure -->
<section id="webvtt-comments">
@@ -1625,10 +1637,7 @@
<ol>
<li><p>The string "<code>width</code>".</p></li>
<li><p>A U+003D EQUALS SIGN character (=).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>An optional U+002E DOT character (.).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>A U+0025 PERCENT SIGN character (%).</p></li>
+ <li><p>A <a href="#dfn-webvtt-percentage-value" class="internalDFN">WebVTT percentage value</a>.</p></li>
</ol>
<div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_13"><span>Note</span></div><p class="">The <a href="#dfn-webvtt-region-width-setting" class="internalDFN">WebVTT region width setting</a> provides
a fixed width as a percentage of the video width for the region into which cues are
@@ -1650,15 +1659,9 @@
<ol>
<li><p>The string "<code>regionanchor</code>".</p></li>
<li><p>A U+003D EQUALS SIGN character (=).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>An optional U+002E DOT character (.).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>A U+0025 PERCENT SIGN character (%).</p></li>
+ <li><p>A <a href="#dfn-webvtt-percentage-value" class="internalDFN">WebVTT percentage value</a>.</p></li>
<li><p>A U+002C COMMA character (,).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>An optional U+002E DOT character (.).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>A U+0025 PERCENT SIGN character (%).</p></li>
+ <li><p>A <a href="#dfn-webvtt-percentage-value" class="internalDFN">WebVTT percentage value</a>.</p></li>
</ol>
<div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_15"><span>Note</span></div><p class="">The <a href="#dfn-webvtt-region-anchor-setting" class="internalDFN">WebVTT region anchor setting</a> provides
a tuple of two percentages that specify the point within the region box that is fixed in
@@ -1672,15 +1675,9 @@
<ol>
<li><p>The string "<code>viewportanchor</code>".</p></li>
<li><p>A U+003D EQUALS SIGN character (=).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>An optional U+002E DOT character (.).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>A U+0025 PERCENT SIGN character (%).</p></li>
+ <li><p>A <a href="#dfn-webvtt-percentage-value" class="internalDFN">WebVTT percentage value</a>.</p></li>
<li><p>A U+002C COMMA character (,).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>An optional U+002E DOT character (.).</p></li>
- <li><p>One or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>.</p></li>
- <li><p>A U+0025 PERCENT SIGN character (%).</p></li>
+ <li><p>A <a href="#dfn-webvtt-percentage-value" class="internalDFN">WebVTT percentage value</a>.</p></li>
</ol>
<div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_16"><span>Note</span></div><p class="">The <a href="#dfn-webvtt-region-viewport-anchor-setting" class="internalDFN">WebVTT region viewport
anchor setting</a> provides a tuple of two percentages that specify the point within
Received on Sunday, 26 January 2014 10:08:41 UTC