CVS html5/webvtt

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

Modified Files:
	webvtt-July2013.html 
Log Message:
fixed some broken links

--- /sources/public/html5/webvtt/webvtt-July2013.html	2013/07/10 02:13:51	1.3
+++ /sources/public/html5/webvtt/webvtt-July2013.html	2013/07/10 02:35:16	1.4
@@ -2214,7 +2214,7 @@
 
    <li><p>If <var>input</var> contains any characters other than U+0025 PERCENT SIGN characters (%), U+002E DOT characters (.) and <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, then fail.</p></li>
 
-   <li><p>If <var>input</var> does not contain at least one <a href="http://www.w3.org/TR/html5/single-page.html#ascii-digits" class="externalDFN">ASCII digit</a>, then fail.</p></li>
+   <li><p>If <var>input</var> does not contain at least one <a title="ASCII digits" href="#dfn-ascii-digits" class="internalDFN">ASCII digit</a>, then fail.</p></li>
 
    <li><p>If <var>input</var> contains more than one U+002E DOT character (.), then fail.</p></li>
 
@@ -4448,7 +4448,7 @@
   Object" href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text Objects</a> must be set to
   'ruby-text'. <a href="#refsCSSRUBY">[CSSRUBY]</a></p>
 
-  <p>Every <a href="#webvtt-region-object">WebVTT region object</a> is initialised with the following CSS settings:</p>
+  <p>Every <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> is initialised with the following CSS settings:</p>
   <ul>
     <li>the 'position' property must be set to 'absolute'</li>
     <li>the 'writing-mode' property must be set to 'horizontal-tb'</li>
@@ -4478,7 +4478,7 @@
     <li>the 'width' property must be set to 'auto'</li>
     <li>the 'height' property must be set to <var>height</var></li>
     <li>the 'left' property must be set to <var>left</var></li>
-    <li>the 'text-align' property must be set as described for <a href="http://dev.w3.org/html5/webvtt/#applying-css-properties-to-webvtt-node-objects" class="externalDFN">(root) List of WebVTT Node Objects</a> not part of a region</li>
+    <li>the 'text-align' property must be set as described for the root <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">List of WebVTT Node Objects</a> not part of a region</li>
   </ul>
 
   <p>All other non-inherited properties must be set to their initial
@@ -5037,7 +5037,7 @@
   <section id="extension-of-the-texttrack-interface-for-region-support">
   <h3><span class="secno">7.2 </span>Extension of the TextTrack interface for region support</h3>
 
-  <p>The following attribute and methods are introduced into the <a href="http://www.w3.org/TR/html5/single-page.html#texttrack" class="externalDFN">TextTrack</a> object:</p>
+  <p>The following attribute and methods are introduced into the <a href="#dfn-texttrack" class="internalDFN">TextTrack</a> object:</p>
 
   <pre class="idl_whatwg">interface <a href="#dfn-texttrack" class="internalDFN">TextTrack</a> : EventTarget {
            attribute TextTrackRegionList? <a title="dom-TextTrack-regions" href="#dfn-dom-texttrack-regions" class="internalDFN">regions</a>;
@@ -5152,7 +5152,7 @@
    </dd>
 
    <dt><var title="">region</var> . <a title="dom-TextTrackRegion-scroll" href="#dfn-dom-texttrackregion-scroll" class="internalDFN">scroll</a></dt>
-   <dd><p>Returns a string representing the text track region scroll as follows:</p>
+   <dd><p>Returns a string representing the <a href="#dfn-text-track-region-scroll" class="internalDFN">text track region scroll</a> as follows:</p>
     <dl class="switch">
      <dt>If it is unset.</dt>
      <dd><p>The empty string.</p></dd>
@@ -5210,9 +5210,9 @@
     <tr> <th> <a href="#dfn-text-track-region-scroll" class="internalDFN">Text track region scroll</a> setting
          </th><th> <code id="dom-TextTrackRegion-scroll">scroll</code> value
    </th></tr></thead><tbody>
-    <tr> <td> <a href="#text-track-region-scroll-none" class="interalDFN">None</a>
+    <tr> <td> <a title="text track region scroll none" href="#dfn-text-track-region-scroll-none" class="internalDFN">None</a>
          </td><td> "<code></code>" (the empty string)
-    </td></tr><tr> <td> <a href="#text-track-region-scroll-up" class="internalDFN">"Up</a>
+    </td></tr><tr> <td> <a title="text track region scroll up" href="#dfn-text-track-region-scroll-up" class="internalDFN">Up</a>
          </td><td> "<code>up</code>"
   </td></tr></tbody></table>
 
@@ -5248,11 +5248,11 @@
    </dd>
   </dl>
 
-  <p>A <code>TextTrackRegionList</code> object represents a dynamically updating list of <a href="#text-track-region">text track regions</a> in a given order.</p>
+  <p>A <code>TextTrackRegionList</code> object represents a dynamically updating list of <a title="text track region" href="#dfn-text-track-region" class="internalDFN">text track regions</a> in a given order.</p>
 
-  <p>The <dfn title="dom-TextTrackRegionList-length" id="dfn-dom-texttrackregionlist-length"><code>length</code></dfn> attribute must return the number of <a href="#text-track-region">regions</a> in the list represented by the <code>TextTrackRegionList</code> object.</p>
+  <p>The <dfn title="dom-TextTrackRegionList-length" id="dfn-dom-texttrackregionlist-length"><code>length</code></dfn> attribute must return the number of <a title="text track region" href="#dfn-text-track-region" class="internalDFN">regions</a> in the list represented by the <code>TextTrackRegionList</code> object.</p>
 
-  <p>The <a href="#dfn-supported-property-indices" class="internalDFN">supported property indices</a> of a <code>TextTrackRegionList</code> object at any instant are the numbers from zero to the number of <a href="#text-track-region" class="internalDFN">regions</a> in the list represented by the <code>TextTrackRegionList</code> object minus one, if any. If there are no <a href="#text-track-region" class="internalDFN">regions</a> in the list, there are no <a href="#dfn-supported-property-indices" class="internalDFN">supported property indices</a>.</p>
+  <p>The <a href="#dfn-supported-property-indices" class="internalDFN">supported property indices</a> of a <code>TextTrackRegionList</code> object at any instant are the numbers from zero to the number of <a title="text track region" href="#dfn-text-track-region" class="internalDFN">regions</a> in the list represented by the <code>TextTrackRegionList</code> object minus one, if any. If there are no <a title="text track region" href="#dfn-text-track-region" class="internalDFN">regions</a> in the list, there are no <a href="#dfn-supported-property-indices" class="internalDFN">supported property indices</a>.</p>
 
   <p>To <a href="#dfn-determine-the-value-of-an-indexed-property" class="internalDFN">determine the value of an indexed property</a> for a given index <var>index</var>, the user agent must return the <var>index</var> of the <a href="#dfn-text-track-region" class="internalDFN">text track region</a> in the list represented by the <code>TextTrackRegionList</code> object.</p>
 

Received on Wednesday, 10 July 2013 02:35:17 UTC