State change events

We allow handlers for state change (like xforms-value-changed,  
xforms-invalid etc.) only for bindings in the UI

 <input ref="/size" label="size">
    <insert ref="/list/item" while="count(/list/item) &lt; /size"  
ev:event="xforms-value-changed"/>
 </input>

But the ref on a <bind/> is also a binding; shouldn't we allow listeners  
there as well?

 <bind ref="/size" label="size">
    <insert ref="/list/item" while="count(/list/item) &lt; /size"  
ev:event="xforms-value-changed"/>
 </bind>

Steven

Received on Wednesday, 6 June 2018 12:21:54 UTC