Fix some more broken links.
authorSilvia Pfeiffer
Wed, 10 Jul 2013 12:32:17 +1000
changeset 126 535429e2bead
parent 125 06ef9cb8e823
child 127 9d03ef87f91c
Fix some more broken links.
webvtt/webvtt.html
--- a/webvtt/webvtt.html	Wed Jul 10 12:29:13 2013 +1000
+++ b/webvtt/webvtt.html	Wed Jul 10 12:32:17 2013 +1000
@@ -4556,7 +4556,7 @@
   Object">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>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>
@@ -5380,7 +5380,7 @@
 
   <p>The <dfn title="dom-TextTrackRegionList-length"><code>length</code></dfn> attribute must return the number of <a title="text track region">regions</a> in the list represented by the <code>TextTrackRegionList</code> object.</p>
 
-  <p>The <a>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 title="text track region" class="internalDFN">regions</a> in the list, there are no <a>supported property indices</a>.</p>
+  <p>The <a>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">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">regions</a> in the list, there are no <a>supported property indices</a>.</p>
 
   <p>To <a>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>text track region</a> in the list represented by the <code>TextTrackRegionList</code> object.</p>