Skip to content

Commit

Permalink
Remove the dropzone global attribute
Browse files Browse the repository at this point in the history
dropzone failed to get traction among browser implementers. Having it in
the specification is confusing to Web developers who may attempt to use
it, only to discover that it is not supported.

WebKit and Blink implemented a prefixed version, webkitdropzone. The
prefixed version is going away from Blink [1]. WebKit has no objections
to the attribute getting removed from the spec [2].

Fixes #2331. Tests:

* web-platform-tests/wpt#5052
* web-platform-tests/wpt#5053

[1]: https://www.chromestatus.com/feature/5718005866561536
[2]: #2331 (comment)
  • Loading branch information
pwnall authored and domenic committed Mar 6, 2017
1 parent aa06e31 commit 3044a7e
Showing 1 changed file with 42 additions and 330 deletions.
Loading

0 comments on commit 3044a7e

Please sign in to comment.