[html5] r5654 - [giow] (1) oops: .files is only accessible during dragstart and drop events, som [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 29 16:11:44 PDT 2010


Author: ianh
Date: 2010-10-29 16:11:43 -0700 (Fri, 29 Oct 2010)
New Revision: 5654

Modified:
   complete.html
   index
   source
Log:
[giow] (1) oops: .files is only accessible during dragstart and drop events, somehow this got lost during the recent changes

Modified: complete.html
===================================================================
--- complete.html	2010-10-29 23:08:32 UTC (rev 5653)
+++ complete.html	2010-10-29 23:11:43 UTC (rev 5654)
@@ -66342,6 +66342,10 @@
    <code>FileList</code> is empty. Abort these steps; return the
    empty list <var title="">L</var>.</li>
 
+   <li><p>If the <a href=#drag-data-store>drag data store</a>'s <a href=#drag-data-store-mode title="drag data
+   store mode">mode</a> is in the <a href=#concept-dnd-p title=concept-dnd-p>protected mode</a>, abort these steps;
+   return the empty list <var title="">L</var>.</li>
+
    <li><p>For each item in the <a href=#drag-data-store-item-list>drag data store item list</a>
    <!-- in some order...? --> whose <a href=#the-drag-data-item-kind title="the drag data item
    kind">kind</a> is <i>File</i> <!-- DND-v3: (not <i>Blob</i>) -->,

Modified: index
===================================================================
--- index	2010-10-29 23:08:32 UTC (rev 5653)
+++ index	2010-10-29 23:11:43 UTC (rev 5654)
@@ -66348,6 +66348,10 @@
    <code>FileList</code> is empty. Abort these steps; return the
    empty list <var title="">L</var>.</li>
 
+   <li><p>If the <a href=#drag-data-store>drag data store</a>'s <a href=#drag-data-store-mode title="drag data
+   store mode">mode</a> is in the <a href=#concept-dnd-p title=concept-dnd-p>protected mode</a>, abort these steps;
+   return the empty list <var title="">L</var>.</li>
+
    <li><p>For each item in the <a href=#drag-data-store-item-list>drag data store item list</a>
    <!-- in some order...? --> whose <a href=#the-drag-data-item-kind title="the drag data item
    kind">kind</a> is <i>File</i> <!-- DND-v3: (not <i>Blob</i>) -->,

Modified: source
===================================================================
--- source	2010-10-29 23:08:32 UTC (rev 5653)
+++ source	2010-10-29 23:11:43 UTC (rev 5654)
@@ -75605,6 +75605,11 @@
    <code>FileList</code> is empty. Abort these steps; return the
    empty list <var title="">L</var>.</p></li>
 
+   <li><p>If the <span>drag data store</span>'s <span title="drag data
+   store mode">mode</span> is in the <span
+   title="concept-dnd-p">protected mode</span>, abort these steps;
+   return the empty list <var title="">L</var>.</p></li>
+
    <li><p>For each item in the <span>drag data store item list</span>
    <!-- in some order...? --> whose <span title="the drag data item
    kind">kind</span> is <i>File</i> <!-- DND-v3: (not <i>Blob</i>) -->,




More information about the Commit-Watchers mailing list