- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 May 2010 04:58:12 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9752
Summary: <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
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#the
-dragevent-and-datatransfer-interfaces
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org
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
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 18 May 2010 04:58:18 UTC