- From: CVS User spfeiffe <cvsmail@w3.org>
- Date: Tue, 13 Oct 2015 08:14:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/var/tmp/cvs-serv21389
Modified Files:
Overview.html
Log Message:
Add redirect to Overview.html page.
--- /sources/public/html5/webvtt/Overview.html 2015/09/22 09:44:00 1.233
+++ /sources/public/html5/webvtt/Overview.html 2015/10/13 08:14:11 1.234
@@ -1,5728 +1,4 @@
<!DOCTYPE html>
<html lang="en-US-x-hixie">
-<head>
- <title>WebVTT: The Web Video Text Tracks Format</title>
- <meta charset="utf-8">
- <meta name="revision" content="88b52cd50dc8eaafc19dd285bd4394277a31793f">
-
-
-
- <script>
- document.addEventListener("DOMContentLoaded", function() {
- var bugUi = document.getElementById("bug-ui");
- var bugLink = bugUi.getElementsByTagName("a")[0];
- if (window.respecConfig) {
- // Building with ReSpec. Forward the new bug URL from config.
- bugLink.href = respecConfig.bugTracker.new;
- } else {
- // Static spec. Set up click handler and show UI.
- bugLink.addEventListener("click", function(event) {
- var bugUrl = bugLink.href;
- var selectedText = getSelection().toString();
- if (selectedText) {
- bugUrl += "&comment=" + encodeURIComponent('"' + selectedText + '"');
- }
- open(bugUrl);
- event.preventDefault();
- }, false);
- bugUi.removeAttribute("hidden");
- }
- }, false);
- </script>
-
-
- <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;
- }
- #bug-ui {
- position: fixed;
- top: 1em;
- right: 1em;
- background: #fbe9e9;
- border-left: .5em solid #e05252;
- text-align: right;
- }
- #bug-ui p {
- margin: 1em;
- }
- #bug-ui p a {
- color: inherit;
- }
- #bug-ui button {
- background: none;
- border: none;
- cursor: pointer;
- font-family: inherit;
- font-size: inherit;
- margin: 0;
- padding: 0;
- text-decoration: underline;
- }
- </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/community/src/css/spec/cg-draft.css"><!--[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="draft-community-group-report-22-september-2015">Draft Community Group Report <time class="dt-published" datetime="2015-09-22">22 September 2015</time></h2>
- <dl>
-
-
-
- <dt>Latest editor's draft:</dt>
- <dd><a href="http://dev.w3.org/html5/webvtt/">http://dev.w3.org/html5/webvtt/</a></dd>
-
-
- <dt>Test suite:</dt>
- <dd><a href="https://github.com/w3c/web-platform-tests/tree/master/webvtt">https://github.com/w3c/web-platform-tests/tree/master/webvtt</a></dd>
-
-
-
- <dt>Bug tracker:</dt>
- <dd><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&component=WebVTT&bug_file_loc=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fwebvtt%2F">file a bug</a> (<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=TextTracks%20CG&component=WebVTT&resolution=---">open bugs</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:simonp@opera.com">Simon Pieters</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: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> (previous editor)</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://www.google.com/">Google</a> (previous editor)</dd>
-
-
-
-
-
- <dt>Version history:</dt>
-
-
-
- <dd>
- <a href="https://github.com/w3c/webvtt/commits">https://github.com/w3c/webvtt/commits</a>
- </dd>
-
-
-
-
-
-
- </dl>
-
- <p class="copyright">
- <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
- 2011-2015
- the Contributors to the WebVTT: The Web Video Text Tracks Format Specification, published by 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.
-
- </p>
- <hr>
-</div>
-
-
- <section id="abstract" class="introductory"><h2 role="heading" id="h2_abstract">Abstract</h2>
- <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
- [<cite><a class="bibref" href="#bib-MAUR">MAUR</a></cite>], 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/">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
- <a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>
- there is a limited opt-out and other conditions apply.
-
- Learn more about
- <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 interoperability
- requirements, while the former is a Draft Community Group Report 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>
- (<a href="mailto:public-texttracks-request@w3.org?subject=subscribe">subscribe</a>,
- <a href="http://lists.w3.org/Archives/Public/public-texttracks/">archives</a>).</p>
[5335 lines skipped]
Received on Tuesday, 13 October 2015 08:14:15 UTC