- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 8 Jan 2007 23:53:44 +0000 (UTC)
- To: Cameron McCormack <cam@mcc.id.au>
- Cc: public-appformats@w3.org
On Thu, 7 Dec 2006, Cameron McCormack wrote: > > 2.11 The handler Element > > If default-action is specified, then the event handler must only be > fired during the default phase (if it occurs). Otherwise, the handler > must only be fired during the bubbling phase. > > Does this mean that if a handler for the default-action phase is > specified, but the given event does not have such a phase, that the > handler is fired during the bubbling phase? Or not at all? This should > be made clearer. It seems pretty clear to me. The context is: This attribute... When specified, the value must be one of capture, target, bubble, or default-action. If capture... capturing... If target... target.... If default-action... default... Otherwise... bubbling... Did you interpret the Otherwise as referring to the parenthetical? -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 8 January 2007 23:53:56 UTC