Re: Non-activated triggers

I would think so. I don't think we restrict event flow in the DOM in other
cases.

On Wed, Jan 17, 2018 at 7:28 AM, Steven Pemberton <steven.pemberton@cwi.nl>
wrote:

> If a trigger is not activated, can it still be activated with an event?
>
>  <instance>
>    <data xmlns=""><foo/></data>
>    <bind ref="foo" readonly="true()"/>
>  </instance>
>
>  <trigger ref="foo" id="trigger">
>     <message ev:event="DOMActivate">bar</message>
>  </trigger>
>
>
>
>  <dispatch name="DOMActivate" targetid="trigger"/>
>
> Steven
>
>

Received on Tuesday, 23 January 2018 21:48:42 UTC