In W3C TTML dfxp standard, a div element can contain begin, end and duration attributes.
How to interpret the value of these timing attributes?
Example:
<div begin="00:00:22.0 end ="00:00:30.0">
<p begin="0s" end="1s">Hi,</p>
<p begin="3s" end="5s">Hello</p>
<p begin="5s" end="10s">there?</p>
</div>
When to present p elements?
Any pointers to TTML spec/implementation would be helpful.
Here is how it works:
Hi,at 00:00:00.0Hi,at 00:00:01.0Helloat 00:00:03.0Helloat 00:00:05.0there?at 00:00:05.0there?at 00:00:10.0