Adapt external stylesheet reference
authorSilvia Pfeiffer
Thu, 30 Aug 2012 09:57:55 +1000
changeset 4 ad7451547a40
parent 3 669f6b95a488
child 5 c799d25600d5
Adapt external stylesheet reference
608toVTT/608toVTT.html
--- a/608toVTT/608toVTT.html	Tue Aug 28 00:05:24 2012 +1000
+++ b/608toVTT/608toVTT.html	Thu Aug 30 09:57:55 2012 +1000
@@ -293,7 +293,7 @@
         </p>
         <pre>
 WEBVTT
-Style: CEA608
+Stylesheet: cea608.css
 Kind: captions
 Language: en-US
 
@@ -323,7 +323,7 @@
       </p>
       <pre>
 WEBVTT
-Style: CEA608
+Stylesheet: cea608.css
 Kind: captions
 Language: en-US
 
@@ -390,7 +390,7 @@
         </p>
         <pre>
 WEBVTT
-Style: CEA608
+Stylesheet: cea608.css
 Kind: captions
 Language: en-US
 
@@ -410,7 +410,7 @@
         </p>
         <pre>
 WEBVTT
-Style: CEA608
+Stylesheet: cea608.css
 Kind: captions
 Language: en-US
 
@@ -526,7 +526,7 @@
         </p>
         <pre>
 WEBVTT
-Style: CEA608
+Stylesheet: cea608.css
 Kind: captions
 Language: en-US
 
@@ -638,6 +638,8 @@
         The following CSS style sheet is provided for rendering of WebVTT CEA-608 files in Web browsers.
       </p>
       <pre>
+cea608.css
+
 /* default values */
 video track {
   font-family: monospace;
@@ -736,6 +738,8 @@
         Additionally, this CSS style sheet is provided for CEA-708 captions:
       </p>
       <pre>
+cea708.css
+
 video track ::cue(c.mono_serif) {
   font-family:"Courier New", monospace, serif;
 }