- From: Robin Berjon <robin.berjon@expway.fr>
- Date: Tue, 10 Oct 2006 09:49:01 +0200
- To: "Web APIs WG (public)" <public-webapi@w3.org>
- Cc: Nandini Ramani <Nandini.Ramani@Sun.COM>
Begin forwarded message:
> From: nandini <Nandini.Ramani@Sun.COM>
> Date: October 10, 2006 01:17:32 CEDT
> To: Robin Berjon <robin.berjon@expway.fr>
> Subject: Liaison from JSR-287/280
>
> Dear WebAPI WG,
> The following is a Liaison statement from the JSR-287/280 EG.
> Based on input from several members, the EG would like to request
> the following useful additions to the DOM Level 3 Events
> specification.
>
> 1. WheelEvent
> interface WheelEvent : UIEvent {
> readonly attribute long WheelDelta;
> void initWheelEvent(in DOMString type,
> in boolean canBubblle,
> in boolean cancelableArg,
> in views::AbstractView
> viewArg,
> in long detailArg);}
> void initWheelEventNS( in DOMString namespaceURI,
> in DOMString type,
> in boolean canBubblle,
> in boolean cancelableArg,
> in views::AbstractView
> viewArg,
> in long detailArg);
> };
>
> 2. ProgressEvent
> interface ProgressEvent: Event {
> readonly attribute boolean lengthComputable;
> readonly attribute unsigned long loaded;
> readonly attribute unsigned long total; void
> initProgressEvent(in DOMString type,
> in boolean canBubblle,
> in boolean cancelableArg,
> in views::AbstractView
> viewArg,
> in long detailArg);}
> void initProgressEventNS( in DOMString namespaceURI,
> in DOMString type,
> in boolean canBubblle,
> in boolean cancelableArg,
> in views::AbstractView
> viewArg,
> in long detailArg);
> };
>
> Best Regards,
> Nandini Ramani
> On behalf of JSR-287 EG
>
--
Robin Berjon
Senior Research Scientist
Expway, http://expway.com/
Received on Tuesday, 10 October 2006 07:49:27 UTC