Broken link fixes.
authorCameron McCormack <cam@mcc.id.au>
Mon, 20 Aug 2012 14:38:56 +1000
changeset 304 91702f073a40
parent 303 05e11da6824d
child 305 d9fa582b169f
Broken link fixes.
master/interact.html
--- a/master/interact.html	Mon Aug 20 14:32:16 2012 +1000
+++ b/master/interact.html	Mon Aug 20 14:38:56 2012 +1000
@@ -78,7 +78,7 @@
     </tr>
     <tr>
       <th>Resolution:</th>
-      <td><a href="http://www.w3.org/2011/12/22-svg-irc#T21-17-25">SVG 2 will consider adding HTML document wide events (including hashchange) apply to SVG documents where they make sense.</a></td>
+      <td><a href="http://www.w3.org/2011/12/22-svg-irc#T21-23-17">SVG 2 will consider adding HTML document wide events (including hashchange) apply to SVG documents where they make sense.</a></td>
     </tr>
     <tr>
       <th>Purpose:</th>
@@ -404,11 +404,13 @@
           agent has fully parsed the element and its descendants and
           is ready to act appropriately upon that element, such as
           being ready to render the element to the target device.
-          <a href="struct.html#ExternalResourcesRequired">Referenced
-          external resources that are required</a> must be loaded,
+          Referenced external resources that are required must be loaded,
           parsed and ready to render before the event is triggered.
           Optional external resources are not required to be ready
           for the event to be triggered.</p>
+	  <p class="issue">Now that <span class="attr-name">'externalResourcesRequired'</span>
+	  has been removed, we need to have better wording for
+	  when SVGLoad is dispatched.</p>
           <p>SVGLoad events do not bubble and are not cancelable.</p>
         </td>
         <td>(same)</td>
@@ -667,10 +669,10 @@
   should be displayed, as appropriate to the type of pointer event;</li>
 
   <li>If the element matches any relevant
-  <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/selector.html#q15">dynamic pseudo-class selectors</a>
+  <a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/selector.html#pseudo-class-selectors">dynamic pseudo-class selectors</a>
   appropriate to the type of pointer event, such as <code>:hover</code>,
   <code>:active</code>, or <code>:focus</code> as described in
-  [<a href="refs.html#ref-CSS2">CSS2</a>], section 5.11, then the relevant class
+  [<a href="refs.html#ref-CSS21">CSS21</a>], section 5.11, then the relevant class
   properties are applied;</li>
 
   <li>If the element and the event type are associated with the activation
@@ -746,8 +748,8 @@
 <ul>
   <li>user interface events such as mouse clicks</li>
 
-  <li><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/selector.html#q15">dynamic pseudo-classes</a>
-  (i.e., :hover, :active and :focus; [<a href="refs.html#ref-CSS2">CSS2</a>],
+  <li><a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/selector.html#pseudo-class-selectors">dynamic pseudo-classes</a>
+  (i.e., :hover, :active and :focus; [<a href="refs.html#ref-CSS21">CSS21</a>],
   section 5.11)</li>
 
   <li>hyperlinks (see <a href="linking.html#Links">Links out of