RE: SVG12: 'WheelEvent' "registration"

Hi, Björn-

Bjoern Hoehrmann wrote:
| 
| * Robin Berjon wrote:
| >
| >  The "wheel" event is triggered when the user rotates the rotational
| >  input device. Listeners for this event may only be attached to the
| >  Element node that is the Document node's documentElement. If a
| >  listener for this event is attached to another node in the document,
| >  the user agent MUST NOT trigger it when the event occurs. 
| 
| It seems what you are trying to say is that the event is 
| dispatched only to the document element (and maybe that 
| it does not bubble, as otherwise the listeners for the 
| document node would be triggered).

We are saying that the wheel event may only be attached to the rootmost
'svg' element.  If you object to this, please respond right away with
further clarification.

Thanks-
Doug, on behalf of the SVG WG 

Received on Thursday, 27 July 2006 15:49:26 UTC