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 9752 - <p>What fruits do you like?</p> <ol ondragstart="dragStartHandler(event)" ondragend="dragEndHandler(event)"> ...as before... </ol> <script> function dragStartHandler(event) { // ...as before... } function dragEndHandler(event) { // remove t
Summary: <p>What fruits do you like?</p> <ol ondragstart="dragStartHandler(event)" ond...
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 04:58 UTC by contributor
Modified: 2010-10-09 14:55 UTC (History)
4 users (show)

See Also:


Attachments

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

Comment:
<p>What fruits do you like?</p> <ol ondragstart="dragStartHandler(event)"
ondragend="dragEndHandler(event)">  ...as before... </ol> <script>   function
dragStartHandler(event) {     // ...as before...   }   function
dragEndHandler(event) {     // remove the dragged element    
event.target.parentNodhttp://www.whatwg.org/specs/web-apps/current-work/multip
age/dnd.html#dragevente.removeChild(event.target);   } </script>

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