bad initial target in the SCXML document example

Hello,

In the G.3 [1] section, I can read:
'<state id="engine">
      <transition target="off"/>'

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="engine">
      <initial>
            <transition target="off"/>
      </initial>'

Is it true ?

Thank you.
Regards.

[1] http://www.w3.org/TR/2012/WD-scxml-20121206/#MicrowaveParallel

Received on Wednesday, 13 February 2013 09:02:25 UTC