Adding feedback from Michael Borthwick.
http://lists.w3.org/Archives/Public/public-texttracks/2014Mar/0031.html
--- a/608toVTT/608toVTT.html Mon Jan 20 17:06:40 2014 +1100
+++ b/608toVTT/608toVTT.html Tue Apr 08 13:02:38 2014 +1000
@@ -836,7 +836,7 @@
</pre>
<p>
- CEA-708 also defines 8 named colors: black, white, red, green, blue, yellow, magenta, cyan. They map to CSS colors of the same name.
+ CEA-708 also defines 8 named colors: black, white, red, green, blue, yellow, magenta, cyan. They map to appropriate CSS colors.
</p>
</section>
@@ -1512,7 +1512,7 @@
color: red;
}
::cue(c.green) {
- color: green;
+ color: lime;
}
::cue(c.blue) {
color: blue;
@@ -1541,7 +1541,7 @@
background-color: white;
}
::cue(c.bg_green) {
- background-color: green;
+ background-color: lime;
}
::cue(c.bg_blue) {
background-color: blue;
@@ -1566,7 +1566,7 @@
background-color: rgba(255, 255, 255, 0.5);
}
::cue(c.bg_green.bg_semi-transparent) {
- background-color: rgba(0, 128, 0, 0.5);
+ background-color: rgba(0, 256, 0, 0.5);
}
::cue(c.bg_blue.bg_semi-transparent) {
background-color: rgba(0, 0, 255, 0.5);
@@ -1638,6 +1638,7 @@
<li>David Singer, Apple</li>
<li>Christian Vogler, Gallaudet University</li>
<li>David Ronca, Netflix</li>
+ <li>Michael Borthwick</li>
</ul>
</body>
</html>