svg2: More broken link fixes.

details:   https://svgwg.org/hg/svg2/rev/5ff7bba6305a
branches:  
changeset: 626:5ff7bba6305a
user:      Cameron McCormack <cam@mcc.id.au>
date:      Mon Feb 10 17:57:42 2014 +1100
description:
More broken link fixes.

diffstat:

 master/definitions.xml |  2 +-
 master/embedded.html   |  6 +++---
 master/painting.html   |  2 +-
 master/text.html       |  2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diffs (120 lines):

diff --git a/master/definitions.xml b/master/definitions.xml
--- a/master/definitions.xml
+++ b/master/definitions.xml
@@ -1546,17 +1546,17 @@
   <term name='InvalidAccessError' href='http://www.w3.org/TR/2014/WD-dom-20140204/#invalidaccesserror'/>
   <term name='InvalidStateError' href='http://www.w3.org/TR/2014/WD-dom-20140204/#invalidstateerror'/>
   <term name='SyntaxError' href='http://www.w3.org/TR/2014/WD-dom-20140204/#syntaxerror'/>
 
   <!-- ... Wrapped text ................................................ -->
   <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 ................................................ -->
   <symbol name='angle' href='http://www.w3.org/TR/2012/WD-css3-values-20120308/#angles'/>
   <symbol name='identifier' href='http://www.w3.org/TR/2012/WD-css3-values-20120308/#identifier'/>
   <symbol name='transform-function' href='http://dev.w3.org/csswg/css3-transforms/#transform-functions'/>
 
 </definitions>
diff --git a/master/embedded.html b/master/embedded.html
--- a/master/embedded.html
+++ b/master/embedded.html
@@ -366,17 +366,17 @@ elements within an SVG file.</p>
 </dl>
 
 </edit:with>
 
 <h2 id="CanvasElement">The <span class='element-name'>'canvas'</span> element</h2>
 <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>
 
 <p>On the other hand, <a>'x'</a>, <a>'y'</a>, <a>'width'</a> and <a>'height'</a> attributes specify the rectangular region into which the canvas object is placed considering <a>'preserveAspectRatio'</a> attribute in accordance with <a href='embedded.html#Placement'>Placement and scaling of the referenced resource</a>.</p>
 
 <p>If <a>'canvasWidth'</a> or <a>'canvasHeight'</a> are not specified, INT(<a>'width'</a>) or INT(<a>'height'</a>) are assigned to corresponding DOM attributes. In this case, if <a>'width'</a> or <a>'height'</a> is less than 1 , then the canvas object is not generated. </p>
 
 <p class="issue">Are 'canvasWidth' and 'canvasHeight' really required? They may only be the same as INT('width') and INT('height').</p>
@@ -698,29 +698,29 @@ Corresponds to attribute <a>'frameHeight
 
 </edit:with>
 
 
 <h3 id="InterfaceSVGCanvasElement">Interface SVGCanvasElement</h3>
 
 <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> {
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="embedded.html#__svg__SVGCanvasElement__x">x</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="embedded.html#__svg__SVGCanvasElement__y">y</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="embedded.html#__svg__SVGCanvasElement__width">width</a>;
   readonly attribute <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a> <a href="embedded.html#__svg__SVGCanvasElement__height">height</a>;
   readonly attribute <a class="idlinterface" href="coords.html#InterfaceSVGAnimatedPreserveAspectRatio">SVGAnimatedPreserveAspectRatio</a> <a href="embedded.html#__svg__SVGCanvasElement__preserveAspectRatio">preserveAspectRatio</a>;
   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">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
 
 <dt id="__svg__SVGCanvasElement__x" class="attribute first-child"><b>x</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface" href="types.html#InterfaceSVGAnimatedLength">SVGAnimatedLength</a>)</span></dt>
diff --git a/master/painting.html b/master/painting.html
--- a/master/painting.html
+++ b/master/painting.html
@@ -3793,17 +3793,17 @@ values are:</p>
   precision over legibility and rendering speed. This option
   will usually cause the user agent to suspend the use of
   hinting so that glyph outlines are drawn with comparable
   geometric precision to the rendering of path data.</dd>
 </dl>
 
 <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>
     <th>Name:</th>
     <td><dfn id="ImageRenderingProperty">image-rendering</dfn></td>
   </tr>
   <tr>
     <th>Value:</th>
diff --git a/master/text.html b/master/text.html
--- a/master/text.html
+++ b/master/text.html
@@ -4965,17 +4965,17 @@
   </p>
   <p class="issue">
     This property might also be useful for preformatted text.
   </p>
 
 <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">
     This property might also be useful for preformatted text.
     It is marked in the CSS spec as at risk.
   </p>
 
 <h2 id="TextLayoutPath">Text on a path</h2>

Received on Monday, 10 February 2014 07:00:38 UTC