Fix broken links.
authorCameron McCormack <cam@mcc.id.au>
Mon, 20 Aug 2012 10:50:30 +1000
changeset 289 d6e03a9d891b
parent 288 7d314e7190cb
child 290 fa49351fc52c
Fix broken links.
master/changes.html
master/refs.html
master/struct.html
--- a/master/changes.html	Mon Aug 20 10:39:36 2012 +1000
+++ b/master/changes.html	Mon Aug 20 10:50:30 2012 +1000
@@ -194,6 +194,8 @@
 
   <li>Changed normative reference from DOM Level 2 Core to DOM4.</li>
 
+  <li>Changed informative reference to SMIL 3 to be normative.</li>
+
   <li>Added normative references to CSS3 Color, CSS3 Fonts, CSS3 Transforms, CSS3 UI, CSS4 Images, Filter Effects, WOFF, Web IDL.</li>
 
   <li>Added informative references to CSS 3 Transitions and Animations.</li>
--- a/master/refs.html	Mon Aug 20 10:39:36 2012 +1000
+++ b/master/refs.html	Mon Aug 20 10:50:30 2012 +1000
@@ -326,6 +326,14 @@
     <br/>Available at http://www.ietf.org/rfc/rfc4329.txt.
   </dd>
 
+  <dt id="ref-SMIL" class="informref">[SMIL]</dt>
+  <dd>
+    <cite class="w3crec"><a href="http://www.w3.org/TR/2008/REC-SMIL3-20081201/">Synchronized Multimedia Integration Language (SMIL 3.0)</a></cite>,
+    D. Bulterman <em>et al.</em>, eds.  01 December 2008.
+    <br/>This edition of SMIL is http://www.w3.org/TR/2008/REC-SMIL3-20081201/.
+    <br/>The <a href="http://www.w3.org/TR/smil/">latest edition of SMIL</a> is available at http://www.w3.org/TR/smil/.
+  </dd>
+
   <dt id="ref-SMILANIM" class="normref">[SMILANIM]</dt>
   <dd>
     <cite class="w3crec"><a href="http://www.w3.org/TR/2001/REC-smil-animation-20010904/">SMIL Animation</a></cite>,
@@ -603,14 +611,6 @@
     http://www.w3.org/TR/SVGCompositing/.
   </dd>
 
-  <dt id="ref-SMIL" class="informref">[SMIL]</dt>
-  <dd>
-    <cite class="w3crec"><a href="http://www.w3.org/TR/2008/REC-SMIL3-20081201/">Synchronized Multimedia Integration Language (SMIL 3.0)</a></cite>,
-    D. Bulterman <em>et al.</em>, eds.  01 December 2008.
-    <br/>This edition of SMIL is http://www.w3.org/TR/2008/REC-SMIL3-20081201/.
-    <br/>The <a href="http://www.w3.org/TR/smil/">latest edition of SMIL</a> is available at http://www.w3.org/TR/smil/.
-  </dd>
-
   <dt id="ref-SVG10" class="informref">[SVG10]</dt>
   <dd>
     <cite class="w3crec"><a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">Scalable Vector Graphics (SVG) 1.0</a></cite>,
--- a/master/struct.html	Mon Aug 20 10:39:36 2012 +1000
+++ b/master/struct.html	Mon Aug 20 10:50:30 2012 +1000
@@ -303,11 +303,8 @@
           The document's timeline starts at the moment the
           <a>rootmost 'svg' element</a>'s
           <em>start-tag</em>
-          (<a href="http://www.w3.org/TR/2006/REC-xml-20060816/#sec-starttags">as defined in XML 1.0</a>
-          ([<a href="refs.html#ref-XML10">XML10</a>], section 3.1),
-          <a href="http://www.w3.org/TR/2004/REC-xml11-20040204/#sec-starttags">or XML 1.1</a>
-          ([<a href="refs.html#ref-XML11">XML11</a>], section 3.1), if the
-          document is an XML 1.1 document) is fully parsed and processed.
+          <a href="http://www.w3.org/TR/2006/REC-xml-20060816/#sec-starttags">as defined in XML 1.0</a>
+          ([<a href="refs.html#ref-XML10">XML10</a>], section 3.1) is fully parsed and processed.
         </dd>
       </dl>
       <p>
