- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Apr 2012 23:59:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv27487
Modified Files:
Overview.html spec.html spec.preprocessed.html
the-audio-element.html the-video-element.html
Log Message:
apply wg decision (whatwg r7060)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1771
retrieving revision 1.1772
diff -u -d -r1.1771 -r1.1772
--- Overview.html 18 Apr 2012 23:59:38 -0000 1.1771
+++ Overview.html 19 Apr 2012 23:59:05 -0000 1.1772
@@ -402,7 +402,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5628.</p>
+ This is revision 1.5629.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2012 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1914
retrieving revision 1.1915
diff -u -d -r1.1914 -r1.1915
--- spec.html 18 Apr 2012 23:59:45 -0000 1.1914
+++ spec.html 19 Apr 2012 23:59:05 -0000 1.1915
@@ -404,7 +404,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5628.</p>
+ This is revision 1.5629.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2012 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -15881,12 +15881,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" id="audio_6">audio</a></code> element <a href="http://dev.w3.org/html5/spec/media-elements.html#slaved-media-elements" title='Read about this "slaved" reference in the full HTML5 spec.' class="full-spec-link">slaved</a> to the same controller
as the <code><a href="#the-video-element" id="video_23">video</a></code> element(s), or in text form using a
- <a href="http://dev.w3.org/html5/spec/infrastructure.html#webvtt-file" class="full-spec-link" title='Read about this "WebVTT file" reference in the full HTML5 spec.'>WebVTT file</a> referenced using the <code><a href="#the-track-element" id="track_8">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" id="video_24">video</a></code> element. <a href="#refsWEBVTT">[WEBVTT]</a></p>
+
+ caption file
+ referenced using the <code><a href="#the-track-element" id="track_8">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" id="video_24">video</a></code> element.
+ </p>
<p>The <code><a href="#the-video-element" id="video_25">video</a></code> element is a <a href="#media-element" id="media-element_3">media element</a>
whose <a href="#media-data" id="media-data_0">media data</a> is ostensibly video data, possibly
@@ -16024,9 +16026,13 @@
instead of the <code><a href="#the-audio-element" id="audio_10">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" id="track_11">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" id="audio_11">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" id="audio_11">audio</a></code> element.
+ </p>
<p>The <code><a href="#the-audio-element" id="audio_12">audio</a></code> element is a <a href="#media-element" id="media-element_6">media element</a>
whose <a href="#media-data" id="media-data_1">media data</a> is ostensibly audio data.</p>
Index: the-video-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-video-element.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- the-video-element.html 18 Apr 2012 07:59:14 -0000 1.134
+++ the-video-element.html 19 Apr 2012 23:59:14 -0000 1.135
@@ -450,12 +450,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.html#the-audio-element" id="audio_6">audio</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/media-elements.html#slaved-media-elements" title='Read about this "slaved" reference in the full HTML5 spec.'>slaved</a> to the same controller
as the <code><a href="#the-video-element" id="video_23">video</a></code> element(s), or in text form using a
- <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#webvtt-file" title='Read about this "WebVTT file" reference in the full HTML5 spec.'>WebVTT file</a> referenced using the <code><a href="the-track-element.html#the-track-element" id="track_8">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" id="video_24">video</a></code> element. <a href="references.html#refsWEBVTT">[WEBVTT]</a></p>
+
+ caption file
+ referenced using the <code><a href="the-track-element.html#the-track-element" id="track_8">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" id="video_24">video</a></code> element.
+ </p>
<p>The <code><a href="#the-video-element" id="video_25">video</a></code> element is a <a href="media-elements.html#media-element" id="media-element_3">media element</a>
whose <a href="media-elements.html#media-data" id="media-data_0">media data</a> is ostensibly video data, possibly
Index: the-audio-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-audio-element.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- the-audio-element.html 18 Apr 2012 07:59:11 -0000 1.132
+++ the-audio-element.html 19 Apr 2012 23:59:14 -0000 1.133
@@ -440,9 +440,13 @@
instead of the <code><a href="#the-audio-element" id="audio_10">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.html#the-track-element" id="track_11">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" id="audio_11">audio</a></code> element. <a href="references.html#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" id="audio_11">audio</a></code> element.
+ </p>
<p>The <code><a href="#the-audio-element" id="audio_12">audio</a></code> element is a <a href="media-elements.html#media-element" id="media-element_6">media element</a>
whose <a href="media-elements.html#media-data" id="media-data_1">media data</a> is ostensibly audio data.</p>
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- spec.preprocessed.html 18 Apr 2012 23:59:51 -0000 1.753
+++ spec.preprocessed.html 19 Apr 2012 23:59:13 -0000 1.754
@@ -420,7 +420,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.5628.</p>
+ This is revision 1.5629.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2012 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -15684,12 +15684,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
@@ -15830,9 +15832,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:59:21 UTC