Cleanup for 708.
--- 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>
<style>
::cue(#emboss) {
@@ -1270,11 +1270,11 @@
</td>
<td>
WebVTT has the <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
<v.Mary>Good morning and welcome to our company.
</pre>
</td>