Re: ACTION-2333: Investigate if moving @model is a problem

If we move @model from Common to Binding, then we need to look for elements 
with
 * Common, but no Binding,
 * Binding with no Common. [There are none]
 * @value

Those with both Common and binding are safe, since it just moves from one 
set to the other.

The following elements have Common, but no Binding, which would mean they 
lose @model:

 model
 instance
 function
  /result
  /var
 select/choices
  /item
  /case
 dialog

ACTIONS
 action
  /param
  /body
 setindex
 toggle
  /case
 setfocus
  /control
 dispatch
  /name 
  /targetid 
  /delay 
  /property
 rebuild, recalculate, revalidate, refresh, update
 reset
 retain
 load (has a binding that is deprecated)
  /resource
 send
 return
 renew
 show
 hide

The following have @value, with no Binding

 function/result
  /var
 select/item

 submission/resource
  /method

 action/param
 setfocus/control
 dispatch/*
 load/resource

Steven
On Friday 20 January 2023 16:14:14 (+01:00), XForms Users Community Group 
Issue Tracker wrote:

 > ACTION-2333: Investigate if moving @model is a problem
 >
 > https://www.w3.org/2005/06/tracker/xforms/actions/2333
 >
 > Assigned to: Steven Pemberton

Received on Thursday, 26 January 2023 21:33:24 UTC