- From: Jon Ferraiolo <jonf@adobe.com>
- Date: Thu, 21 Jul 2005 08:58:36 -0700
- To: Cameron McCormack <cam-www-svg@aka.mcc.id.au>, www-svg@w3.org
Cameron, I agree that the SVG 1.2 spec should include event categories for all events. Thanks for catching this. Looking at the SVG-t 1.2 list of events (http://www.w3.org/TR/SVGMobile12/interact.html#SVGEvents) and the SVG-t 1.2 DOM, I see that all events except "zoom" have an event category, but the table in the interactivity chapter doesn't show it. Thus: beginEvent, endEvent, repeatEvent - event category: TimeEvent link: http://www.w3.org/TR/SVGMobile12/svgudom.html#events::TimeEvent connectionData - event category: ConnectionEvent link: http://www.w3.org/TR/SVGMobile12/svgudom.html#events::ConnectionEvent preload, loadprogress, postload - event category: ProgressEvent link: http://www.w3.org/TR/SVGMobile12/svgudom.html#events::ProgressEvent But with zoom, there is no event category. I think the best thing for "zoom" is to define a new event category, "SVGEvent" (parallel with "HTMLEvent"). If this suggestion is accepted, then there would need to be a new "SVGEvent" section listed in the SVG DOM appendix. Jon At 11:43 PM 7/19/2005, Cameron McCormack wrote: >Should the list of events[1] give event categories for the SVG 1.2 >events ("shapechange", "filesSelected", ...) and the sXBL events >("prebind", "bound" and "unbinding") so that it is possible to create >event objects of these types with DocumentEvent.createEvent? Or is this >done deliberately to prevent creation of these types of event objects? > >Thanks, > >Cameron > >[1] http://www.w3.org/TR/2004/WD-SVG12-20041027/eventlist.html > >-- > e-mail : cam (at) mcc.id.au icq : 26955922 > web : http://mcc.id.au/ msn : cam-msn (at) aka.mcc.id.au > office : +61399055779 jabber : heycam (at) jabber.org
Received on Thursday, 21 July 2005 16:32:28 UTC