Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

initial attribute processing only supports a single state id #36

Open
mattoshry opened this issue Jul 13, 2016 · 1 comment
Open

initial attribute processing only supports a single state id #36

mattoshry opened this issue Jul 13, 2016 · 1 comment

Comments

@mattoshry
Copy link
Collaborator

Per 3.2 and 3.2.1 of scxml, the initial attribute is an IDREFS - one of more state ids.

The code that traverses the document, detects initial attributes and connects them to a state [2], assumes the value is a single state id.

[1] https://www.w3.org/TR/scxml/#scxml
[2]

function connectIntialAttributes(){

@jbeard4
Copy link
Owner

jbeard4 commented Jun 23, 2018

@mattoshry Should be fixed in latest release (4.3.1). Please give it a try. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants