CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv17604

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 293af879f797174ec8d9c6cb121de40036a83724

--- /sources/public/html5/webvtt/Overview.html	2014/02/27 10:39:41	1.113
+++ /sources/public/html5/webvtt/Overview.html	2014/03/02 02:06:29	1.114
@@ -271,7 +271,7 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-specification-27-february-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-02-27">27 February 2014</time></h2>
+  <h2 id="draft-community-group-specification-02-march-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-03-02">02 March 2014</time></h2>
   <dl>
     
     
@@ -1478,25 +1478,12 @@
    </li>
 
    <li>
-<!--
-    <dl class="switch">
-
-     <dt>If the start tag allows an annotation:</dt>
-
-     <dd>Optionally, a <a>WebVTT cue span start tag annotation</a>.</dd>
-
-     <dt>-->If the start tag requires an annotation:<!--</dt>
-
-     <dd>A <a>WebVTT cue span start tag annotation</a>.</dd>
-
-    </dl>
-
-    <p>A <dfn>WebVTT cue span start tag annotation</dfn> consists of-->
+    <p>If the start tag requires an annotation:
     a U+0020 SPACE character or a U+0009 CHARACTER TABULATION (tab)
     character, followed by one or more of the following components,
     the concatenation of their representations having a value that
     contains at least one character other than U+0020 SPACE and U+0009
-    CHARACTER TABULATION (tab) characters:<!--</p>-->
+    CHARACTER TABULATION (tab) characters:</p>
 
     <ul>
      <li><a href="#dfn-webvtt-cue-span-start-tag-annotation-text" class="internalDFN">WebVTT cue span start tag annotation text</a>, representing the text of the annotation.</li>
@@ -3065,12 +3052,7 @@
       processed depends on its tag name, as follows:</p>
 
       <dl>
-<!--
-       <dt>If the tag name is the empty string</dt>
-       <dd>
-        <p>Ignore the token.</p>
-       </dd>
--->
+
        <dt>If the tag name is "<code title="">c</code>"</dt>
        <dd>
         <p><a title="attach a WebVTT Internal Node
@@ -5486,7 +5468,6 @@
    <dd>No parameters</dd>
    <dt>Encoding considerations:</dt>
    <dd>8bit (always UTF-8)</dd>
-<!--ADD-TOPIC:Security-->
    <dt>Security considerations:</dt>
    <dd>
     <p>Text track files themselves pose no immediate risk unless
@@ -5497,7 +5478,6 @@
     implement these rules can result in information leakage,
     cross-site scripting attacks, and the like.</p>
    </dd>
-<!--REMOVE-TOPIC:Security-->
    <dt>Interoperability considerations:</dt>
    <dd>
     <p>Rules for processing both conforming and non-conforming content
@@ -5559,12 +5539,11 @@
   </section>
 
   <section id="references-1">
-  <!--OddPage--><h2 class="no-num" id="references" aria-level="1" role="heading"><span class="secno">9. </span>References</h2><!--REFS-->
+  <!--OddPage--><h2 class="no-num" id="references" aria-level="1" role="heading"><span class="secno">9. </span>References</h2>
 
   <p>All references are normative unless marked "Non-normative".</p>
 
   <dl>
-<!--REFERENCES ON-->
 
   <dt id="refsBCP47">[BCP47]</dt>
   <dd><cite><a href="http://www.ietf.org/rfc/bcp/bcp47.txt">Tags for Identifying Languages; Matching of Language Tags</a></cite>, A. Phillips, M. Davis. IETF.</dd>
@@ -5599,14 +5578,13 @@
   <dt id="refsSELECTORS">[SELECTORS]</dt>
   <dd><cite><a href="http://www.w3.org/TR/selectors4/">Selectors</a></cite>, E. Etemad, T. Atkins Jr. W3C.</dd>
 
-<!--REFERENCES OFF-->
   </dl>
 
   </section>
 
 
   <section id="acknowledgements">
-  <!--OddPage--><h2 class="no-num" aria-level="1" role="heading" id="h2_acknowledgements"><span class="secno">10. </span>Acknowledgements</h2> <!-- ACKS -->
+  <!--OddPage--><h2 class="no-num" aria-level="1" role="heading" id="h2_acknowledgements"><span class="secno">10. </span>Acknowledgements</h2>
 
   <p>Thanks to the SubRip community, including in particular Zuggy and ai4spam, for their work on the SubRip software program whose SRT file format was used as the basis for the WebVTT text track file format.</p>
 

Received on Sunday, 2 March 2014 02:06:30 UTC