- From: <spam.spam.spam.spam@free.fr>
- Date: Wed, 13 Feb 2013 11:19:48 +0100 (CET)
- To: www-voice@w3.org
Hello,
In the G.3 [1] section, I can read:
'<state id="on">
<transition target="idle"/>'
As this is a transition without condition or event, I guess that this is an initial transition.
So, the correct way to do this is:
'<state id="on">
<initial>
<transition target="idle"/>
</initial>'
Is it true ?
Thank you.
Regards.
[1] http://www.w3.org/TR/2012/WD-scxml-20121206/#MicrowaveParallel
Received on Wednesday, 13 February 2013 10:20:20 UTC