[html5] r1364 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 7 23:39:19 PST 2008


Author: ianh
Date: 2008-03-07 23:39:19 -0800 (Fri, 07 Mar 2008)
New Revision: 1364

Modified:
   index
   source
Log:
[e] (0) Make a note about the 'show' event for context menus -- it should include what the menu is being fired for. Also, fix a typo.

Modified: index
===================================================================
--- index	2008-03-08 02:17:56 UTC (rev 1363)
+++ index	2008-03-08 07:39:19 UTC (rev 1364)
@@ -26992,8 +26992,11 @@
   <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>. <span title=issue>Actually this should
-   fire an event that has modifier information (shift/ctrl etc).</span>
+   title=event-show>show</code></a>. <span title=big-issue>Actually this
+   should fire an event that has modifier information (shift/ctrl etc), as
+   well as having a pointer to the node on which the menu was fired, and with
+   which the menu was associated (which could be an ancestor of the
+   former).</span>
 
   <p><dfn id=firing4 title="fire a load event">Firing a <code
    title=event-load>load</code> event</dfn> means <a href="#firing2"
@@ -33801,15 +33804,16 @@
 
   <p>The <code title=dom-document-designMode><a
    href="#designMode">designMode</a></code> DOM attribute on the
-   <code>Document</code> object takes takes two values, "<code
-   title="">on</code>" and "<code title="">off</code>". When it is set, the
-   new value must be case-insensitively <!-- XXX ASCII case-folding -->
-   compared to these two values. If it matches the "<code title="">on</code>"
-   value, then <code title=dom-document-designMode><a
-   href="#designMode">designMode</a></code> must be enabled, and if it
-   matches the "<code title="">off</code>" value, then <code
+   <code>Document</code> object takes two values, "<code title="">on</code>"
+   and "<code title="">off</code>". When it is set, the new value must be
+   case-insensitively <!-- XXX ASCII
+  case-folding --> compared to these two
+   values. If it matches the "<code title="">on</code>" value, then <code
    title=dom-document-designMode><a href="#designMode">designMode</a></code>
-   must be disabled. Other values must be ignored.
+   must be enabled, and if it matches the "<code title="">off</code>" value,
+   then <code title=dom-document-designMode><a
+   href="#designMode">designMode</a></code> must be disabled. Other values
+   must be ignored.
 
   <p>When <code title=dom-document-designMode><a
    href="#designMode">designMode</a></code> is enabled, the DOM attribute

Modified: source
===================================================================
--- source	2008-03-08 02:17:56 UTC (rev 1363)
+++ source	2008-03-08 07:39:19 UTC (rev 1364)
@@ -24534,9 +24534,11 @@
   <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>. <span title="issue">Actually
-  this should fire an event that has modifier information (shift/ctrl
-  etc).</span></p>
+  title="event-show">show</code></span>. <span
+  title="big-issue">Actually this should fire an event that has
+  modifier information (shift/ctrl etc), as well as having a pointer
+  to the node on which the menu was fired, and with which the menu was
+  associated (which could be an ancestor of the former).</span></p>
 
   <p><dfn title="fire a load event">Firing a <code
   title="event-load">load</code> event</dfn> means <span title="fire a
@@ -31265,14 +31267,14 @@
   can be either enabled or disabled.</p>
 
   <p>The <code title="dom-document-designMode">designMode</code> DOM
-  attribute on the <code>Document</code> object takes takes two
-  values, "<code title="">on</code>" and "<code
-  title="">off</code>". When it is set, the new value must be
-  case-insensitively <!-- XXX ASCII case-folding --> compared to these
-  two values. If it matches the "<code title="">on</code>" value, then
-  <code title="dom-document-designMode">designMode</code> must be
-  enabled, and if it matches the "<code title="">off</code>" value,
-  then <code title="dom-document-designMode">designMode</code> must be
+  attribute on the <code>Document</code> object takes two values,
+  "<code title="">on</code>" and "<code title="">off</code>". When it
+  is set, the new value must be case-insensitively <!-- XXX ASCII
+  case-folding --> compared to these two values. If it matches the
+  "<code title="">on</code>" value, then <code
+  title="dom-document-designMode">designMode</code> must be enabled,
+  and if it matches the "<code title="">off</code>" value, then <code
+  title="dom-document-designMode">designMode</code> must be
   disabled. Other values must be ignored.</p>
 
   <p>When <code title="dom-document-designMode">designMode</code> is




More information about the Commit-Watchers mailing list