More broken link fixes.
authorCameron McCormack <cam@mcc.id.au>
Mon, 10 Feb 2014 17:57:42 +1100
changeset 626 5ff7bba6305a
parent 625 b536c38097e0
child 627 51ddab8ecef0
More broken link fixes.
master/definitions.xml
master/embedded.html
master/painting.html
master/text.html
--- a/master/definitions.xml	Mon Feb 10 17:47:28 2014 +1100
+++ b/master/definitions.xml	Mon Feb 10 17:57:42 2014 +1100
@@ -1551,7 +1551,7 @@
   <term name='content area'     href='text.html#TextLayoutContentArea'/>
   <term name='wrapping context' href='text.html#TextLayoutWrappingArea'/>
   <term name='wrapping area'    href='text.html#TextLayoutWrappingArea'/>
-  <term name='CSS basic shape'  href='http://dev.w3.org/csswg/css-shapes/#basic-shapes-from-svg-syntax'/>
+  <term name='CSS basic shape'  href='http://dev.w3.org/csswg/css-shapes/#basic-shape-functions'/>
   <term name="forced line break" href="http://dev.w3.org/csswg/css-text/#forced-line-break"/>
 
   <!-- ... grammar symbols ................................................ -->
--- a/master/embedded.html	Mon Feb 10 17:47:28 2014 +1100
+++ b/master/embedded.html	Mon Feb 10 17:57:42 2014 +1100
@@ -371,7 +371,7 @@
 <edit:with element='canvas'>
 <edit:elementsummary name='canvas'/>
 
-<p>The <a>'canvas'</a> element introduces the function that is almost equivalent to <a href='http://www.w3.org/TR/html5/embedded-content-0.html#the-canvas-element'>'canvas' element of html5.0</a> into svg. Except for any SVG-specific rules explicitly mentioned in this specification, the normative definition for this element is the <a href='http://www.w3.org/TR/html5/embedded-content-0.html#the-canvas-element'>'canvas' element of html5.0.</a> </p>
+<p>The <a>'canvas'</a> element introduces the function that is almost equivalent to <a href='http://www.w3.org/TR/html5/scripting-1#the-canvas-element'>'canvas' element of html5.0</a> into svg. Except for any SVG-specific rules explicitly mentioned in this specification, the normative definition for this element is the <a href='http://www.w3.org/TR/html5/embedded-content-0.html#the-canvas-element'>'canvas' element of html5.0.</a> </p>
 
 <p>The <a>'canvasWidth'</a> and <a>'canvasHeight'</a> specifies the natural size(dimension) of canvas object in non negative integer. Therefore it corresponds to html:canvas's 'width' and 'height'. (See also <a href='http://dev.w3.org/csswg/css-images/#sizing'>CSS Image Values and Replaced Content Module Level 4 #sizing</a>)</p>
 
@@ -703,7 +703,7 @@
 
 <edit:with element='canvas'>
 
-<p>The <a>SVGCanvasElement</a> interface corresponds to the <a>'canvas'</a> element. This interface introduces the function that is almost equivalent to <a href="http://www.w3.org/TR/html5/embedded-content-0.html#htmlcanvaselement">'HTMLCanvasElement'</a> interface of html5.0 into svg.</p>
+<p>The <a>SVGCanvasElement</a> interface corresponds to the <a>'canvas'</a> element. This interface introduces the function that is almost equivalent to <a href="http://www.w3.org/TR/html5/scripting-1.html#htmlcanvaselement">'HTMLCanvasElement'</a> interface of html5.0 into svg.</p>
 
 
 <pre class="idl">interface <b>SVGCanvasElement</b> : <a>SVGGraphicsElement</a> {
@@ -715,7 +715,7 @@
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="embedded.html#__svg__SVGCanvasElement__canvasWidth">canvasWidth</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="embedded.html#__svg__SVGCanvasElement__canvasHeight">canvasHeight</a>;
 };
-<a>SVGCanvasElement</a> implements <a href="http://www.w3.org/TR/html5/embedded-content-0.html#htmlcanvaselement">HTMLCanvasElement</a>;
+<a>SVGCanvasElement</a> implements <a href="http://www.w3.org/TR/html5/scripting-1.html#htmlcanvaselement">HTMLCanvasElement</a>;
 </pre>
 
 <dl class="interface">
--- a/master/painting.html	Mon Feb 10 17:47:28 2014 +1100
+++ b/master/painting.html	Mon Feb 10 17:57:42 2014 +1100
@@ -3798,7 +3798,7 @@
 
 <h3 id="ImageRendering">The <span class="property">'image-rendering'</span> property</h3>
 
-<p class="note">The <a href="http://dev.w3.org/csswg/css-images/#image-rendering">CSS Image Values and Replacement Conent Module Level 4</a> may in the future redefine this property. In particular it should allow the choice between smoothing and keeping a pixelated look when upscaling.</p>
+<p class="note">The <a href="http://dev.w3.org/csswg/css-images/#the-image-rendering">CSS Image Values and Replacement Conent Module Level 4</a> may in the future redefine this property. In particular it should allow the choice between smoothing and keeping a pixelated look when upscaling.</p>
 
 <table class="propdef">
   <tr>
--- a/master/text.html	Mon Feb 10 17:47:28 2014 +1100
+++ b/master/text.html	Mon Feb 10 17:57:42 2014 +1100
@@ -4970,7 +4970,7 @@
 <h4 id="HangngPunctuationProperty">Hanging Punctuation: the <span class="property">‘hanging-punctuation’</span> property</h4>
   <p class="note">
     See the CSS Text Module Level 3 specification for the definition
-    of <a href="http://dev.w3.org/csswg/css-text/#hangin-punctutation">'hanging-punctuation'</a>.
+    of <a href="http://dev.w3.org/csswg/css-text/#hanging-punctutation">'hanging-punctuation'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
   <p class="issue">