9.8 The submit Element

https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_submit_Element

"A submission element is identified from the submission attribute or its  
default: if no such element is identified then this control has no effect;  
otherwise the xforms-submit event is dispatched to the element."

Why?

What is the advantage of having

   <model>
     <instance>...</instance>
   </model>
...
   <submit/>
or

   <model>
     <instance>...</instance>
   </model>
...
   <submit submission="NONEXISTENT"/>

and not reporting a problem?

Steven

Received on Friday, 29 June 2018 16:03:33 UTC