- From: Markku Savela <msa@msa.tte.vtt.fi>
- Date: Tue, 5 Feb 2002 17:12:48 +0200
- To: www-voice@w3.org
I notice that in VoiceXML 2.0 19.1.2002 draft, "2.3.1 Field" the name
description has been modified:
name
The field item variable in the dialog scope that will hold the
result.
The name must be unique among form items in the form.
****************************************************???
Above "form items" seems to exclude var's. Surely the intention is not
to allow following?
<form>
<var name="x"/>
...
<field name="x">
...
</field>
...
<filled>
...which "x" applies here if referenced?
</filled>
</form>
Or do I misunderstand something once again...?
Received on Tuesday, 5 February 2002 10:10:54 UTC