svg2: More broken link fixes.

details:   https://svgwg.org/hg/svg2/rev/4b9a9deb0a55
branches:  
changeset: 629:4b9a9deb0a55
user:      Cameron McCormack <cam@mcc.id.au>
date:      Mon Feb 10 19:27:01 2014 +1100
description:
More broken link fixes.

diffstat:

 master/refs.html |  4 ++--
 master/text.html |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (48 lines):

diff --git a/master/refs.html b/master/refs.html
--- a/master/refs.html
+++ b/master/refs.html
@@ -116,20 +116,20 @@
     <br/>This edition of CSS3 Line Box is http://dev.w3.org/csswg/css3-linebox/.
     -->
     <br/>The <a href="http://dev.w3.org/csswg/css3-linebox/">latest editor's draft</a> is available at
     http://dev.w3.org/csswg/css3-linebox/.
   </dd>
 
   <dt id="ref-CSS-MASKING" class="normref">[CSS-MASKING]</dt>
   <dd>
-    <cite class="w3ced"><a href="http://dvcs.w3.org/hg/FXTF/raw-file/tip/masking/index.html">CSS Masking</a></cite>,
+    <cite class="w3ced"><a href="http://dvcs.w3.org/hg/FXTF/raw-file/tip/css-masking-1/index.html">CSS Masking</a></cite>,
     D. Schulze, T. Atkins, B. Birtles, eds.
     World Wide Web Consortium, 21 October 2012.
-    <br/>This edition of CSS Masking is the <b>Editor's Draft</b> at http://dvcs.w3.org/hg/FXTF/raw-file/tip/masking/index.html
+    <br/>This edition of CSS Masking is the <b>Editor's Draft</b> at http://dvcs.w3.org/hg/FXTF/raw-file/tip/css-masking-1/index.html
     <br/>The latest published edition of CSS Masking is not yet available.
   </dd>
 
   <dt id="ref-CSS3UI" class="normref">[CSS3UI]</dt>
   <dd>
     <cite class="w3cwd"><a href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/">CSS Basic User Interface Module Level 3 (CSS3 UI)</a></cite>,
     T. Çelik, ed.
     World Wide Web Consortium, 17 January 2012.
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="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-property">'hanging-punctuation'</a>.
+    of <a href="http://dev.w3.org/csswg/css-text/#hanging-punctuation-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>

Received on Monday, 10 February 2014 08:29:23 UTC