- From: CVS User ihickson <cvsmail@w3.org>
- Date: Mon, 19 Nov 2012 18:39:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv8087
Modified Files:
Overview.html
Log Message:
Fix some typos or copypasta. (whatwg r7511)
--- /sources/public/html5/webvtt/Overview.html 2012/11/19 18:25:48 1.52
+++ /sources/public/html5/webvtt/Overview.html 2012/11/19 18:39:18 1.53
@@ -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.52 $".substr(11);
+ var current_revision = "r" + "$Revision: 1.53 $".substr(11);
current_revision = current_revision.substr(0, current_revision.length - 2);
var last_known_revision = current_revision;
function getCookie(name) {
@@ -402,16 +402,16 @@
<pre>WEBVTT
00:00.000 --> 00:02.000
-<v esme="">It's a blue apple tree!
+<v.first.loud Esme>It's a blue apple tree!
00:02.000 --> 00:04.000
-<v mary="">No way!
+<v Mary>No way!
00:04.000 --> 00:06.000
-<v esme="">Hee!</v><i>laughter</i>
+<v Esme>Hee!</v> <i>laughter</i>
00:06.000 --> 00:08.000
-<v mary="">That's awesome!</v></v></v></pre>
+<v.loud Mary>That's awesome!</pre>
<p>Notice that as a special exception, the voice spans don't have to be closed if they cover the
entire cue text.</p>
Received on Monday, 19 November 2012 18:39:24 UTC