- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 12 May 2014 01:38:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv26870
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 9d930334b5e38ccf69cdc446dddd29daa06bbe87
--- /sources/public/html5/webvtt/Overview.html 2014/05/08 21:49:54 1.124
+++ /sources/public/html5/webvtt/Overview.html 2014/05/12 01:38:42 1.125
@@ -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-specification-08-may-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-05-08">08 May 2014</time></h2>
+ <h2 id="draft-community-group-specification-12-may-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-05-12">12 May 2014</time></h2>
<dl>
@@ -2160,8 +2160,7 @@
<li>
<p><i>Cue creation</i>: Let <var title="">cue</var> be a new
- <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> and initialize it with the following
- attribute values:</p>
+ <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> and initialize it as follows:</p></li>
<ol>
<li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-identifier" class="internalDFN">text track cue identifier</a> be the empty string.</p></li>
@@ -2194,7 +2193,7 @@
<li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a> be the empty string.</p></li>
</ol>
- </li>
+
<li><p>If <var title="">line</var> contains the three-character
substring "<code title="">--></code>" (U+002D HYPHEN-MINUS, U+002D
Received on Monday, 12 May 2014 01:38:43 UTC