- From: Charles F Wiecha <wiecha@us.ibm.com>
- Date: Tue, 22 Sep 2009 12:33:55 -0400
- To: Doug Schepers <schepers@w3.org>
- Cc: XForms <public-forms@w3c.org>, public-forms-request@w3.org, "www-dom@w3.org" <www-dom@w3.org>
- Message-ID: <OFC36D986F.10FCEAB7-ON85257639.005AE81A-85257639.005AFEEB@us.ibm.com>
Hi Doug -- the more relevant reference for VoiceXML is the version 3.0
working draft [1] which does use DOM3 events. Charlie
[1] http://www.w3.org/TR/2009/WD-voicexml30-20090825/#Eventing
Charles Wiecha
Multichannel Web Interaction
IBM T.J. Watson Research Center
P.O. Box 704
Yorktown Heights, N.Y. 10598
Phone: (914) 784-6180, T/L 863-6180, Cell: (914) 320-2614
wiecha@us.ibm.com
From: Doug Schepers <schepers@w3.org>
To: "www-dom@w3.org" <www-dom@w3.org>
Cc: XForms <public-forms@w3c.org>
Date: 09/22/2009 11:34 AM
Subject: Re: Moving Form Events from DOM3 Events to HTML5
Sent by: public-forms-request@w3.org
Hi, Mark-
Thanks for your feedback. I'm glad to see the XForms folks
participating more actively.
Mark Birbeck wrote (on 9/22/09 10:53 AM):
>
> I would vote for keeping these in a general-purpose DOM spec.
But they aren't general-purpose... for example, they are meaningless in
SVG.
HTML has very specific meanings and behaviors for them, so it has to
redefine them anyway.
It's better to have them defined in one place than in two, and the
logical place to define them is where they are always applicable.
> As you point out, XForms uses its own events, but really it should use
> the events you mention, and may do in a future version.
In that case, it could refer to HTML5 for the definitions, or create a
small dedicated spec for form-related events which extends DOM3 Events.
It should also contain an FormEvent interface the inherits from
UIEvent, and the set of forms-centric event types.
> Also, you can imagine other scenarios, such as voice markup, making
> use of these event names, independent of HTML.
Conceivable, but VoiceXML [1], for one, doesn't even use DOM3 Events,
much less those events. If it needs those events in the future, it
would probably be better to have a dialog about which events all
forms-related technologies should share... I don't think those three
would be the right choice, or the only event types.
[1] http://www.w3.org/TR/voicexml21/
Regards-
-Doug Schepers
W3C Team Contact, SVG and WebApps WGs
Attachments
- image/gif attachment: graycol.gif
- image/gif attachment: ecblank.gif
Received on Tuesday, 22 September 2009 16:34:49 UTC