- From: Gavin Kistner <phrogz@me.com>
- Date: Mon, 28 Jan 2013 21:15:13 +0000 (GMT)
- To: www-voice@w3.org, www-voice@w3.org
Received on Monday, 28 January 2013 21:15:46 UTC
Example G.1's Main.scxml has the following (excerpted): <state id="Test3Sub1"> <onentry> ... <send event="'Timer'" delay="'5s'"/> </onentry> ... </state> It seems to me that the values of both the "event" and "delay" attributes above should be unquoted. The quotes seem appropriate if these were eventexpr="..." and delayexpr="...", but not for the non-expression flavors.
Received on Monday, 28 January 2013 21:15:46 UTC