CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Typos fixed for validator

--- /sources/public/html5/webvtt/Overview.html	2013/07/08 06:40:27	1.68
+++ /sources/public/html5/webvtt/Overview.html	2013/07/10 02:13:13	1.69
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html lang="en-US-x-hixie">
 <head>
-    <meta charset="ascii">
     <title>WebVTT: The Web Video Text Tracks Format</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <!-- local copy:
@@ -280,7 +279,7 @@
   </p>
   <h1 class="title" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-specification-08-july-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-07-08">08 July 2013</time></h2>
+  <h2 id="draft-community-group-specification-10-july-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-07-10">10 July 2013</time></h2>
   <dl>
     
     
@@ -838,7 +837,7 @@
   
   <p>A <dfn title="text track region" id="dfn-text-track-region">text track region</dfn> represents a subpart of the video viewport and provides a rendering area for <a title="text track cue" href="#dfn-text-track-cue" class="internalDFN">text track cues</a>.</p>
 
-  <p>Each <a tile="text track region" href="#dfn-text-track-region" class="internalDFN">text track region</a> consists of:</p>
+  <p>Each <a title="text track region" href="#dfn-text-track-region" class="internalDFN">text track region</a> consists of:</p>
 
   <dl>
 
@@ -884,9 +883,9 @@
   <p>For parsing, we also need the following:</p>
 
   <dl>
-  <dt><dfn title="text track list of regions" id="dfn-text-track-list-of-regions">A text track list of regions</dfn>
+  <dt><dfn title="text track list of regions" id="dfn-text-track-list-of-regions">A text track list of regions</dfn></dt>
 
-  </dt><dd>
+  <dd>
 
    <p>A list of zero or more <a title="text track region" href="#dfn-text-track-region" class="internalDFN">text track regions</a>.</p>
 
@@ -1689,10 +1688,10 @@
   offsets <var title="">(x1, y1)</var> and <var title="">(x2, y2)</var> respectively,</p>
 
   <ul>
-    <li>either <var title="">cue1</var> lies fully within <var title""="">cue2</var>, i.e. 
+    <li>either <var title="">cue1</var> lies fully within <var title="">cue2</var>, i.e. 
     <var title="">x1 &gt;= x2</var> and <var title="">y1 &lt;= y2</var></li>
-    <li>or <var title="">cue1</var> fully contains <var title""="">cue2</var>, i.e. 
-    <var title="">x1 &lt;= x2</var> and <var title="">y1 &gt;= y2</var></li>
+    <li>or <var title="">cue1</var> fully contains <var title="">cue2</var>, i.e. 
+    <var title="">x1 &lt;= x2</var> and <var title="">y1 &gt;= y2</var>.</li>
   </ul>
 
   <div class="example">
@@ -1999,7 +1998,7 @@
    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 titl="">cue</var>'s <a href="#dfn-text-track-cue-region-identifier" class="internalDFN">text track cue 
+   <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
@@ -2132,7 +2131,7 @@
   <ol>
     <li><p>Let <var>settings</var> be the result of <a title="split a string on spaces" href="#dfn-split-a-string-on-spaces" class="internalDFN">splitting <var>input</var> on spaces</a>.</p></li>
     
-    <li>For each token <var>setting</var> in the list <var>settings</var>, run the following substeps:<p></p>
+    <li>For each token <var>setting</var> in the list <var>settings</var>, run the following substeps:
 
       <ol>
         <li><p>If <var>setting</var> does not contain a U+003D EQUALS SIGN character (=), or if the first U+003D EQUALS SIGN character (=) in <var>setting</var> is either the first or last character of <var>setting</var>, then jump to the step labeled <i>next setting</i>.</p></li>
@@ -2145,7 +2144,7 @@
           
         <dl>
           <dt><p>If <var>name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code>id</code>"</p></dt>
-          <dd><p>Let <var>region's <a title="text track region identifier" href="#dfn-text-track-region-identifier" class="internalDFN">identifier</a> be <var>value</var>.</var></p>
+          <dd><p>Let <var>region</var>'s <a title="text track region identifier" href="#dfn-text-track-region-identifier" class="internalDFN">identifier</a> be <var>value</var>.</p>
           </dd>
 
           <dt><p>Otherwise if <var>name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code>width</code>"</p></dt>
@@ -3494,7 +3493,6 @@
   or dependent on characteristics defined above must be left at their
   initial values.</p>
 
-  
   </section>
 
   </section>
@@ -4758,7 +4756,7 @@
 
   <p>Pseudo-elements apply to elements that are matched by selectors. For the purpose of this 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>
 
-  <p clss="note">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 class="note"><div class="note-title" role="heading" aria-level="6"><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) matches any list of <a title="WebVTT region object" href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region objects</a> constructed for the <i>matched element</i>.</p>
 
@@ -5073,7 +5071,7 @@
   <ol>
    <li><p>If the given <var>region</var> is in a <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>, then remove <var>region</var> from that <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>.</p></li>
 
-   <li><p>If the method's <a href="#dfn-texttrack" class="internalDFN"><code>TextTrack</code></a> object's <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> contains a region with the same identifier as <var>region<var> replace the values of that region's <var>width</var>, <var>lines</var>, <var>anchor point</var>, <var>viewport anchor point</var> and <var>scroll</var> attributes with those of <var>region</var>.</var></var></p>
+   <li><p>If the method's <a href="#dfn-texttrack" class="internalDFN"><code>TextTrack</code></a> object's <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> contains a region with the same identifier as <var>region</var> replace the values of that region's <var>width</var>, <var>lines</var>, <var>anchor point</var>, <var>viewport anchor point</var> and <var>scroll</var> attributes with those of <var>region</var>.</p>
 
    <p>Otherwise: add <var>region</var> to the method's <code>TextTrack</code> object's <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>.</p></li>
   </ol>

Received on Wednesday, 10 July 2013 02:13:14 UTC