- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 18 Dec 2012 18:55:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv25160
Modified Files:
Overview.html
Log Message:
Make Ms2ger happier. (whatwg r7591)
--- /sources/public/html5/webvtt/Overview.html 2012/11/24 04:52:08 1.58
+++ /sources/public/html5/webvtt/Overview.html 2012/12/18 18:55:56 1.59
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang=en-US-x-hixie><meta charset=ascii><title>WebVTT Standard</title><script>
var loadTimer = new Date();
- var current_revision = "r" + "$Revision: 1.58 $".substr(11);
+ var current_revision = "r" + "$Revision: 1.59 $".substr(11);
current_revision = current_revision.substr(0, current_revision.length - 2);
var last_known_revision = current_revision;
function getCookie(name) {
@@ -122,7 +122,7 @@
<header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
<hgroup><h1 class="no-num no-toc">WebVTT</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 24 November 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 18 December 2012</h2>
</hgroup><dl><dt>Latest version:</dt>
<dd><a href=http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
<dt>Participate:</dt>
@@ -506,7 +506,7 @@
line, the second one to terminate the header block: in the future,
we can add a metadata block before the first blank line -->
- <li>Zero or more <a href=#webvtt-cue title="WebVTT cue">WebVTT cues</a> and/or <a href=#webvtt-comment title="WebVTT
+ <li>Zero or more <a href=#webvtt-cue title="WebVTT cue">WebVTT cues</a> and <a href=#webvtt-comment title="WebVTT
comment">WebVTT comments</a> separated from each other by two or more <a href=#webvtt-line-terminator title="WebVTT
line terminator">WebVTT line terminators</a>.</li>
Received on Tuesday, 18 December 2012 18:55:57 UTC