mirror of
https://github.com/samsonjs/media.git
synced 2026-04-25 14:47:40 +00:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<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">
|
|
<head>
|
|
<styling>
|
|
<style id="s0"
|
|
tts:fontWeight="bold"
|
|
tts:fontStyle="italic"
|
|
tts:fontFamily="serif"
|
|
tts:textDecoration="underline"
|
|
tts:backgroundColor="blue"
|
|
tts:color="yellow"/>
|
|
</styling>
|
|
</head>
|
|
<body tts:textAlign="center">
|
|
<div tts:fontWeight="normal"
|
|
tts:fontStyle="normal"
|
|
tts:fontFamily="sansSerif"
|
|
tts:textDecoration="lineThrough"
|
|
tts:backgroundColor="red"
|
|
tts:color="lime">
|
|
<p begin="10s" end="18s">text 1</p>
|
|
</div>
|
|
<div tts:fontWeight="normal"
|
|
tts:fontStyle="normal"
|
|
tts:fontFamily="sansSerif"
|
|
tts:textDecoration="lineThrough"
|
|
tts:backgroundColor="red"
|
|
tts:color="lime">
|
|
<p style="s0" begin="20s" end="28s">text 2</p>
|
|
</div>
|
|
</body>
|
|
</tt>
|