- From: nandini <Nandini.Ramani@Sun.COM>
- Date: Fri, 13 Oct 2006 13:44:38 -0700
- To: "Web APIs WG (public)" <public-webapi@w3.org>
- Cc: Ellen Siegel <Ellen.Siegel@Sun.COM>
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/
>
>
Received on Friday, 13 October 2006 20:47:21 UTC