Skip to content

Commit

Permalink
[e] (0) note for dnd
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5665 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 2, 2010
1 parent 17ee8d4 commit 4a14325
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -65780,6 +65780,12 @@ <h3 id=dnd><span class=secno>8.7 </span><dfn>Drag and drop</dfn></h3>

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
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -65786,6 +65786,12 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

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
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -74939,6 +74939,12 @@ interface <dfn>NavigatorAbilities</dfn> {

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
Expand Down

0 comments on commit 4a14325

Please sign in to comment.