Cleanup for 708.
authorSilvia Pfeiffer
Mon, 12 Nov 2012 20:33:08 +1100
changeset 43 ec6a0ac42bb9
parent 42 319888553ad6
child 44 15c5cb4ace8a
Cleanup for 708.
608toVTT/608toVTT.html
--- a/608toVTT/608toVTT.html	Mon Nov 12 20:13:45 2012 +1100
+++ b/608toVTT/608toVTT.html	Mon Nov 12 20:33:08 2012 +1100
@@ -1240,7 +1240,7 @@
               Depressed, raised edges.<br>
             </td>
             <td>
-              For HTML pages, all of these have attributes in CSS. For example:<br>
+              For HTML pages, these may have attributes in CSS. For example:<br>
               <pre>
 &lt;style>
   ::cue(#emboss) {
@@ -1270,11 +1270,11 @@
             </td>
             <td>
               WebVTT has the &lt;v> voice spans which allow association of a text type name with a span of text.<br>
-              For example:<br>
+              For example to associate a speaker with a caption text segment, use the v tag:<br>
               <pre>
 WEBVTT
 
-0 - 15
+00:00:00.000 - 00:00:15.000
 &lt;v.Mary>Good morning and welcome to our company.
               </pre>
             </td>