Re: Agenda: DOM3 Events Telcon

On 9/9/09 8:17 PM, Doug Schepers wrote:
> Hi, DOM3 Events Folks-
>
> Sorry for the late notice, I was traveling. This is just a confirmation
> that we will be holding the next DOM3 Events telcon today, Wednesday,
> 09-09-2009, at 21:00 UTC. [1] Please consult adjust for your local time.
>
> We meet on both phone and IRC.
>
> Number: Zakim Bridge +1.617.761.6200, +33.4.89.06.34.99 or +44.117.370.6152
> conference code: To be determined at the time (meet on IRC first to
> confirm)
> IRC channel: #webapps on irc.w3.org:6665 (that's port 6665, not the
> default)
> Duration: one hour (or less)
>
> Here is the proposed agenda:
> * New WD of DOM3 Events [2]
> * 'select' event
> * event order [3]


    1.  mousedown
    2. mousemove (optional, multiple events, some limits)
    3. mouseup
    4. click
    5. mousemove (optional, multiple events, some limits)
    6. dblclick

This should be probably
    1. mousedown
    2. mousemove (optional, multiple events, some limits)
    3. mouseup
    4. click
    5. mousemove (optional, multiple events, some limits)
    6. mousedown
    7. mousemove (optional, multiple events, some limits)
    8. mouseup
    9. click
    10. dblclick

-Olli

Received on Wednesday, 9 September 2009 19:02:33 UTC