CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 71e0e4c6849998a2c2742c1f9747ec690db1d538

--- /sources/public/html5/webvtt/Overview.html	2015/06/08 11:37:51	1.220
+++ /sources/public/html5/webvtt/Overview.html	2015/06/08 11:55:59	1.221
@@ -3,7 +3,7 @@
 <head>
   <title>WebVTT: The Web Video Text Tracks Format</title>
   <meta charset="utf-8">
-  <meta name="revision" content="69f30e71d481340fb82734ea07f341bc3fbb69ea">
+  <meta name="revision" content="71e0e4c6849998a2c2742c1f9747ec690db1d538">
   
   
   
@@ -3697,6 +3697,10 @@
    <section id="webvtt-cue-text-dom-construction-rules">
     <h3 role="heading" id="h3_webvtt-cue-text-dom-construction-rules"><span class="secno">5.5 </span><dfn id="dfn-webvtt-cue-text-dom-construction-rules">WebVTT cue text DOM construction rules</dfn></h3>
 
+    <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_30"><span>Note</span></div><p class="">For the purpose of retrieving a <a href="#dfn-webvtt-cue" class="internalDFN">WebVTT cue</a>'s content via the
+    <code>getCueAsHTML</code> method of the <code>VTTCue</code> interface, it needs to be parsed to
+    a <code>DocumentFragment</code>. This section describes how.</p></div>
+
     <p>To convert a <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT Node Objects</a> to a DOM tree for
     <a href="#dfn-document" class="internalDFN"><code>Document</code></a> <var>owner</var>, user agents must create a tree of DOM nodes that
     is isomorphous to the tree of <a title="WebVTT Node Object" href="#dfn-webvtt-node-object" class="internalDFN">WebVTT Node Objects</a>, with the
@@ -3978,7 +3982,7 @@
           depth-first traversal, excluding <a title="WebVTT Ruby Text Object" href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text
           Objects</a> and their descendants, to determine the <i>paragraph embedding level</i> of
           the first Unicode paragraph of the cue. [<cite><a class="bibref" href="#bib-BIDI">BIDI</a></cite>]</p>
-          <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_30"><span>Note</span></div><p class="">Within a cue, paragraph boundaries are only denoted by Type B characters,
+          <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_31"><span>Note</span></div><p class="">Within a cue, paragraph boundaries are only denoted by Type B characters,
           such as U+000A LINE FEED (LF), U+0085 NEXT LINE (NEL), and U+2029 PARAGRAPH SEPARATOR.
           (This means each line of the cue is reordered as if it was a separate paragraph.)</p></div>
          </li>
@@ -4061,7 +4065,7 @@
       descendants, to determine the <i>paragraph embedding level</i> of the first Unicode paragraph
       of the cue. [<cite><a class="bibref" href="#bib-BIDI">BIDI</a></cite>]</p>
 
-      <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_31"><span>Note</span></div><p class="">Within a cue, paragraph boundaries are only denoted by Type B characters, such
+      <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_32"><span>Note</span></div><p class="">Within a cue, paragraph boundaries are only denoted by Type B characters, such
       as U+000A LINE FEED (LF), U+0085 NEXT LINE (NEL), and U+2029 PARAGRAPH SEPARATOR. (This means
       each line of the cue is reordered as if it was a separate paragraph.)</p></div>
 
@@ -4235,7 +4239,7 @@
 
       </dl>
 
-      <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_32"><span>Note</span></div><p class="">These are not final positions, they are merely temporary positions used to
+      <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_33"><span>Note</span></div><p class="">These are not final positions, they are merely temporary positions used to
       calculate box dimensions below.</p></div>
 
      </li>
@@ -4796,7 +4800,7 @@
     following sections affect the styling of parts of <a title="WebVTT cue" href="#dfn-webvtt-cue" class="internalDFN">WebVTT cues</a> that are
     being rendered for the <i>matched element</i>.</p>
 
-    <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_33"><span>Note</span></div><p class="">If the <i>matched element</i> is not a <a href="#dfn-video" class="internalDFN"><code>video</code></a> element, the
+    <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_34"><span>Note</span></div><p class="">If the <i>matched element</i> is not a <a href="#dfn-video" class="internalDFN"><code>video</code></a> element, the
     pseudo-elements defined below won't have any effect according to this specification.</p></div>
 
     <p>A CSS user agent that implements the <a title="text track" href="#dfn-text-track" class="internalDFN">text tracks</a> model must
@@ -5002,7 +5006,7 @@
      section, that element is the matched element. The pseudo-element defined below affects the
      styling of text track regions that are being rendered for the matched element.</p>
 
-     <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_34"><span>Note</span></div><p class="">If the matched element is not a video element, the pseudo-element defined below
+     <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_35"><span>Note</span></div><p class="">If the matched element is not a video element, the pseudo-element defined below
      won't have any effect according to this specification.</p></div>
 
      <p>The '<dfn title="pseudo-region" id="dfn-pseudo-region">::cue-region</dfn>' pseudo-element (with no argument)
@@ -5657,7 +5661,7 @@
          <li> 57 45 42 56 54 54 09 </li>
          <li> 57 45 42 56 54 54 EOF </li>
         </ul>
-        <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_35"><span>Note</span></div><p class="">(An optional UTF-8 BOM, the ASCII string "<code>WEBVTT</code>", and finally
+        <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_36"><span>Note</span></div><p class="">(An optional UTF-8 BOM, the ASCII string "<code>WEBVTT</code>", and finally
         a space, tab, line break, or the end of the file.)</p></div>
        </dd>
        <dt>File extension(s):</dt>

Received on Monday, 8 June 2015 11:56:02 UTC