CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv2436

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 8787b2532d0902525c2db5a8b1297c9e40809ef0

--- /sources/public/html5/webvtt/Overview.html	2014/09/02 12:24:24	1.166
+++ /sources/public/html5/webvtt/Overview.html	2014/09/08 09:27:55	1.167
@@ -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-02-september-2014">Draft Community Group Report <time class="dt-published" datetime="2014-09-02">02 September 2014</time></h2>
+  <h2 id="draft-community-group-report-08-september-2014">Draft Community Group Report <time class="dt-published" datetime="2014-09-08">08 September 2014</time></h2>
   <dl>
     
     
@@ -1198,6 +1198,10 @@
   SIGN), nor containing any U+000A LINE FEED (LF) characters or U+000D
   CARRIAGE RETURN (CR) characters.</p>
 
+  <p>A <a href="#dfn-webvtt-cue-identifier" class="internalDFN">WebVTT cue identifier</a> must be unique amongst all
+  the <a title="WebVTT cue identifier" href="#dfn-webvtt-cue-identifier" class="internalDFN">WebVTT cue identifiers</a> of all
+  <a title="WebVTT cue" href="#dfn-webvtt-cue" class="internalDFN">WebVTT cues</a> of a <a href="#dfn-webvtt-file" class="internalDFN">WebVTT file</a>.</p>
+
   <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_7"><span>Note</span></div><p class="">A <a href="#dfn-webvtt-cue-identifier" class="internalDFN">WebVTT cue identifier</a> can be used to
   reference a specific cue, for example from script or CSS.</p></div>
 
@@ -1629,7 +1633,7 @@
   <p>The <dfn id="dfn-webvtt-region-setting-list">WebVTT region setting list</dfn> of a <a href="#dfn-webvtt-region-metadata-header" class="internalDFN">WebVTT region metadata header</a> consists of zero or more of the following components, in any order, separated from each other by one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters. Each component must not be included more than once per <a href="#dfn-webvtt-region-setting-list" class="internalDFN">WebVTT region setting list</a> string.</p>
 
   <ul>
-   <li>A <a href="#dfn-webvtt-region-identifier" class="internalDFN">WebVTT region identifier</a>.</li>
+   <li>A <a href="#dfn-webvtt-region-identifier-setting" class="internalDFN">WebVTT region identifier setting</a>.</li>
    <li>A <a href="#dfn-webvtt-region-width-setting" class="internalDFN">WebVTT region width setting</a>.</li>
    <li>A <a href="#dfn-webvtt-region-lines-setting" class="internalDFN">WebVTT region lines setting</a>.</li>
    <li>A <a href="#dfn-webvtt-region-anchor-setting" class="internalDFN">WebVTT region anchor setting</a>.</li>
@@ -1643,7 +1647,7 @@
   region and the center of the video viewport. In this example, when the font size grows,
   the region grows uniformly in all directions from the center.</p></div>
 
-  <p>A <dfn id="dfn-webvtt-region-identifier">WebVTT region identifier</dfn> consists of the
+  <p>A <dfn id="dfn-webvtt-region-identifier-setting">WebVTT region identifier setting</dfn> consists of the
   following components, in the order given:</p>
   <ol>
     <li><p>The string "<code>id</code>".</p></li>
@@ -1651,8 +1655,14 @@
     <li><p>An arbitrary string of one or more characters other than U+0020 SPACE
     or U+0009 CHARACTER TABULATION character. The string must not contain the substring
     "<code>--&gt;</code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS,
-    U+003E GREATER-THAN SIGN).</p></li>
+    U+003E GREATER-THAN SIGN). The string is called the
+    <dfn id="dfn-webvtt-region-identifier">WebVTT region identifier</dfn>.</p></li>
   </ol>
+
+  <p>A <a href="#dfn-webvtt-region-identifier" class="internalDFN">WebVTT region identifier</a> must be unique amongst all
+  the <a title="WebVTT region identifier" href="#dfn-webvtt-region-identifier" class="internalDFN">WebVTT region identifiers</a> of all
+  <a title="WebVTT region" href="#dfn-webvtt-region" class="internalDFN">WebVTT regions</a> of a <a href="#dfn-webvtt-file" class="internalDFN">WebVTT file</a>.</p>
+
   <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_12"><span>Note</span></div><p class="">The <a href="#dfn-webvtt-region-identifier" class="internalDFN">WebVTT region identifier</a> gives
   a name to the region so it can be referenced by the cues that belong to the region.</p></div>
 

Received on Monday, 8 September 2014 09:27:56 UTC