On Thu, 7 Dec 2006, Cameron McCormack wrote: > > 7.5 The EventXBL Interface > > The trusted attribute must return true if the user agent dispatched > the event (e.g. in response to user action), and false otherwise (e.g. > if an author script dispatched a synthetic event). > > Do events that are dispatched as a result of a UA’s default action in > response to an author script dispatched synthetic event (such as a > DOMActivate dispatched in response to script dispatching a click event > to an html:a element) have their trusted attribute set to true or false?
False. But which spec requires an event to be fired as the default action for a synthetic event? I didn't know any specs yet required that. Added a sentence to the spec to clarify that it is false. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
