html5/spec Overview.html,1.5628,1.5629

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25158

Modified Files:
	Overview.html 
Log Message:
apply wg decision (whatwg r7060)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5628
retrieving revision 1.5629
diff -u -d -r1.5628 -r1.5629
--- Overview.html	18 Apr 2012 23:30:30 -0000	1.5628
+++ Overview.html	19 Apr 2012 23:42:49 -0000	1.5629
@@ -25564,12 +25564,14 @@
   provided, either as a separate track embedded in the video stream,
   or a separate audio track in an <code><a href="#the-audio-element">audio</a></code> element <a href="#slaved-media-elements" title="slaved media elements">slaved</a> to the same controller
   as the <code><a href="#the-video-element">video</a></code> element(s), or in text form using a
-  <a href="#webvtt-file">WebVTT file</a> referenced using the <code><a href="#the-track-element">track</a></code>
-  element and synthesized into speech by the user agent. WebVTT can
-  also be used to provide chapter titles. For users who would rather
-  not use a media element at all, transcripts or other textual
-  alternatives can be provided by simply linking to them in the prose
-  near the <code><a href="#the-video-element">video</a></code> element. <a href="#refsWEBVTT">[WEBVTT]</a></p>
+
+  caption file
+  referenced using the <code><a href="#the-track-element">track</a></code> element and synthesized into
+  speech by the user agent. WebVTT can also be used to provide chapter
+  titles. For users who would rather not use a media element at all,
+  transcripts or other textual alternatives can be provided by simply
+  linking to them in the prose near the <code><a href="#the-video-element">video</a></code> element.
+  </p>
 
   <p>The <code><a href="#the-video-element">video</a></code> element is a <a href="#media-element">media element</a>
   whose <a href="#media-data">media data</a> is ostensibly video data, possibly
@@ -25886,9 +25888,13 @@
   instead of the <code><a href="#the-audio-element">audio</a></code> element to play the audio,
   allowing users to enable the visual alternatives. Chapter titles can
   be provided to aid navigation, using the <code><a href="#the-track-element">track</a></code> element
-  and a WebVTT file. And, naturally, transcripts or other textual
-  alternatives can be provided by simply linking to them in the prose
-  near the <code><a href="#the-audio-element">audio</a></code> element. <a href="#refsWEBVTT">[WEBVTT]</a></p>
+  and a
+
+  caption file.
+  And, naturally, transcripts or other textual alternatives can be
+  provided by simply linking to them in the prose near the
+  <code><a href="#the-audio-element">audio</a></code> element.
+  </p>
 
   <p>The <code><a href="#the-audio-element">audio</a></code> element is a <a href="#media-element">media element</a>
   whose <a href="#media-data">media data</a> is ostensibly audio data.</p>

Received on Thursday, 19 April 2012 23:42:56 UTC