Closed thibauult closed 2 years ago
MessageML is a superset of PresentationML. It means that any PresentationML message should be parseable as valid MessageML.
MessageML
PresentationML
We noticed that we've missed this rule when implementing recent MessageML capabilities such as <ui-action>, <dialog> or <time-picker> elements.
<ui-action>
<dialog>
<time-picker>
Most of the examples have been taken from our Developer Documentation or our PresentationML Live Renderer Tool.
MessageML
is a superset ofPresentationML
. It means that anyPresentationML
message should be parseable as validMessageML
.We noticed that we've missed this rule when implementing recent
MessageML
capabilities such as<ui-action>
,<dialog>
or<time-picker>
elements.Most of the examples have been taken from our Developer Documentation or our PresentationML Live Renderer Tool.