svg2: More broken link fixes.

details:   https://svgwg.org/hg/svg2/rev/0a94d1bc1d5e
branches:  
changeset: 628:0a94d1bc1d5e
user:      Cameron McCormack <cam@mcc.id.au>
date:      Mon Feb 10 19:10:46 2014 +1100
description:
More broken link fixes.

diffstat:

 master/definitions.xml |   2 +-
 master/embedded.html   |   2 +-
 master/text.html       |  16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (187 lines):

diff --git a/master/definitions.xml b/master/definitions.xml
--- a/master/definitions.xml
+++ b/master/definitions.xml
@@ -1117,17 +1117,17 @@
   <property name='font-size' href='text.html#FontSizeProperty'/>
   <property name='font-size-adjust' href='text.html#FontSizeAdjustProperty'/>
   <property name='font-stretch' href='text.html#FontStretchProperty'/>
   <property name='font-style' href='text.html#FontStyleProperty'/>
   <property name='font-variant' href='text.html#FontVariantProperty'/>
   <property name='font-weight' href='text.html#FontWeightProperty'/>
   <property name='glyph-orientation-horizontal' href='text.html#GlyphOrientationHorizontalProperty'/>
   <property name='glyph-orientation-vertical' href='text.html#GlyphOrientationVerticalProperty'/>
-  <property name='hanging-punctuation' href='painting.html#HangingPunctuationProperty'/>
+  <property name='hanging-punctuation' href='text.html#HangingPunctuationProperty'/>
   <property name='image-rendering' href='painting.html#ImageRenderingProperty'/>
   <property name='letter-spacing' href='text.html#LetterSpacingProperty'/>
   <property name='marker' href='painting.html#MarkerProperty'/>
   <property name='marker-end' href='painting.html#MarkerEndProperty'/>
   <property name='marker-knockout-left' href='painting.html#MarkerKnockoutLeftProperty'/>
   <property name='marker-knockout-right' href='painting.html#MarkerKnockoutRightProperty'/>
   <property name='marker-mid' href='painting.html#MarkerMidProperty'/>
   <property name='marker-pattern' href='painting.html#MarkerPatternProperty'/>
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/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>'canvas'</a> element introduces the function that is almost equivalent to <a href='http://www.w3.org/TR/html5/scripting-1.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/scripting-1.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>
diff --git a/master/text.html b/master/text.html
--- a/master/text.html
+++ b/master/text.html
@@ -3033,17 +3033,17 @@
        alt="Layout of mixed glyphs in vertical mode. All glyphs are upright."
        class="example" width="42" height="342"
        src="images/text/lf-v.png" />
     <img alt="Example of mixed Japanese and English in vertical layout. All glyphs are upright."
 	 class="example" width="38" height="340"
 	 src="images/text/GlyphOrientZero.png" />
   </p>
 
-<h4 id="GlyphOrientationVertical">The <span class="property">'glyph-orientation-horizontal'</span> property</h4>
+<h4 id="GlyphOrientationHorizontal">The <span class="property">'glyph-orientation-horizontal'</span> property</h4>
 
   <p class="issue">Reference CSS3 text? CSS3 has additional values: auto, inline.</p>
 
   <table class="propdef">
     <tr>
       <th>Name:</th>
       <td><dfn id="GlyphOrientationHorizontalProperty">glyph-orientation-horizontal</dfn></td>
     </tr>
@@ -4115,17 +4115,17 @@
     <dt id="TextBottomBaselineDefinition"><b>text-bottom</b></dt>
     <dd>
       This baseline is the same as the "text-after-edge"
       baseline in a horizontal writing-mode and is undefined in a
       vertical writing mode.
     </dd>
   </dl>
 
-<h4 id='DominantBaselineProperty'>The <a>'dominant-baseline'</a> property</h4>
+<h4 id='DominantBaseline'>The <a>'dominant-baseline'</a> property</h4>
 
   <p class="note">
     See the CSS Line Layout Module 3 specification for the definition of
     <a href="http://dev.w3.org/csswg/css-inline/#dominant-baseline-prop">'dominant-baseline'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
 
   <table class="propdef">
