It seems the latest version of the speech behavior lost its table of core attributes. As such, I'm not able to answer a question I have about absolute timing of speech.
The examples seem to imply the that the time attribute has been removed from the standard <sync> element. I can understand why this might be the case, but it seems counter to allowing absolute timing on the standard sync-point attributes.
For example:
<speech start="3.0">
<text>
Hi
</text>
</speech>
seems valid, but not:
<speech>
<text>
<sync id="T0" time="3.0"/>Hi
</text>
</speech>
Is this intentional? If so, why?