Re: [webkit-dev] XML Events in WebKit

2007-12-07 Thread Maciej Stachowiak


On Dec 7, 2007, at 8:53 AM, Antoine Quint wrote:


Hi,

On 7 déc. 07, at 17:38, David Hyatt wrote:


Yeah, they don't seem particularly compelling to me either.

If someone does implement these, they should put the implementation  
behind an #ifdef so that those projects that aren't interested in  
them can turn them off.


XML Events basically come in handy when you want a generic markup- 
based way to add event listeners for custom events. For instance, if  
XBL was implemented in WebKit, and I had my own custom magic UI  
control implemented with some custom XML element, I'll likely want  
to fire custom DOM Events, and XML Events would be a neat way for  
users of my widget to listen to some of these custom events without  
resorting to a purely script-based approach using addEventListener().


XML Events doesn't seem terribly compelling to me, because event  
handling about running script, so avoiding use of script to define  
event handlers isn't hugely compelling. And on the other hand, it's  
much more verbose for very simple cases than onkeypress/onclick/ 
etc style event listener attributes.


Furthermore, the current trend among web developers is to attach all  
event handlers separately in script (unobstrusive JavaScript), so  
XML Events seems to be going in the wrong direction by putting more  
event listeners back in the markup.


It's a lot of ifs, but if WebKit ever supports XBL and custom DOM  
Events, then it'd be worth re-thinking the usefulness of XML Events  
in WebKit.



I think XBL bindings could support onwhatever style attributes if they  
want to make simple cases easy for their custom events.


Regards,
Maciej


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] XML Events in WebKit

2007-12-07 Thread Antoine Quint

Hi,

On 7 déc. 07, at 17:38, David Hyatt wrote:


Yeah, they don't seem particularly compelling to me either.

If someone does implement these, they should put the implementation  
behind an #ifdef so that those projects that aren't interested in  
them can turn them off.


XML Events basically come in handy when you want a generic markup- 
based way to add event listeners for custom events. For instance, if  
XBL was implemented in WebKit, and I had my own custom magic UI  
control implemented with some custom XML element, I'll likely want to  
fire custom DOM Events, and XML Events would be a neat way for users  
of my widget to listen to some of these custom events without  
resorting to a purely script-based approach using addEventListener().


It's a lot of ifs, but if WebKit ever supports XBL and custom DOM  
Events, then it'd be worth re-thinking the usefulness of XML Events in  
WebKit.


Antoine
--
Blog — http://the.fuchsia-design.com



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] XML Events in WebKit

2007-12-07 Thread Raj Kiran Talusani
Guys,

thanks very much for all the comments. let me be more specific about my
problem.

i want to add multimodal capabilities to the webkit. I want to trigger (or
communicate with) an external app based on events happening in the xhtml
document. Also i want to insert custom events into the XHTML context based
on results from the external process. Is there any way i can do this with
current version of webkit. any pointers on what needs to be done?

Raj

On Dec 8, 2007 5:44 AM, Ian Hickson [EMAIL PROTECTED] wrote:

 On Fri, 7 Dec 2007, Antoine Quint wrote:
 
  XML Events basically come in handy when you want a generic markup-based
 way to
  add event listeners for custom events. For instance, if XBL was
 implemented in
  WebKit, and I had my own custom magic UI control implemented with some
 custom
  XML element, [...]

 ...then you shouldn't be sending it over the wire, so it shouldn't
 matter... (You shouldn't send custom, aka proprietary, vocabularies over
 the wire, since you have no way to guarentee the end user can handle it.)

 --
 Ian Hickson   U+1047E)\._.,--,'``.fL
 http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
 Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev