[html5] r978 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 6 18:14:09 PDT 2007
Author: ianh
Date: 2007-08-06 18:14:08 -0700 (Mon, 06 Aug 2007)
New Revision: 978
Modified:
index
source
Log:
[e] (1) The prose and table contradicted each other.
Modified: index
===================================================================
--- index 2007-08-07 00:47:00 UTC (rev 977)
+++ index 2007-08-07 01:14:08 UTC (rev 978)
@@ -29137,13 +29137,13 @@
href="#dropeffect">dropEffect</a></code> attribute must be set to "<code
title="">none</code>" for <code title=event-dragstart><a
href="#dragstart">dragstart</a></code>, <code title=event-drag><a
- href="#drag">drag</a></code>, <code title=event-dragleave><a
- href="#dragleave">dragleave</a></code>, and <code title=event-dragend><a
- href="#dragend">dragend</a></code> events (except when stated otherwise in
- the algorithms given in the sections below), to the value corresponding to
- the <a href="#current2">current drag operation</a> for <code
- title=event-drop><a href="#drop">drop</a></code> events, and to a value
- based on the <code title=dom-DataTransfer-effectAllowed><a
+ href="#drag">drag</a></code>, and <code title=event-dragleave><a
+ href="#dragleave">dragleave</a></code> events (except when stated
+ otherwise in the algorithms given in the sections below), to the value
+ corresponding to the <a href="#current2">current drag operation</a> for
+ <code title=event-drop><a href="#drop">drop</a></code> and <code
+ title=event-dragend><a href="#dragend">dragend</a></code> events, and to a
+ value based on the <code title=dom-DataTransfer-effectAllowed><a
href="#effectallowed">effectAllowed</a></code> attribute's value and to
the drag-and-drop source, as given by the following table, for the
remaining events (<code title=event-dragenter><a
Modified: source
===================================================================
--- source 2007-08-07 00:47:00 UTC (rev 977)
+++ source 2007-08-07 01:14:08 UTC (rev 978)
@@ -26552,12 +26552,12 @@
title="dom-DataTransfer-dropEffect">dropEffect</code> attribute must
be set to "<code title="">none</code>" for <code
title="event-dragstart">dragstart</code>, <code
- title="event-drag">drag</code>, <code
- title="event-dragleave">dragleave</code>, and <code
- title="event-dragend">dragend</code> events (except when stated
+ title="event-drag">drag</code>, and <code
+ title="event-dragleave">dragleave</code> events (except when stated
otherwise in the algorithms given in the sections below), to the
value corresponding to the <span>current drag operation</span> for
- <code title="event-drop">drop</code> events, and to a value based on
+ <code title="event-drop">drop</code> and <code
+ title="event-dragend">dragend</code> events, and to a value based on
the <code
title="dom-DataTransfer-effectAllowed">effectAllowed</code>
attribute's value and to the drag-and-drop source, as given by the
More information about the Commit-Watchers
mailing list