Simplify.
authorSilvia Pfeiffer
Sat, 10 Nov 2012 21:15:51 +1100
changeset 36 9f248c5d7141
parent 35 1d91aef4ecff
child 37 cf99f41f3262
Simplify.
608toVTT/608toVTT.html
--- a/608toVTT/608toVTT.html	Sat Nov 10 21:10:24 2012 +1100
+++ b/608toVTT/608toVTT.html	Sat Nov 10 21:15:51 2012 +1100
@@ -810,7 +810,7 @@
 
         <h3>64 colors in use by CEA-708</h3>
         <p>
-          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 by using on 0, 85, 170 and 255 as values in the three components:
+          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(r,g,b) = cea708-color(r*85,g*85,b*85)