svg2: change event table headers

details:   https://svgwg.org/hg/svg2/rev/828b79c6e290
branches:  
changeset: 556:828b79c6e290
user:      Richard Schwerdtfeger <schwer@us.ibm.com>
date:      Mon Nov 18 16:29:40 2013 -0600
description:
change event table headers

diffstat:

 master/interact.html |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff --git a/master/interact.html b/master/interact.html
--- a/master/interact.html
+++ b/master/interact.html
@@ -188,24 +188,24 @@ using the <code>createEvent</code> metho
 or be cancelable with the
 <a class='idlattr' href='http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#widl-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>
 
-<p class="issue">DOM 2 has no keyboard events in it. The only normative spec. on this is a new <a href="https://dvcs.w3.org/hg/d4e/raw-file/default/source_respec.htm">UI events</a> specification that should become a public working draft soon. This is a replacement for the DOM 3 Events spec. The group needs to discuss the current limitation in using DOM 2 events. Also, DOMActivate does not appear in the UI Events Spec. Regarding the activate event, user agents treat click the same as activate. We should question whether we should call the table headers DOM2 name and DOM2 category. These are insufficient. Should we reference the UIEvent spec. vs. the DOM2 Event where there is overlap?
+<p class="issue">DOM 3 and UI Event both define a keyboard event where UI Event introduced a key code which appears to be necessary per the WebApps effort. UI Event is an extension to KeyboardEvent in DOM 3. The group needs to discuss whether to use the UIEvent or DOM3 Event for keyboard. Also, HTML has taken on DOM 4 events and the group needes to decide what to do with this long term. Additionally, DOMActivate does not appear in the UI Events or DOM 3 Events Specs. Regarding the activate event, user agents treat click the same as activate. 
 </p>
 
     <table  class="vert event-table">
       <tr>
         <th>Event name and description</th>
-        <th>DOM2 name</th>
-        <th>DOM2 category</th>
+        <th>DOM3 or UI Event name</th>
+        <th>Event category</th>
         <th>Event attribute name</th>
       </tr>
       <tr>
         <td id="FocusInEvent"><p class="event-name"><strong>focusin</strong></p>
           <p>Occurs when an element receives focus, such as when a <a>'text'</a> becomes selected.</p></td>
         <td>DOMFocusIn</td>
         <td><a
         href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-UIEvent">

Received on Monday, 18 November 2013 22:32:01 UTC