[html5] r1365 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Mar 7 23:41:49 PST 2008
Author: ianh
Date: 2008-03-07 23:41:48 -0800 (Fri, 07 Mar 2008)
New Revision: 1365
Modified:
index
source
Log:
[e] (0) Make a note about context menus needing to inherit.
Modified: index
===================================================================
--- index 2008-03-08 07:39:19 UTC (rev 1364)
+++ index 2008-03-08 07:41:48 UTC (rev 1365)
@@ -24183,6 +24183,9 @@
attribute) or not. If it does not, the default action must be for the user
agent to show its default context menu, if it has one.
+ <p class=big-issue>Context menus should inherit (so clicking on a span in a
+ paragraph with a context menu should show the menu).
+
<p>If the element <em>does</em> have a context menu assigned, then the user
agent must <a href="#firing3">fire a <code title="">show</code> event</a>
on the relevant <code><a href="#menu">menu</a></code> element.
Modified: source
===================================================================
--- source 2008-03-08 07:39:19 UTC (rev 1364)
+++ source 2008-03-08 07:41:48 UTC (rev 1365)
@@ -21763,6 +21763,9 @@
does not, the default action must be for the user agent to show its
default context menu, if it has one.</p>
+ <p class="big-issue">Context menus should inherit (so clicking on a
+ span in a paragraph with a context menu should show the menu).</p>
+
<p>If the element <em>does</em> have a context menu assigned, then
the user agent must <span>fire a <code title="">show</code>
event</span> on the relevant <code>menu</code> element.</p>
More information about the Commit-Watchers
mailing list