CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Some editorial changes.

--- /sources/public/html5/webvtt/Overview.html	2013/08/09 23:56:39	1.73
+++ /sources/public/html5/webvtt/Overview.html	2013/08/11 22:34:06	1.74
@@ -279,7 +279,7 @@
   </p>
   <h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-09T13:54:15.000Z" id="draft-community-group-specification-09-august-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-08-09">09 August 2013</time></h2>
+  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-10T22:04:16.000Z" id="draft-community-group-specification-11-august-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-08-11">11 August 2013</time></h2>
   <dl>
     
     
@@ -1884,9 +1884,6 @@
   <ol>
 
    <li>
-
-     <p>Let <var title="">regions</var> be a <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>.</p>
-
     <p>Let <var title="">input</var> be the string being parsed, after
     conversion to Unicode, and with the following transformations
     applied:</p>
@@ -1959,6 +1956,8 @@
 
    <!-- METADATA HEADER PARSING -->
 
+   <li><p>Let <var title="">regions</var> be a <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>.</p></li>
+
    <li><i>Metadata header loop</i>: If <var>line</var> is not the empty string, run the following substeps:
 
      <ol>
@@ -2026,40 +2025,43 @@
    -->.)</p></li>
 
    <li><p><i>Cue creation</i>: Let <var title="">cue</var> be a new
-   <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a>.</p></li>
+   <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> and initialize it with the following
+   attribute values:</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-identifier" class="internalDFN">text track cue
-   identifier</a> be the empty string.</p></li>
+    <ol>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-identifier" class="internalDFN">text track cue
+     identifier</a> be the empty string.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-pause-on-exit-flag" class="internalDFN">text track cue
-   pause-on-exit flag</a> be false.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-pause-on-exit-flag" class="internalDFN">text track cue
+     pause-on-exit flag</a> be false.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue
-   writing direction</a> be <a title="text track cue
-   horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a>.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue
+     writing direction</a> be <a title="text track cue
+     horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a>.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-region-identifier" class="internalDFN">text track cue 
-   region identifier</a> be the empty string.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-region-identifier" class="internalDFN">text track cue 
+     region identifier</a> be the empty string.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-snap-to-lines-flag" class="internalDFN">text track cue
-   snap-to-lines flag</a> be true.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-snap-to-lines-flag" class="internalDFN">text track cue
+     snap-to-lines flag</a> be true.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line
-   position</a> be <a title="text track cue automatic line
-   position" href="#dfn-text-track-cue-automatic-line-position" class="internalDFN">auto</a>.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line
+     position</a> be <a title="text track cue automatic line
+     position" href="#dfn-text-track-cue-automatic-line-position" class="internalDFN">auto</a>.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-text-position" class="internalDFN">text track cue
-   text position</a> be 50.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-text-position" class="internalDFN">text track cue
+     text position</a> be 50.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue
-   size</a> be 100.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue
+     size</a> be 100.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-alignment" class="internalDFN">text track cue
-   alignment</a> be <a title="text track cue middle
-   alignment" href="#dfn-text-track-cue-middle-alignment" class="internalDFN">middle alignment</a>.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-alignment" class="internalDFN">text track cue
+     alignment</a> be <a title="text track cue middle
+     alignment" href="#dfn-text-track-cue-middle-alignment" class="internalDFN">middle alignment</a>.</p></li>
 
-   <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue
-   text</a> be the empty string.</p></li>
+     <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue
+     text</a> be the empty string.</p></li>
+    </ol>
 
    <li><p>If <var title="">line</var> contains the three-character
    substring "<code title="">--&gt;</code>" (U+002D HYPHEN-MINUS, U+002D
@@ -3626,7 +3628,7 @@
          <ul>
            <li><p>Let <var>regionWidth</var> be the <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a>. Let <var>width</var> be '<var>regionWidth</var> vw' ('vw' is a CSS unit).<a href="#refsCSSVALUES">[CSSVALUES]</a></p></li>
 
-           <li><p>Let <var>lineHeight</var> be '0.0533vh' ('vh' is a CSS unit).<a href="#refsCSSVALUES">[CSSVALUES]</a> and <var>regionHeight</var> be the <a href="#dfn-text-track-region-lines" class="internalDFN">text track region lines</a>. Let <var>lines</var> be '<var>lineHeight</var> multiplied by <var>regionHeight</var>.</p></li>
+           <li><p>Let <var>lineHeight</var> be '0.0533vh' ('vh' is a CSS unit) <a href="#refsCSSVALUES">[CSSVALUES]</a> and <var>regionHeight</var> be the <a href="#dfn-text-track-region-lines" class="internalDFN">text track region lines</a>. Let <var>lines</var> be '<var>lineHeight</var> multiplied by <var>regionHeight</var>.</p></li>
 
            <li><p>Let <var>viewportAnchorX</var> be the x dimension of the <a href="#dfn-text-track-region-viewport-anchor" class="internalDFN">text track region viewport anchor</a> and <var>regionAnchorX</var> be the x dimension of the <a href="#dfn-text-track-region-anchor" class="internalDFN">text track region anchor</a>. Let <var>leftOffset</var> be <var>regionAnchorX</var> multiplied by <var>width</var> divided by 100.0. Let <var>left</var> be <var>leftOffset</var> subtracted from '<var>viewportAnchorX</var> vw'.</p></li>
 

Received on Sunday, 11 August 2013 22:34:07 UTC