- From: Anne van Kesteren <annevk@opera.com>
- Date: Mon, 03 Apr 2006 11:45:15 +0200
- To: "Jack Jansen" <Jack.Jansen@cwi.nl>
- Cc: www-svg@w3.org, public-webapi@w3.org, public-cdf@w3.org, www-smil@w3.org
On Sun, 02 Apr 2006 21:58:21 +0200, Jack Jansen <Jack.Jansen@cwi.nl> wrote: > Note that this is all in the SMIL 2[.1] Language Profile, other profiles > or languages that reuse SMIL timing but have a tree structure more like > HTML than like SMIL should probably state that the events do bubble. HTML has its own set of focus events which are different altogether from what SMIL or SVG has... They don't bubble though. (And are used throughout the SMIL specification examples...) Basically, we have: (1) focusInEvent (2) focusOutEvent (3) DOMFocusIn (4) DOMFocusOut (5) focus (6) blur (7) focusin (8) focusout 1, 2, 5 and 6 don't bubble. The others do. Yet SMIL sort of implies 1 and 2 are equivalent to 3 and 4 which seems completely wrong[1]. SVG introduces 7 and 8 and has a sort of similar claim they are equivalent to 3 and 4 which at least makes a bit more sense except for the fact that neither SVG nor SMIL defines how aliasing actually works... (In detail and all that.) Fortunately SVG is still in LC and can be "fixed." Not sure about the incompatible focus events in SMIL... [1]<http://www.w3.org/mid/nbi7v111a69k9dbmq4ungimdl652284kjj@hive.bjoern.hoehrmann.de> -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Monday, 3 April 2006 09:45:34 UTC