Dear WebAPI WG,
I wanted to clarify that the Liaison statement I sent dated Oct 10th is only from the JSR-280 EG, not the JSR-287 EG. Sorry for the confusion.

Thanks
-Nandini


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



--Robin Berjon
   Senior Research Scientist
   Expway, http://expway.com/




Reply via email to