[webkit-dev] XML Events in WebKit

Ian Hickson ian at hixie.ch
Fri Dec 7 16:14:21 PST 2007


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.   `._.-(,_..'--(,_..'`-.;.'


More information about the webkit-dev mailing list