- From: CVS User spfeiffe <cvsmail@w3.org>
- Date: Sun, 12 Oct 2014 02:39:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv10727
Added Files:
webvtt_1_0.html
Log Message:
Preparation for FPWD
--- /sources/public/html5/webvtt/webvtt_1_0.html 2014/10/12 02:39:13 NONE
+++ /sources/public/html5/webvtt/webvtt_1_0.html 2014/10/12 02:39:13 1.1
<!DOCTYPE html>
<html lang="en-US-x-hixie">
<head>
<title>WebVTT: The Web Video Text Tracks Format</title>
<meta charset="utf-8">
<!-- script to register bugs -->
<script src="https://dvcs.w3.org/hg/webcomponents/raw-file/tip/assets/scripts/bug-assist.js"></script>
<meta name="bug.short_desc" content="[WebVTT] ">
<meta name="bug.product" content="TextTracks CG">
<meta name="bug.component" content="WebVTT">
<style>
body {
line-height: 1.35;
}
pre {
white-space: pre-wrap;
}
pre.idl_whatwg {
border: solid 0.0625em;
background: #EEEEEE;
color: black;
padding: 0.5em 1em;
font-family: monospace, Droid Sans Fallback, sans-serif;
}
pre.idl_whatwg::before {
content: 'IDL';
font: bold 0.8em sans-serif;
padding: 0.5em;
position: absolute;
top: auto;
margin: -0.703125em 0 0 -3.75em /* 1em/0.8 + 1.5em + 0.5em*2 */;
width: 1.5em;
background: inherit;
border: 0.078125em;
border-style: solid none solid solid;
border-radius: 1em 0 0 1em;
}
.example {
padding: 0.5em;
margin: 1em 0;
position: relative;
clear: both;
border-left-width: .5em;
border-left-style: solid;
border-color: #e0cb52;
background: #fcfaee;
}
.todo {
color: #E50000;
background: white;
border: solid red;
padding: 0.5em;
margin: 1em 0;
}
.todo::before {
content: " ** ";
position: absolute;
left: 0;
width: 8em;
text-align: right;
}
table {
border-collapse: collapse;
border-style: hidden hidden none hidden;
}
table thead, table tbody {
border-bottom: solid;
}
table td, table th {
border-left: solid;
border-right: solid;
border-bottom: solid thin;
vertical-align: top;
padding: 0.2em;
}
dl.domintro {
margin: 2em 0 2em 0;
padding: 0.5em 1em 0.5em 2em;
border: none;
background: #d9e6f8;
}
dl.domintro:before {
display: table;
margin: -1em -0.5em -0.5em auto;
width: auto;
content: 'This box is non-normative. Implementation requirements are given below this box.';
color: black;
font-style: italic;
border: solid 2px;
background: white;
padding: 0 0.25em;
}
dt {
margin-top: 0.75em;
margin-bottom: 0.25em;
clear: left;
}
/* fix bug entry form styling */
#bug-assist-form {
padding: 4px;
border: 1px solid red;
background-color: rgba(255, 255, 255, 0.6);
position: fixed;
top: 1em;
right: 1em;
width: 115px;
opacity: 0.8;
text-align: right;
}
/* move respec button out of the way of the bug button */
#respec-ui{
top: 100px !important;
}
</style>
<style>/*****************************************************************
* ReSpec 3 CSS
* Robin Berjon - http://berjon.com/
*****************************************************************/
/* --- INLINES --- */
em.rfc2119 {
text-transform: lowercase;
font-variant: small-caps;
font-style: normal;
color: #900;
}
h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
border: none;
}
dfn {
font-weight: bold;
}
a.internalDFN {
color: inherit;
border-bottom: 1px solid #99c;
text-decoration: none;
}
a.externalDFN {
color: inherit;
border-bottom: 1px dotted #ccc;
text-decoration: none;
}
a.bibref {
text-decoration: none;
}
cite .bibref {
font-style: normal;
}
code {
color: #C83500;
}
/* --- TOC --- */
.toc a, .tof a {
text-decoration: none;
}
a .secno, a .figno {
color: #000;
}
ul.tof, ol.tof {
list-style: none outside none;
}
.caption {
margin-top: 0.5em;
font-style: italic;
}
/* --- TABLE --- */
table.simple {
border-spacing: 0;
border-collapse: collapse;
border-bottom: 3px solid #005a9c;
}
.simple th {
background: #005a9c;
color: #fff;
padding: 3px 5px;
text-align: left;
}
.simple th[scope="row"] {
background: inherit;
color: inherit;
border-top: 1px solid #ddd;
}
.simple td {
padding: 3px 10px;
border-top: 1px solid #ddd;
}
.simple tr:nth-child(even) {
background: #f0f6ff;
}
/* --- DL --- */
.section dd > p:first-child {
margin-top: 0;
}
.section dd > p:last-child {
margin-bottom: 0;
}
.section dd {
margin-bottom: 1em;
}
.section dl.attrs dd, .section dl.eldef dd {
margin-bottom: 0;
}
@media print {
.removeOnSave {
display: none;
}
}
</style><style>/* --- ISSUES/NOTES --- */
div.issue-title, div.note-title {
padding-right: 1em;
min-width: 7.5em;
color: #b9ab2d;
}
div.issue-title { color: #e05252; }
div.note-title { color: #2b2; }
div.issue-title span, div.note-title span {
text-transform: uppercase;
}
div.note, div.issue {
margin-top: 1em;
margin-bottom: 1em;
}
.note > p:first-child, .issue > p:first-child { margin-top: 0 }
.issue, .note {
padding: .5em;
border-left-width: .5em;
border-left-style: solid;
}
div.issue, div.note {
padding: 1em 1.2em 0.5em;
margin: 1em 0;
position: relative;
clear: both;
}
span.note, span.issue { padding: .1em .5em .15em; }
.issue {
border-color: #e05252;
background: #fbe9e9;
}
.note {
border-color: #52e052;
background: #e9fbe9;
}
</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-WD"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
<body style="" class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader">
<p>
<a href="http://www.w3.org/"><img width="72" height="48" src="https://www.w3.org/Icons/w3c_home" alt="W3C"></a>
</p>
<h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
<h2 id="w3c-first-public-working-draft-12-october-2014"><abbr title="World Wide Web Consortium">W3C</abbr> First Public Working Draft <time class="dt-published" datetime="2014-10-12">12 October 2014</time></h2>
<dl>
<dt>This version:</dt>
<dd><a class="u-url" href="http://www.w3.org/TR/2014/WD-webvtt1-20141012/">http://www.w3.org/TR/2014/WD-webvtt1-20141012/</a></dd>
<dt>Latest published version:</dt>
<dd><a href="http://www.w3.org/TR/webvtt1/">http://www.w3.org/TR/webvtt1/</a></dd>
<dt>Latest editor's draft:</dt>
<dd><a href="http://dev.w3.org/html5/webvtt/">http://dev.w3.org/html5/webvtt/</a></dd>
<dt>Editors:</dt>
<dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:silviapfeiffer1@gmail.com">Silvia Pfeiffer</a>, <a class="p-org org h-org h-card" href="http://nicta.com.au/">NICTA</a></dd>
<dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:philipj@opera.com">Philip Jägenstedt</a>, <a class="p-org org h-org h-card" href="http://www.opera.com/">Opera Software ASA</a></dd>
<dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:ian@hixie.ch">Ian Hickson</a>, <a class="p-org org h-org h-card" href="http://google.com/">Google</a> (previous editor)</dd>
</dl>
<p class="copyright">
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
2011-2014
<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 Institute of Technology">MIT</abbr></a>,
<a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
<a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>),
All Rights Reserved.
<abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
<a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
rules apply.
</p>
<hr>
</div>
<section id="abstract" class="introductory" property="dcterms:abstract" datatype=""><h2 aria-level="1" role="heading" id="h2_abstract">Abstract</h2>
<p>This is the specification of WebVTT, the Web Video Text Tracks format.</p>
<p>If you wish to make comments or file bugs regarding this document in a manner that is tracked
by the <abbr title="World Wide Web Consortium">W3C</abbr>, please submit them via <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&component=WebVTT&short_desc=%5BWebVTT%5D%20">our
public bug database</a>.</p>
</section><section id="sotd" class="introductory"><h2 aria-level="1" role="heading" id="h2_sotd">Status of This Document</h2>
<p>
<em>This section describes the status of this document at the time of its publication.
Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
http://www.w3.org/TR/.</em>
</p>
<p>This specification is being developed as a Living Specification 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/"><abbr title="World Wide Web Consortium">W3C</abbr> Timed Text Working Group</a> to be published as a <abbr title="World Wide Web Consortium">W3C</abbr>
Recommendation for reference purposes.</p>
<p>Implementors are encouraged to implement all 1.0 features before any post-1.0 features to
improve interoperability between UAs.</p>
<p>At the same time, implementors are encouraged to target the <a href="http://dev.w3.org/html5/webvtt/">Living Specification</a> to provide feedback to the
Community Group. They need to be aware, though, that it is not stable and new features not
specified in the <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation version may change in incompatible ways. </p>
<p>
This document was published by the <a href="http://www.w3.org/AudioVideo/TT/">Timed Text Community Group</a> as a First Public Working Draft.
This document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.
If you wish to make comments regarding this document, please send them to
<a href="mailto:public-tt@w3.org">public-tt@w3.org</a>
(<a href="mailto:public-tt-request@w3.org?subject=subscribe">subscribe</a>,
<a href="http://lists.w3.org/Archives/Public/public-tt/">archives</a>).
All comments are welcome.
</p>
<p>
Publication as a First Public Working Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
Membership. This is a draft document and may be updated, replaced or obsoleted by other
documents at any time. It is inappropriate to cite this document as other than work in
progress.
</p>
<p>
This document was produced by a group operating under the
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
Policy</a>.
<abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/34314/status#disclosures" rel="disclosure">public list of any patent
[5391 lines skipped]
Received on Sunday, 12 October 2014 02:39:15 UTC