CVS html5/webvtt

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 --&gt; 00:02.000
-<v esme="">It's a blue apple tree!
+&lt;v.first.loud Esme&gt;It's a blue apple tree!
 
 00:02.000 --&gt; 00:04.000
-<v mary="">No way!
+&lt;v Mary&gt;No way!
 
 00:04.000 --&gt; 00:06.000
-<v esme="">Hee!</v><i>laughter</i>
+&lt;v Esme&gt;Hee!&lt;/v&gt; &lt;i&gt;laughter&lt;/i&gt;
 
 00:06.000 --&gt; 00:08.000
-<v mary="">That's awesome!</v></v></v></pre>
+&lt;v.loud Mary&gt;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