- From: Kazuyuki Ashimura <ashimura@w3.org>
- Date: Thu, 11 Sep 2025 18:49:29 +0900
- To: Jim Barnett <1jhbarnett@gmail.com>
- Cc: Bento Borges Schirmer <bbschirmer@inf.ufsm.br>, www-voice@w3.org
Hi Bento and Jim, Thanks a lot for finding the issues, Bento! And thank you for your response as the (former) main Editor of the spec, Jim! It seems to me that we should fix two typos within the SCXML Recommendation: https://www.w3.org/TR/2015/REC-scxml-20150901/ If that is what we should do, I'd like to talk within the W3C Team to clarify what we can do. Thanks, Kazuyuki On Tue, 09 Sep 2025 06:41:41 +0900, Jim Barnett wrote: > > Thank you for raising these issues. The working group that produced SCXML has been closed, so there is no way to update any of the documents. The only option is to post problems/comments here, and hope that other developers and users will see them. > Jim > > > On Sep 8, 2025, at 11:30 AM, Bento Borges Schirmer <bbschirmer@inf.ufsm.br> wrote: > > > > Hey fellas, > > > > I'm writing a SCXML parser, and learning some XML along the way. I > > noticed two problems I will detail shortly. > > > > I'm referring to this version: > > https://www.w3.org/TR/2015/REC-scxml-20150901/ > > And I'm also referring to this version: > > https://www.w3.org/2011/04/SCXML/scxml-datatypes.xsd > > Both are current at the time of writing. > > > > Problem 1: https://www.w3.org/TR/2015/REC-scxml-20150901/#N103BF > > > > At the section 3.5.1 "Attribute Details" containing a table of > > attributes for <transition>, it states that the type of the attribute > > "event" is EventsTypes.datatype. I believe the correct type is > > EventTypes.datatype, i.e. without an "s" after "Event". > > > > Problem 2: https://www.w3.org/TR/2015/REC-scxml-20150901/#EventDescriptors > > > > In the fifth paragraph of the section 3.12.1 "Event Descriptors", it states: > > > > "Note that a transition with 'event' of 'error', one with 'error.', > > and one with 'error.*' are functionally equivalent". > > > > However, the <xsd:pattern> for both EventType.datatype and > > EventTypes.datatype preclude a trailing period. > > > > Best regards, > > Bento Borges Schirmer > > > > > >
Received on Thursday, 11 September 2025 09:49:33 UTC