Fix broken links.
authorCameron McCormack <cam@mcc.id.au>
Fri, 14 Jun 2013 08:28:48 +1000
changeset 514 ec28c0ac0091
parent 513 bb1262862cd4
child 515 515c50190ff0
Fix broken links.
master/conform.html
master/interact.html
master/pservers.html
--- a/master/conform.html	Fri Jun 14 08:20:35 2013 +1000
+++ b/master/conform.html	Fri Jun 14 08:28:48 2013 +1000
@@ -33,7 +33,7 @@
 
 <p>An SVG document fragment is a <em>Conforming SVG Document Fragment</em> if
 it adheres to the specification described in this document
-(<a href="index.html">Scalable Vector Graphics (SVG) Specification</a>) and also:</p>
+(<a href="Overview.html">Scalable Vector Graphics (SVG) Specification</a>) and also:</p>
 
 <ul>
   <li>is <a href="http://www.w3.org/TR/2008/REC-xml-20081126/#sec-well-formed">XML well-formed</a>
--- a/master/interact.html	Fri Jun 14 08:20:35 2013 +1000
+++ b/master/interact.html	Fri Jun 14 08:28:48 2013 +1000
@@ -1171,12 +1171,12 @@
   <p>When an element is <i>focused</i>, key events received by the
   document must be targeted at that element. There may be no element
   focused; when no element is focused, key events received by the
-  document must be targeted at the <code><a href="#document">Document</a></code>'s root <code><a href="struct.html#SVGElement">svg</a></code> element, if
+  document must be targeted at the <code>Document</code>'s root <code><a href="struct.html#SVGElement">svg</a></code> element, if
   there is one. If there is no root element, key events must not be
   fired.</p>
 
   <p>User agents may track focus for each <a href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing
-  context</a> or <code><a href="#document">Document</a></code> individually, or may support
+  context</a> or <code>Document</code> individually, or may support
   only one focused element per <a href="http://www.w3.org/TR/html5/browsers.html#top-level-browsing-context">top-level browsing context</a>
   — user agents should follow platform conventions in this
   regard.</p>
@@ -1194,7 +1194,7 @@
   CSS <code>:focus</code> pseudo-class.</p>
 
   </div>
-<h3 id="sequential-focus-navigation-and-the-tabindex-attribute">Sequential focus navigation and the <code title="attr-tabindex"> <a href="#SVGElementTabindexAttribute">tabindex</a> </code> attribute </h3>
+<h3 id="sequential-focus-navigation-and-the-tabindex-attribute">Sequential focus navigation and the <span class="attr-name">'tabindex'</span> attribute</h3>
   
    <dt>
     <table class="propdef attrdef">
@@ -1288,7 +1288,7 @@
      to or less than zero,</li>
 
      <li>after any element whose <code><a href="#SVGElementTabindexAttribute">tabindex</a></code> attribute has a value
-     greater than zero but less than the value of the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> attribute on the
+     greater than zero but less than the value of the <code><a href="#SVGElementTabindexAttribute">tabindex</a></code> attribute on the
      element,</li>
 
      <li>after any element whose <code><a href="#SVGElementTabindexAttribute">tabindex</a></code> attribute has a value equal
@@ -1331,7 +1331,7 @@
   <p>An element is <dfn id="focusable">focusable</dfn> if the user agent's default
   behavior allows it to be focusable or if the element has its
   <a href="#specially-focusable">tabindex focus flag</a> set, but only if the element is
-  either <a href="rendering.html#being-rendered">being rendered</a> and only if
+  either <a href="#being-rendered">being rendered</a> and only if
   neither the element nor any of its ancestors are <a href="http://www.w3.org/TR/html5/editing.html#inert">inert</a>.</p>
 
   <p>User agents should make the <a href="linking.html#AElement">a</a> element <a href="#focusable">focusable</a> as part of their default behavior, unless
@@ -1342,10 +1342,10 @@
 
   <hr/><p>The <dfn id="focusing-steps">focusing steps</dfn> for an element are as follows:</p>
 
-  <ol><li><p>If the element is not <a href="infrastructure.html#in-a-document" title="in a Document">in a
+  <ol><li><p>If the element is not <a href="http://www.w3.org/TR/html5/infrastructure.html#in-a-document" title="in a Document">in a
    <code>Document</code></a>, or if the element's
-   <code><a href="dom.html#document">Document</a></code> has no <a href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing context</a>, or if
-   the element's <code><a href="dom.html#document">Document</a></code>'s <a href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing context</a>
+   <code>Document</code> has no <a href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing context</a>, or if
+   the element's <code>Document</code>'s <a href="http://www.w3.org/TR/html5/browsers.html#browsing-context">browsing context</a>
    has no <a href="http://www.w3.org/TR/html5/browsers.html#top-level-browsing-context">top-level browsing context</a>, or if the element
    is not <a href="#focusable">focusable</a>, then abort these steps.</p></li>
 
@@ -1380,12 +1380,12 @@
   the affected element only.</p>
 
   <p class="example">For example, this might happen because the
-  element is removed from its <code><a href="dom.html#document">Document</a></code>.</p>
+  element is removed from its <code>Document</code>.</p>
 
   </div>
-  <hr/><p>An element is <dfn id="being-rendered">being rendered</dfn> if it is <a href="infrastructure.html#in-a-document">in a
+  <hr/><p>An element is <dfn id="being-rendered">being rendered</dfn> if it is <a href="http://www.w3.org/TR/html5/infrastructure.html#in-a-document">in a
   <code>Document</code></a>, either its parent node is itself
-  <a href="#being-rendered">being rendered</a> or it is the <code><a href="dom.html#document">Document</a></code> node,
+  <a href="#being-rendered">being rendered</a> or it is the <code>Document</code> node,
   and it is not explicitly excluded from the rendering using either:</p>
   <ul class="brief"><li>the CSS 'display' property's 'none' value, or</li>
    <li>the 'visibility' property's 'collapse' value unless it is being treated as equivalent to the 'hidden' value, or</li>
--- a/master/pservers.html	Fri Jun 14 08:20:35 2013 +1000
+++ b/master/pservers.html	Fri Jun 14 08:28:48 2013 +1000
@@ -2141,7 +2141,7 @@
 
       <dl class="attrdef-svg2">
 
-	<dt>Value</dt>                <dd><a href="#PathData">Path data</a></dd>
+	<dt>Value</dt>                <dd><a href="paths.html#PathData">Path data</a></dd>
 	<dt><a>Lacuna value</a></dt>  <dd>An infinite line, see below</dd>
 	<dt><a>Animatable</a></dt>    <dd>yes</dd>
 
@@ -2170,7 +2170,7 @@
 
 <h4 id="HatchPathNotes">Notes on hatch paths</h4>
 
-<p>Hatch paths are defined with the same <a href="#PathData">Path
+<p>Hatch paths are defined with the same <a href="paths.html#PathData">Path
 data</a> used in the <a>'d'</a> attribute of the <a>'path'</a>
 element. The path is defined relative to the origin of each strip
 translated in the <var>x</var> direction by the <a>'offset'</a>