@@ -4339,17 +4339,17 @@
 
   <p>
     If there is no baseline table in the nominal font or if the
     baseline table lacks an entry for the desired baseline, then the
     user agent may use heuristics to determine the position of the
     desired baseline.
   </p>
 
-<h4 id='AlignmentBaselineProperty'>The <a>'alignment-baseline'</a> property</h4>
+<h4 id='AlignmentBaseline'>The <a>'alignment-baseline'</a> property</h4>
 
   <p class="note">
     See the CSS Line Layout Module 3 specification for the definition of
     <a href="http://dev.w3.org/csswg/css-inline/#alignment-baseline">'alignment-baseline'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
 
   <table class="propdef">
@@ -4457,17 +4457,17 @@
     <dd>The alignment-point of the object being aligned is
       aligned with the "hanging" baseline of the parent <a>text content element</a>.</dd>
 
     <dt><b>mathematical</b></dt>
     <dd>The alignment-point of the object being aligned is
       aligned with the "mathematical" baseline of the parent <a>text content element</a>.</dd>
   </dl>
 
-<h4 id='BaselineShiftProperty'>The <a>'baseline-shift'</a> property</h4>
+<h4 id='BaselineShift'>The <a>'baseline-shift'</a> property</h4>
 
   <p class="note">
     See the CSS Line Layout Module 3 specification for the definition of
     <a href="http://dev.w3.org/csswg/css-inline/#baseline-shift">'baseline-shift'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
 
   <table class="propdef">
@@ -4937,23 +4937,23 @@
 
 <h4 id="HyphensProperty">Hyphenation Control: the <span class="property">‘hyphens’</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/#hyphens">'hyphens'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
 
-<h4 id="WordWrapProperty">Overflow Wrapping: the <span class="property">‘word-wrap’</span> and <span class="property" id="OverflowWrapProperty">‘overflow-wrap’</span> properties</h4>
+<h4 id="WordWrapProperty">Overflow Wrapping: the <span class="property">‘word-wrap’</span> and <span class="property">‘overflow-wrap’</span> properties</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/#word-wrap">'word-wrap'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
-  <p class="note">
+  <p class="note" id="OverflowWrapProperty">
     See the CSS Text Module Level 3 specification for the definition
     of <a href="http://dev.w3.org/csswg/css-text/#overflow-wrap">'overflow-wrap'</a>.
     [<a href="refs.html#ref-CSS21">CSSXX</a>]
   </p>
 
 
 <h3 id="EdgeEffects">Edge Effects</h3>
 
@@ -4965,17 +4965,17 @@
   </p>
   <p class="issue">
     This property might also be useful for preformatted text.
   </p>
 
 <h4 id="HangingPunctuationProperty">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/#hanging-punctutation">'hanging-punctuation'</a>.
+    of <a href="http://dev.w3.org/csswg/css-text/#hanging-punctutation-property">'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>
@@ -6625,17 +6625,17 @@ style="font-weight:bold; color:green">tr
 
   <p id="GlyphRefElement">
     The <a>'glyphRef element'</a> element defines a possible glyph to
     use.
   </p>
 
   <edit:elementsummary name='glyphRef'/>
 
-<h4 id="AltGlyphAttributes">Attributes</h4>
+<h4 id="GlyphRefAttributes">Attributes</h4>
 
   <dl class="attrdef-list-svg2">
     <dt id="GlyphRefElementHrefAttribute"><span class="adef">xlink:href</span></dt>
     <dd>
       <p>
 	An <a href="linking.html#IRIReference">IRI reference</a> to
         a <a>'glyph'</a> element in an SVG document fragment. The
         referenced <a>'glyph'</a> is rendered as an alternate

Received on Monday, 10 February 2014 08:13:48 UTC