blob: 3d7f4a7d775d7adf39aef9b2ca38d065b236bae8 [file] [log] [blame]
<tt xmlns="http://www.w3.org/ns/ttml"
xmlns="http://www.w3.org/2006/10/ttaf1"
xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
<body>
<div>
<p begin="10s" end="18s"
tts:fontWeight="bold"
tts:fontStyle="italic"
tts:fontFamily="serif"
tts:textDecoration="underline"
tts:backgroundColor="blue"
tts:color="yellow">text 1</p>
</div>
<div tts:fontWeight="normal"
tts:fontStyle="italic"
tts:fontFamily="sansSerif"
tts:textDecoration="lineThrough"
tts:backgroundColor="cyan"
tts:color="lime">
<p begin="20s" end="28s">text 2</p>
</div>
</body>
</tt>