- From: Robin Berjon <robin.berjon@expway.fr>
- Date: Thu, 12 Jan 2006 20:55:25 +0100
- To: Maciej Stachowiak <mjs@apple.com>
- Cc: www-svg@w3.org
On Jan 12, 2006, at 20:40, Maciej Stachowiak wrote: > My own proposal (in another comment) was to drop the incompatible > XML Events support and bring back onfoo style inline event > handlers. The combination of these and the DOM API is convenient > enough and sufficient for most purposes. A large set, possibly the majority, of events that I've used so far in SVG Tiny 1.2 development have been "foreign events", that is events specific to the functionality I'm using and not in the spec. The onfoo attributes won't help there (they don't really help with Java either). Using the DOM API for those would be quite inconvenient when you're dealing with a bunch of components that you hope don't have to interact much at the script level. If the difference in XML Events (which the HTML WG has agreed to) are too violently disagreed with here, I'd rather we remove the deltas (or at least the less compatible ones) than remove XML Events support. -- Robin Berjon Senior Research Scientist Expway, http://expway.com/
Received on Thursday, 12 January 2006 19:55:17 UTC