[html5] r979 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 6 18:18:02 PDT 2007
Author: ianh
Date: 2007-08-06 18:18:00 -0700 (Mon, 06 Aug 2007)
New Revision: 979
Modified:
index
source
Log:
[e] (1) Dragging selection might want to do other types than text/plain -- add issue to that effect.
Modified: index
===================================================================
--- index 2007-08-07 01:14:08 UTC (rev 978)
+++ index 2007-08-07 01:18:00 UTC (rev 979)
@@ -29236,6 +29236,10 @@
a drag of "the selection", then the event must be fired on the deepest
node that is a common ancestor of all parts of the selection.
+ <p class=big-issue>We should look into how browsers do other types (e.g.
+ Firefox apparently also adds text/html for internal drag and drop of a
+ selection).
+
<p>If it is not a selection that is being dragged, then the event must be
fired on the element that is being dragged.
Modified: source
===================================================================
--- source 2007-08-07 01:14:08 UTC (rev 978)
+++ source 2007-08-07 01:18:00 UTC (rev 979)
@@ -26636,6 +26636,10 @@
be fired on the deepest node that is a common ancestor of all parts
of the selection.</p>
+ <p class="big-issue">We should look into how browsers do other types
+ (e.g. Firefox apparently also adds text/html for internal drag and
+ drop of a selection).</p>
+
<p>If it is not a selection that is being dragged, then the event
must be fired on the element that is being dragged.</p>
More information about the Commit-Watchers
mailing list