@@ -562,17 +559,17 @@
 <p>
   The <a href="#DiscardElement"><span class="element-name">'discard'</span></a>
   element has an implicit
-  <a href="http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil-timing.html#Timing-DefiningSimpleDur">simple duration</a>
+  <a href="http://www.w3.org/TR/2008/REC-SMIL3-20081201/smil-timing.html#Timing-DefiningSimpleDur">simple duration</a>
   of <span class="attr-value">"indefinite"</span>.  As soon as the element's
-  <a href="http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil-timing.html#Timing-ComputingActiveDur">active duration</a>
+  <a href="http://www.w3.org/TR/2008/REC-SMIL3-20081201/smil-timing.html#Timing-ComputingActiveDur">active duration</a>
   starts, the <a>SVG user agent</a>
   discards the element identified by the
   <a href="#DiscardElementHrefAttribute"><span class="attr-name">'href'</span></a>
-  attribute ([<a href="refs.html#ref-SMIL21">SMIL21</a>], section 10.4.3).
-  The removal operation acts as if the method
-  <a href="svgudom.html#dom__Node_removeChild"><code>removeChild</code></a> were
-  called on the parent of the target element with the target element as
-  parameter. The <a>SVG user agent</a>
+  attribute ([<a href="refs.html#ref-SMIL">SMIL</a>], section 5.4.5).
+  The removal operation acts as if
+  <a href="http://www.w3.org/TR/2012/WD-dom-20120405/#dom-node-removechild"><code>removeChild</code></a>
+  were called on the parent of the target element with the target element as
+  parameter. [<a href="refs.html#ref-DOM4">DOM4</a>] The <a>SVG user agent</a>
   must remove the target node as well as all of its attributes and descendants.
 </p>
 <p>
@@ -587,11 +584,11 @@
   element itself must still be removed following activation.
 </p>
 <p>
-  <a href="http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil-timing.html#Timing-HyperlinksAndTiming">Seeking backwards</a>
-  in the timeline ([<a href="refs.html#ref-SMIL21">SMIL21</a>], section 10.4.3)
+  <a href="http://www.w3.org/TR/2008/REC-SMIL3-20081201/smil-timing.html#Timing-HyperlinksAndTiming">Seeking backwards</a>
+  in the timeline ([<a href="refs.html#ref-SMIL">SMIL</a>], section 5.4.5)
   must not re-insert the discarded elements. Discarded elements are intended to
   be completely removed from memory. So, authors are encouraged to set the
-  <a href="#SVGElementPlaybackOrder"><span class="attr-name">'playbackOrder'</span></a>
+  <a href="#SVGElementPlaybackOrderAttribute"><span class="attr-name">'playbackOrder'</span></a>
   attribute to <span class="attr-value">"forwardOnly"</span> when using the
   <a href="#DiscardElement"><span class="element-name">'discard'</span></a> element.
 </p>
@@ -827,8 +824,8 @@
 href="styling.html#StylingWithCSS">Styling with CSS</a>, the
 conceptual deep cloning of the referenced element into a
 non-exposed DOM tree also copies any property values resulting
-from <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/cascade.html">the CSS cascade</a>
-([<a href="refs.html#ref-CSS2">CSS2</a>], chapter 6)
+from <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html">the CSS cascade</a>
+([<a href="refs.html#ref-CSS21">CSS21</a>], chapter 6)
 on the referenced element and its contents. CSS2 selectors can
 be applied to the original (i.e., referenced) elements because
 they are part of the formal document structure. CSS2 selectors
@@ -946,8 +943,8 @@
 href="styling.html#StylingWithCSS">Styling with CSS</a>, the
 generated <a>'g'</a> element carries along with
 it the "cascaded" property values on the <a>'use'</a> element which result from
-<a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/cascade.html">the CSS cascade</a>
-([<a href="refs.html#ref-CSS2">CSS2</a>], chapter 6).
+<a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html">the CSS cascade</a>
+([<a href="refs.html#ref-CSS21">CSS21</a>], chapter 6).
 Additionally, the copy (deep clone) of the referenced resource
 carries along with it the "cascaded" property values resulting
 from the CSS cascade on the original (i.e., referenced)