Add note about maybe remove SVG* events.
authorCameron McCormack <cam@mcc.id.au>
Sun, 20 Jan 2013 12:24:29 +1100
changeset 429 26406502968f
parent 428 6a6786a5f032
child 430 4e5a388771e0
Add note about maybe remove SVG* events.
master/interact.html
--- a/master/interact.html	Sun Jan 20 12:23:02 2013 +1100
+++ b/master/interact.html	Sun Jan 20 12:24:29 2013 +1100
@@ -189,6 +189,10 @@
 <a class='idlattr' href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-Event-initEvent'>initEvent</a>
 method.</p>
 
+<p class="issue">Having all these SVG-specific duplicates of standard DOM events isn't
+ideal.  How much can we remove?  SVGLoad in particular, and how it is currently
+required to fire for every element.</p>
+
     <table  class="vert event-table">
       <tr>
         <th>Event name and description</th>