Improve color spec and fix pop-on captions section for 708.
--- a/608toVTT/608toVTT.html Sat Nov 10 21:17:23 2012 +1100
+++ b/608toVTT/608toVTT.html Sat Nov 10 21:27:34 2012 +1100
@@ -813,7 +813,7 @@
CEA-708 defines 64 colors based on 4 values of each of R,G and B components. This means we can map a CEA-708 color to a CSS value:
</p>
<pre>
-css-color(x) = cea708-color(x*85), x in {r,g,b}
+css-color-component(x) = cea708-color-component(x*85), x in {r,g,b}
</pre>
<p>
@@ -862,7 +862,8 @@
</pre>
<p>
- CEA-708 pop-on captions rely on a Caption Window to be defined and mapped to a WebVTT Region as described in the section on "Positioning in CEA-708". Further attributes both of the Region and the individual cue are described in section "Caption Text and Region Settings in CEA-708".
+ CEA-708 pop-on captions rely on a Caption Window to be defined and mapped to a WebVTT Region as described in the section on "Positioning in CEA-708". Further attributes of the Region are described in section "Caption Text and Region Settings in CEA-708". Pop-on captions are the typical way in which cues in Regions are displayed. Regions are not displayed when there is no text in them.
+ </p>
</section>
<section>