--- a/master/interact.html Tue May 08 01:08:20 2012 +1000
+++ b/master/interact.html Tue May 08 01:22:03 2012 +1000
@@ -81,6 +81,42 @@
</p>
</div>
+ <div class="annotation">
+ <p>
+ SVG2 Requirement: Have event listener attributes on an appropriate interface
+ </p>
+ <p>
+ Resolution: SVG2 will move all events listener attributes to Element, in accordance with the similar move in HTML
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/07/27-svg-minutes.html#item03">Seattle F2F 2011 Day 1</a>.
+ </p>
+ <p>
+ Purpose: Alignment with HTML
+ </p>
+ <p>
+ Owner: Cameron (ACTION-3283)
+ </p>
+ </div>
+
+ <div class="annotation">
+ <p>
+ SVG2 Requirement: Introduce evt as an alias to event in event handlers
+ </p>
+ <p>
+ Resolution: We decide to resolve ISSUE-2176 by introducing evt as an alias to event in event handlers
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/07/27-svg-minutes.html#item15">Seattle F2F 2011 Day 1</a>.
+ </p>
+ <p>
+ Purpose: Alignment with HTML
+ </p>
+ <p>
+ Owner: Cameron (ACTION-3093)
+ </p>
+ </div>
+
<p>The following aspects of SVG are affected by events:</p>
<ul>
<li>Using <a href="svgdom.html">SVG Document Object Model