- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Wed, 15 Oct 2014 11:43:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv26243
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit c6e9b4563272f68ea828b103349d85d27de459a5
--- /sources/public/html5/webvtt/Overview.html 2014/10/15 11:26:35 1.181
+++ /sources/public/html5/webvtt/Overview.html 2014/10/15 11:43:13 1.182
@@ -324,7 +324,7 @@
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
2011-2014
the Contributors to the WebVTT: The Web Video Text Tracks Format Specification, published by the
- <a href="http://www.w3.org/community/texttracks/">Text Tracks Community Group</a> under the
+ <a href="http://www.w3.org/community/texttracks/">Web Media Text Tracks Community Group</a> under the
<a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>.
A human-readable <a href="http://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available.
@@ -333,18 +333,15 @@
<hr>
</div>
<section id="abstract" class="introductory" property="dcterms:abstract" datatype=""><h2 role="heading" id="h2_abstract">Abstract</h2>
- <p>This is the specification of WebVTT, the Web Video Text Tracks format.</p>
-
- <p>This specification is being developed as a Living Standard in the <a href="http://www.w3.org/community/texttracks/">Web Media Text Tracks Community Group</a>. A
- snapshot version 1.0 of this specification is also being progressed through the <a href="http://www.w3.org/AudioVideo/TT/">W3C Timed Text Working Group</a> to be published as a W3C
- Recommendation for reference purposes.</p>
-
- <p>To email the Timed Text Working Group, add [webvtt] at the start of your email's subject.
- Implementors that target the Living Standard should provide feedback to the Community Group.</p>
+ <p>This specification defines WebVTT, the Web Video Text Tracks format. Its main use is for
+ marking up external text track resources in connection with the HTML <track> element.</p>
+ <p>WebVTT files provide captions or subtitles for video content, and also text video descriptions
+ <a href="#refsMAUR">[MAUR]</a>, chapters for content navigation, and more generally any
+ form of metadata that is time-aligned with audio or video content.</p>
</section><section id="sotd" class="introductory"><h2 role="heading" id="h2_sotd">Status of This Document</h2>
<p>
- This specification was published by the <a href="http://www.w3.org/community/texttracks/">Text Tracks Community Group</a>.
+ This specification was published by the <a href="http://www.w3.org/community/texttracks/">Web Media Text Tracks Community Group</a>.
It is not a W3C Standard nor is it on the W3C Standards Track.
Please note that under the
@@ -355,6 +352,11 @@
<a href="http://www.w3.org/community/">W3C Community and Business Groups</a>.
</p>
+ <p>Work on this specification is being undertaken both in the <a href="http://www.w3.org/community/texttracks/">Web Media Text Tracks Community Group</a> as well
+ as in the <a href="http://www.w3.org/AudioVideo/TT/">W3C Timed Text Working Group</a>. The latter
+ group works towards a W3C Recommendation for reference purposes with interoperablity
+ requirements, while the earlier is as a Living Standard that continues to evolve.</p>
+
<p>If you wish to make comments regarding this document, please send them to
<a href="mailto:public-texttracks@w3.org">public-texttracks@w3.org</a>
@@ -373,8 +375,8 @@
<p>The <dfn id="dfn-webvtt">WebVTT</dfn> (Web Video Text Tracks) format is intended for marking up external text
track resources.</p>
- <p>The main use for WebVTT files is captioning video content. Here is a sample file that captions
- an interview:</p>
+ <p>The main use for WebVTT files is captioning or subtitling video content. Here is a sample file
+ that captions an interview:</p>
<pre>WEBVTT
@@ -5667,6 +5669,10 @@
<dd><cite><a href="http://www.w3.org/html/wg/drafts/html/master/">HTML 5.1</a></cite>, R.
Berjon, T. Leithead, E. Doyle Navara, E. O'Connor, S. Pfeiffer. W3C.</dd>
+ <dt id="refsMAUR">[MAUR]</dt>
+ <dd><cite><a href="http://www.w3.org/TR/media-accessibility-reqs/">Media Accessibility User
+ Requirements</a></cite>, S. McCarron, M. Cooper, M. Sadecki (eds). W3C.</dd>
+
<dt id="refsRFC2119">[RFC2119]</dt>
<dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate
Requirement Levels</a></cite>, S. Bradner. IETF.</dd>
Received on Wednesday, 15 October 2014 11:43:14 UTC