Add annotation for onhashchange and friends
authorCameron McCormack <cam@mcc.id.au>
Tue, 08 May 2012 00:45:58 +1000
changeset 39 4607e4fcd78f
parent 38 ad28b8fe5c56
child 40 9feda13f1185
Add annotation for onhashchange and friends
master/interact.html
--- a/master/interact.html	Tue May 08 00:45:44 2012 +1000
+++ b/master/interact.html	Tue May 08 00:45:58 2012 +1000
@@ -63,6 +63,24 @@
 
 <h2 id="SVGEvents">Complete list of supported events</h2>
 
+    <div class="annotation">
+     <p>
+       SVG2 Requirement: Anchor events
+     </p>
+     <p>
+       Resolution: SVG 2 will consider adding HTML document wide events (including hashchange) apply to SVG documents when they make sense
+     </p>
+     <p>
+       <a href="http://www.w3.org/2011/12/22-svg-irc#T21-17-25">22 December 2011 SVG WG telcon</a>.
+     </p>
+     <p>
+       Purpose: Allow authors to use the same set of event listener attributes on a root SVG element that they can on an HTML body or root element
+     </p>
+     <p>
+       Owner: Cameron (ACTION-3278)
+     </p>
+    </div>
+
     <p>The following aspects of SVG are affected by events:</p>
     <ul>
       <li>Using <a href="svgdom.html">SVG Document Object Model