Add a couple of event listener attribute related annotations
authorCameron McCormack <cam@mcc.id.au>
Tue, 08 May 2012 01:22:03 +1000
changeset 45 579b6b5dcc17
parent 44 31ce79352790
child 46 6927f61890f1
Add a couple of event listener attribute related annotations
master/interact.html
--- 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