- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Wed, 31 Oct 2018 15:48:37 +0100
- To: public-xformsusers@w3.org, "Steven Pemberton" <steven.pemberton@cwi.nl>
To summarise the issues to be decided. * Should @initial be a nodeset? I'm beginning to think it should be. Suppose you have an XForms that displays a histogram. Ideally you want to say: <control resource="histogram.xml" initial="x[.>=0]" label="positive"/> <control resource="histogram.xml" initial="x[.<0] label="negative""/> * Should @initial select for relevance? I incline to thinking it shouldn't, but am open to being persuaded. As Erik pointed out, you can use x[valid(.)] * Is initial the right name? * What should happen if <control/> has an @initial, but the embedded form has no instance element to receive the values? * If you have <control resource="calculate.xml" ref="results"/> and the embedded XForms does a <return/>, then the returned values get stored in the @ref. What should happen if the control has no @ref? * Should <return/> select for relevance? It does as defined now. * Is there a better name than <signal/> for dispatching events to and from an embedded XForms? Steven On Wed, 31 Oct 2018 13:17:11 +0100, Steven Pemberton <steven.pemberton@cwi.nl> wrote: > I have now specced up <control/> and its related actions. > > > I think we still need to discuss the name of the <signal/> action, and > there are still a couple of decisions on how to deal with certain error > conditions. > > Steven > > > On Tue, 09 Oct 2018 16:21:59 +0200, Steven Pemberton > <steven.pemberton@cwi.nl> wrote: > >> This is mostly done (I still have to add the actions, and update the >> examples slightly). >> >> You can see the result so far at: >> >> https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_Control_Element >> >> The questions that need answering are: >> >> - Should @initial be a nodeset? >> >> <control resource="xform.xml" initial="item[@selected=true()]"/> >> >> If so, how should it be handled? >> >> - What should happen if there is @initial, but no instance in the >> embedded XForm? >> >> - What should happen if there is no single-node binding, and the >> embedded XForm does a <return/>? >> >> Steven >> >> On Wed, 03 Oct 2018 15:18:01 +0200, XForms Users Community Group Issue >> Tracker <sysbot+tracker@w3.org> wrote: >> >>> ACTION-2202: Add <control/> to spec >>> >>> https://www.w3.org/2005/06/tracker/xforms/actions/2202 >>> >>> Assigned to: Steven Pemberton >>> >>> >>> >>> >>> >>> >>>
Received on Wednesday, 31 October 2018 14:49:01 UTC