[Bug 9954] New: here the mouse was clicked, or the start of the selection or element that was selected for the drag), may have any number of intermediate steps (elements that the mouse moves over during a drag, or elements that the user picks as possible drop points as h

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9954

           Summary: here the mouse was clicked, or the start of the
                    selection or element that was selected for the drag),
                    may have any number of intermediate steps (elements
                    that the mouse moves over during a drag, or elements
                    that the user picks as possible drop points as h
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#dnd
        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/#dnd

Comment:
here the mouse was clicked, or the start of the selection or element that was
selected for the drag), may have any number of intermediate steps (elements
that the mouse moves over during a drag, or elements that the user picks as
possible drop points as he cycles through possibilities), and must either have
an end point (the element above which the mouse button was released, or the
element that was finally selected), or be canceled. The end point must be the
last element selected as a possible drop point before the drop occurs (so if
the operation is not canceled, there must be at least one element in the
middle step). 8.9.1 Introduction  Working draft  #introduction-5  Tests: 0 
Demos: 0  Latest Internet Explorer beta: no support whatsoever    Latest
Firefox
trunk nightly build: no support whatsoever  Latest WebKit or Chromium trunk
build: no support whatsoever  Latest Opera beta or preview build: no support
whatsoever  JavaScript libraries, plugins, etc: no support whatsoever 
2009-10-23 Hixie  Edit    This section is non-normative.    To make an element
draggable is simple: give the element a draggable attribute, and set an event
listener for dragstart that stores the data being dragged.  The event handler
typically needs to check that it's not a text selection that is being dragged,
and then needs to 

Posted from: 86.203.157.90

-- 
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 Saturday, 19 June 2010 09:10:35 UTC