[html5] r976 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 6 14:29:35 PDT 2007


Author: ianh
Date: 2007-08-06 14:29:33 -0700 (Mon, 06 Aug 2007)
New Revision: 976

Modified:
   index
   source
Log:
[e] (0) the 'show' event should have key information. Mention that, and other event-related stuff, in open issues.

Modified: index
===================================================================
--- index	2007-08-06 18:08:10 UTC (rev 975)
+++ index	2007-08-06 21:29:33 UTC (rev 976)
@@ -26785,7 +26785,10 @@
   <h5 id=event><span class=secno>4.9.5.2. </span>Event firing</h5>
 
   <p class=big-issue>maybe this should be moved higher up (terminology?
-   conformance? DOM?)
+   conformance? DOM?) Also, the whole terminology thing should be changed so
+   that we don't define any specific events here, we only define 'simple
+   event', 'progress event', 'mouse event', 'key event', and the like, and
+   have the actual dispatch use those generic terms when firing events.
 
   <p>Certain operations and methods are defined as firing events on elements.
    For example, the <code title=dom-click><a href="#click">click()</a></code>
@@ -26834,10 +26837,13 @@
   <p><dfn id=firing3 title="fire a show event">Firing a <code
    title=event-show>show</code> event</dfn> means <a href="#firing2"
    title="fire a simple event">firing a simple event called <code
-   title=event-show>show</code></a>. <dfn id=firing4 title="fire a load
-   event">Firing a <code title=event-load>load</code> event</dfn> means <a
-   href="#firing2" title="fire a simple event">firing a simple event called
-   <code title=event-load>load</code></a>. <!--<dfn title="fire a
+   title=event-show>show</code></a>. <span title=issue>Actually this should
+   fire an event that has modifier information (shift/ctrl etc).</span>
+
+  <p><dfn id=firing4 title="fire a load event">Firing a <code
+   title=event-load>load</code> event</dfn> means <a href="#firing2"
+   title="fire a simple event">firing a simple event called <code
+   title=event-load>load</code></a>. <!--<dfn title="fire a
   DOMContentLoaded event">Firing a <code
   title="event-DOMContentLoaded">DOMContentLoaded</code> event</dfn>
   means <span title="fire a simple event">firing a simple event called

Modified: source
===================================================================
--- source	2007-08-06 18:08:10 UTC (rev 975)
+++ source	2007-08-06 21:29:33 UTC (rev 976)
@@ -24157,7 +24157,11 @@
   <h5>Event firing</h5>
 
   <p class="big-issue">maybe this should be moved higher up
-  (terminology? conformance? DOM?)</p>
+  (terminology? conformance? DOM?) Also, the whole terminology thing
+  should be changed so that we don't define any specific events here,
+  we only define 'simple event', 'progress event', 'mouse event', 'key
+  event', and the like, and have the actual dispatch use those generic
+  terms when firing events.</p>
 
   <p>Certain operations and methods are defined as firing events on
   elements. For example, the <code title="dom-click">click()</code>
@@ -24210,10 +24214,14 @@
   <p><dfn title="fire a show event">Firing a <code
   title="event-show">show</code> event</dfn> means <span title="fire a
   simple event">firing a simple event called <code
-  title="event-show">show</code></span>. <dfn title="fire a load
-  event">Firing a <code title="event-load">load</code> event</dfn>
-  means <span title="fire a simple event">firing a simple event called
-  <code title="event-load">load</code></span>. <!--<dfn title="fire a
+  title="event-show">show</code></span>. <span title="issue">Actually
+  this should fire an event that has modifier information (shift/ctrl
+  etc).</span></p>
+
+  <p><dfn title="fire a load event">Firing a <code
+  title="event-load">load</code> event</dfn> means <span title="fire a
+  simple event">firing a simple event called <code
+  title="event-load">load</code></span>. <!--<dfn title="fire a
   DOMContentLoaded event">Firing a <code
   title="event-DOMContentLoaded">DOMContentLoaded</code> event</dfn>
   means <span title="fire a simple event">firing a simple event called




More information about the Commit-Watchers mailing list