[html5] r5665 - [e] (0) note for dnd
whatwg at whatwg.org
whatwg at whatwg.org
Mon Nov 1 18:06:05 PDT 2010
Author: ianh
Date: 2010-11-01 18:06:04 -0700 (Mon, 01 Nov 2010)
New Revision: 5665
Modified:
complete.html
index
source
Log:
[e] (0) note for dnd
Modified: complete.html
===================================================================
--- complete.html 2010-11-02 00:53:52 UTC (rev 5664)
+++ complete.html 2010-11-02 01:06:04 UTC (rev 5665)
@@ -65780,6 +65780,12 @@
Ack: Ben Laurie (@g)
+ * Interop with native apps. In particular, we probably want to
+ whitelist the list of types that a Web page can see, since
+ otherwise we'll end up exposing things like the username (if a
+ user drags a file from their desktop, the path is exposed on
+ some OSes).
+
Other things listed below:
DND-v2: more native support: text/html from selections, etc
DND-v3: add Blob support
Modified: index
===================================================================
--- index 2010-11-02 00:53:52 UTC (rev 5664)
+++ index 2010-11-02 01:06:04 UTC (rev 5665)
@@ -65786,6 +65786,12 @@
Ack: Ben Laurie (@g)
+ * Interop with native apps. In particular, we probably want to
+ whitelist the list of types that a Web page can see, since
+ otherwise we'll end up exposing things like the username (if a
+ user drags a file from their desktop, the path is exposed on
+ some OSes).
+
Other things listed below:
DND-v2: more native support: text/html from selections, etc
DND-v3: add Blob support
Modified: source
===================================================================
--- source 2010-11-02 00:53:52 UTC (rev 5664)
+++ source 2010-11-02 01:06:04 UTC (rev 5665)
@@ -74939,6 +74939,12 @@
Ack: Ben Laurie (@g)
+ * Interop with native apps. In particular, we probably want to
+ whitelist the list of types that a Web page can see, since
+ otherwise we'll end up exposing things like the username (if a
+ user drags a file from their desktop, the path is exposed on
+ some OSes).
+
Other things listed below:
DND-v2: more native support: text/html from selections, etc
DND-v3: add Blob support
More information about the Commit-Watchers
mailing list