This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9754 - function dragEndHandler(event) { // remove the dragged element event.target.parentNode.removeChild(event.target); }
Summary: function dragEndHandler(event) { // remove the dragged element event....
Status: VERIFIED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 05:00 UTC by contributor
Modified: 2010-10-09 15:20 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2010-05-18 05:00:10 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#the-dragevent-and-datatransfer-interfaces

Comment:
function dragEndHandler(event) {     // remove the dragged element    
event.target.parentNode.removeChild(event.target);   } 

Posted from: 202.70.51.124
Comment 1 Michael[tm] Smith 2010-05-18 05:48:10 UTC
not a bug report