Begin forwarded message:
From: nandini <[EMAIL PROTECTED]>
Date: October 10, 2006 01:17:32 CEDT
To: Robin Berjon <[EMAIL PROTECTED]>
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/



Reply via email to